most recent changes, diff for fastjar

Index: archivers/fastjar/Portfile
--- archivers/fastjar/Portfile (revision 27975)
+++ archivers/fastjar/Portfile (revision 27976)
@@ -1,29 +1,31 @@
# $Id$

-PortSystem 1.0
+PortSystem 1.0

name fastjar
-version 0.93
+version 0.94
categories archivers java
platforms darwin
-maintainers nomaintainer@macports.org
+maintainers nomaintainer
description fast implementation of Sun's jar utility in C
-long_description Fastjar is an implementation of Sun's jar utility that \
- comes with the JDK, written entirely in C, and runs in a \
- fraction of the time while being 100% feature compatible.

+long_description \
+ Fastjar is an implementation of Sun's jar utility that \
+ comes with the JDK, written entirely in C, and runs in a \
+ fraction of the time while being 100% feature compatible.
+
homepage http://fastjar.sourceforge.net/
master_sites sourceforge
-extract.suffix .tgz
-checksums md5 a8159d2042bce9998020f197fee39ef1

-patchfiles patch-jargrep.c
+checksums md5 14d4bdfac236e347d806c6743dba48c6 \
+ sha1 2b54b558bed1acef63455b27827b69e83c823f8d \
+ rmd160 af6b4ea20a07abde3184c49c30f620695525bec0

-build.args AUTOCONF=true AUTOMAKE=true
-destroot.args ${build.args}
+depends_lib port:zlib

-post-destroot {
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 -W ${worksrcpath} AUTHORS CHANGES COPYING ChangeLog \
- INSTALL LICENSE NEWS README ${destroot}${prefix}/share/doc/${name}
+post-destroot {
+ xinstall -d ${destroot}${prefix}/share/doc/${name}-${version}
+ xinstall -m 0644 -W ${worksrcpath} AUTHORS CHANGES COPYING ChangeLog \
+ INSTALL LICENSE NEWS README ${destroot}${prefix}/share/doc/${name}-${version}
}
+