most recent changes, diff for libutf8proc

Index: textproc/libutf8proc/Portfile
--- textproc/libutf8proc/Portfile (revision 29380)
+++ textproc/libutf8proc/Portfile (revision 29381)
@@ -3,17 +3,17 @@
PortSystem 1.0

name libutf8proc
-version 1.0.3
+version 1.1.2
categories textproc
platforms darwin
-maintainers mww@macports.org
+maintainers mww
description library for processing UTF-8 encoded Unicode strings
long_description ${description}

homepage http://www.flexiguided.de/publications.utf8proc.en.html
master_sites http://www.flexiguided.de/pub/
distname utf8proc-v${version}
-checksums sha1 08ff9e7e7f5f5b606fe97ee24a7806d0394f5447
+checksums sha1 fdb5df6204908b5acb8ffb8b700527c640c1f245
patchfiles patch-Makefile

worksrcdir utf8proc
@@ -21,11 +21,14 @@
use_configure no

build.args libdir="${prefix}/lib"
-build.target c-library
+build.target libutf8proc.a libutf8proc.dylib

destroot {
- xinstall -m 755 ${worksrcpath}/libutf8proc.dylib ${destroot}${prefix}/lib/
- xinstall -m 644 ${worksrcpath}/utf8proc.h ${destroot}${prefix}/include
+ xinstall -m 755 -W ${worksrcpath} \
+ libutf8proc.dylib libutf8proc.a \
+ ${destroot}${prefix}/lib/
+ xinstall -m 644 ${worksrcpath}/utf8proc.h \
+ ${destroot}${prefix}/include
}

platform darwin 8 {
@@ -35,3 +38,4 @@
livecheck.check regex
livecheck.url ${homepage}
livecheck.regex utf8proc-v(\[0-9\.\]+).tar.gz
+