[42198] trunk/dports/perl/p5-mail-audit/Portfile

devans at macports.org devans at macports.org
Sun Nov 16 10:45:39 PST 2008


Revision: 42198
          http://trac.macports.org/changeset/42198
Author:   devans at macports.org
Date:     2008-11-16 10:45:39 -0800 (Sun, 16 Nov 2008)
Log Message:
-----------
p5-mail-audit: update to version 2.223.

Modified Paths:
--------------
    trunk/dports/perl/p5-mail-audit/Portfile

Modified: trunk/dports/perl/p5-mail-audit/Portfile
===================================================================
--- trunk/dports/perl/p5-mail-audit/Portfile	2008-11-16 18:42:31 UTC (rev 42197)
+++ trunk/dports/perl/p5-mail-audit/Portfile	2008-11-16 18:45:39 UTC (rev 42198)
@@ -2,8 +2,7 @@
 PortSystem 1.0
 PortGroup perl5 1.0
 
-perl5.setup		Mail-Audit 2.1
-revision		2
+perl5.setup		Mail-Audit 2.223
 maintainers		nomaintainer
 categories-append	mail
 description		Library for creating easy mail filters
@@ -14,29 +13,22 @@
 					so on. It's designed to allow you to easily create \
 					filter programs to stick in a .forward file or \
 					similar.
-checksums		md5 b52b1142fa9ed7d847c531186f913ea6
+
+checksums               md5     09083ba028e23d90d764bd402a618671 \
+                        sha1    f00517e74bc6f9d8655611638003705e8e9981bf \
+                        rmd160  37757c69df754a24b30c8ece0a2afbb9aea16835
+
 platforms		darwin
 
 # Depends on these Perl modules
 depends_lib-append		port:p5-mailtools \
 				port:p5-mail-pop3client \
 				port:p5-mime-tools \
-				port:p5-parse-recdescent
+				port:p5-file-tempdir \
+                                port:p5-parse-recdescent
 
 post-patch {
 	reinplace "s|#!.*perl|#!${perl5.bin}|" \
-		${worksrcpath}/proc2ma \
-		${worksrcpath}/popread
+		${worksrcpath}/bin/proc2ma \
+		${worksrcpath}/bin/popread
 }
-
-post-build {
-	system "pod2man ${worksrcpath}/proc2ma ${worksrcpath}/proc2ma.1"
-}
-
-post-destroot {
-	xinstall -m 0755 -W ${worksrcpath} proc2ma ${destroot}${prefix}/bin/proc2ma
-	xinstall -m 0644 -W ${worksrcpath} proc2ma.1 ${destroot}${prefix}/share/man/man1/proc2ma.1
-	xinstall -d -m 0755 ${destroot}${prefix}/share/${perl5.module}
-	xinstall -m 0644 -W ${worksrcpath} popread ${destroot}${prefix}/share/${perl5.module}/popread
-}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081116/c7f8aa81/attachment-0001.html>


More information about the macports-changes mailing list