most recent changes, diff for atool

Index: archivers/atool/Portfile
--- archivers/atool/Portfile (revision 29064)
+++ archivers/atool/Portfile (revision 29065)
@@ -1,8 +1,9 @@
# $Id$

-PortSystem 1.0
+PortSystem 1.0
+
name atool
-version 0.32.0
+version 0.33.0
categories archivers
platforms darwin
maintainers expiation@devils.com
@@ -13,9 +14,21 @@

master_sites http://download.savannah.gnu.org/releases/atool/

-checksums md5 f1e770f3a90dbdf956eb2516e921dc04
+checksums md5 7b069de13fa74dc1369d2d1efd43adbf \
+ sha1 150589966518003376e502eb704404ee2af017a4 \
+ rmd160 8cec1c25ef13212b7f7215cd72b2c009207a7751

+build {}
+
depends_build port:perl5.8
depends_run port:perl5.8

-configure.args --mandir=${prefix}/share/man
+post-destroot {
+ set docdir ${prefix}/share/doc/${name}-${version}
+ xinstall -d ${destroot}${docdir}
+ xinstall -m 0644 -W ${worksrcpath} COPYING ChangeLog NEWS README TODO \
+ ${destroot}${docdir}
+}
+
+universal_variant no
+