[28814] trunk/dports/perl/p5-locale-gettext/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 9 07:12:23 PDT 2007


Revision: 28814
          http://trac.macosforge.org/projects/macports/changeset/28814
Author:   nox at macports.org
Date:     2007-09-09 07:12:22 -0700 (Sun, 09 Sep 2007)

Log Message:
-----------
p5-locale-gettext:
 * Fixed livecheck and homepage.
 * Added sha1 and rmd160 checksums.

Modified Paths:
--------------
    trunk/dports/perl/p5-locale-gettext/Portfile

Modified: trunk/dports/perl/p5-locale-gettext/Portfile
===================================================================
--- trunk/dports/perl/p5-locale-gettext/Portfile	2007-09-09 12:53:11 UTC (rev 28813)
+++ trunk/dports/perl/p5-locale-gettext/Portfile	2007-09-09 14:12:22 UTC (rev 28814)
@@ -1,20 +1,30 @@
 # $Id$
+
 PortSystem      1.0
 PortGroup       perl5 1.0
 
 perl5.setup     Locale-gettext 1.05
-distname        gettext-${version}
+set my_name		gettext
+distname        ${my_name}-${version}
 
-maintainers     nomaintainer at macports.org
+homepage        http://search.cpan.org/dist/gettext/
+maintainers     nomaintainer
+platforms       darwin
 description     Perl interface to GNU gettext
 
 long_description    ${description}
 
-checksums       md5 f3d3f474a1458f37174c410dfef61a46
-platforms       darwin
+checksums       md5 f3d3f474a1458f37174c410dfef61a46 \
+                sha1 705f519ad61b4a8c522d8aaf98425e0bd21709f2 \
+                rmd160 767adfce05b8fe77ddd7d3814951822746cf6e4b
 
 depends_lib-append     port:gettext port:libiconv
 
 patch {
     reinplace s|-lintl|-I${prefix}/include\ -L${prefix}/lib\ -lintl|g ${worksrcpath}/Makefile.PL
 }
+
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
+

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


More information about the macports-changes mailing list