[28863] trunk/dports/lang/perl5.8/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 10 05:29:58 PDT 2007


Revision: 28863
          http://trac.macosforge.org/projects/macports/changeset/28863
Author:   nox at macports.org
Date:     2007-09-10 05:29:57 -0700 (Mon, 10 Sep 2007)

Log Message:
-----------
perl5.8: Added md5 and rmd160 checksums and livecheck.

Modified Paths:
--------------
    trunk/dports/lang/perl5.8/Portfile

Modified: trunk/dports/lang/perl5.8/Portfile
===================================================================
--- trunk/dports/lang/perl5.8/Portfile	2007-09-10 12:27:29 UTC (rev 28862)
+++ trunk/dports/lang/perl5.8/Portfile	2007-09-10 12:29:57 UTC (rev 28863)
@@ -1,23 +1,29 @@
 # $Id$
 
 PortSystem              1.0
+
 name                    perl5.8
 version                 5.8.8
 categories              lang
-maintainers             nomaintainer at macports.org
+maintainers             nomaintainer
 description             Perl 5.8.x - Practical Extraction and Report Language
+
 long_description \
 	Perl is a general-purpose programming language originally developed \
 	for text manipulation and now used for a wide range of tasks including \
 	system administration, web development, network programming, GUI \
 	development, and more.
+
 platforms		darwin freebsd linux
 distname		perl-${version}
 use_bzip2               yes
 homepage				http://www.perl.org/
 master_sites            http://www.cpan.org/src/5.0/
-checksums               sha1 4aab490040727ca4419098720eca2ba4367df539
 
+checksums               md5 a377c0c67ab43fd96eeec29ce19e8382 \
+                        sha1 4aab490040727ca4419098720eca2ba4367df539 \
+                        rmd160 e78f26d9b96e6db35f946ad4ff55e3a69385c71b
+
 platform darwin {
 	patchfiles-append	patch-hints_darwin.sh
 	pre-configure {
@@ -47,3 +53,7 @@
 	configure.post_args-append	-Dcc=/usr/bin/gcc-4.0
 }
 
+livecheck.check regex
+livecheck.url   ${master_sites}
+livecheck.regex latest_is_(\\d+(?:\\.\\d+)*)
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070910/a2633fbe/attachment.html


More information about the macports-changes mailing list