[64376] trunk/dports/perl/p5-digest-hmac/Portfile

narf_tm at macports.org narf_tm at macports.org
Thu Mar 4 09:11:57 PST 2010


Revision: 64376
          http://trac.macports.org/changeset/64376
Author:   narf_tm at macports.org
Date:     2010-03-04 09:11:57 -0800 (Thu, 04 Mar 2010)
Log Message:
-----------
Updated to 1.02 and took over port.

Modified Paths:
--------------
    trunk/dports/perl/p5-digest-hmac/Portfile

Modified: trunk/dports/perl/p5-digest-hmac/Portfile
===================================================================
--- trunk/dports/perl/p5-digest-hmac/Portfile	2010-03-04 17:02:57 UTC (rev 64375)
+++ trunk/dports/perl/p5-digest-hmac/Portfile	2010-03-04 17:11:57 UTC (rev 64376)
@@ -1,19 +1,21 @@
 # $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
 
-perl5.setup		Digest-HMAC 1.01
-revision		2
-maintainers		nomaintainer
-description		Keyed-Hashing for Message Authentication
-long_description	HMAC is used for message integrity checks between \
-					two parties that share a secret key, and works in \
-					combination with some other Digest algorithm, \
-					usually MD5 or SHA-1.  The HMAC mechanism is \
-					described in RFC 2104.
-checksums		md5 32dc54c765100c638b5d7f7ff4c5c626
-platforms		darwin
+PortSystem            1.0
+PortGroup             perl5 1.0
 
-# Depends on these Perl modules
-depends_lib-append		port:p5-digest-sha1
+perl5.setup           Digest-HMAC 1.02
+maintainers           narf_tm openmaintainer
+description           Keyed-Hashing for Message Authentication
+long_description      HMAC is used for message integrity checks between \
+                      two parties that share a secret key, and works in \
+                      combination with some other Digest algorithm, \
+                      usually MD5 or SHA-1.  The HMAC mechanism is \
+                      described in RFC 2104.
 
+platforms             darwin
+
+checksums             md5 64c4b247d83cd64ec32aa22bf58a709b \
+                      sha1 359cc36c7252bfb9a4db7ec8de4c01eeda1767a1 \
+                      rmd160 f2002d1b1b595e8f03d8568b7ff4b98a8173052c
+
+depends_lib-append    port:p5-digest-sha1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100304/9bdaf87b/attachment.html>


More information about the macports-changes mailing list