most recent changes, diff for fribidi

Index: textproc/fribidi/Portfile
--- textproc/fribidi/Portfile (revision 33027)
+++ textproc/fribidi/Portfile (revision 33028)
@@ -3,7 +3,7 @@
PortSystem 1.0

name fribidi
-version 0.10.7
+version 0.10.9
categories textproc
maintainers nomaintainer
platforms darwin
@@ -17,14 +17,17 @@
homepage http://fribidi.org/
master_sites ${homepage}download/

-checksums md5 0f602ed32869dbc551dc6bc83d8a3d28
+checksums md5 647aee89079b056269ff0918dc1c6d28 \
+ sha1 f9aae2d2084eaccbc87760401c4521e96a92a436 \
+ rmd160 31495fecd4318f9bd6217b015f65a936389c3204

-configure.args MACOSX_DEPLOYMENT_TARGET="10.3"
-
-build.env MACOSX_DEPLOYMENT_TARGET="10.3"
-
post-destroot {
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
- NEWS README THANKS TODO ${destroot}${prefix}/share/doc/${name}
+ set docdir ${prefix}/share/doc/${name}-${version}
+ xinstall -d ${destroot}${docdir}
+ xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog \
+ NEWS README THANKS TODO ${destroot}${docdir}
}
+
+livecheck.check regex
+livecheck.url ${master_sites}?C=M&O=D
+livecheck.regex ${name}-(0\\.10(?:\\.\\d+)*)