[59104] trunk/dports/graphics/libpng/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Oct 9 14:41:16 PDT 2009


Revision: 59104
          http://trac.macports.org/changeset/59104
Author:   ryandesign at macports.org
Date:     2009-10-09 14:41:15 -0700 (Fri, 09 Oct 2009)
Log Message:
-----------
libpng: fix livecheck; see #21958

Modified Paths:
--------------
    trunk/dports/graphics/libpng/Portfile

Modified: trunk/dports/graphics/libpng/Portfile
===================================================================
--- trunk/dports/graphics/libpng/Portfile	2009-10-09 21:35:10 UTC (rev 59103)
+++ trunk/dports/graphics/libpng/Portfile	2009-10-09 21:41:15 UTC (rev 59104)
@@ -10,7 +10,7 @@
 maintainers             ryandesign waqar
 license                 libpng
 platforms               darwin openbsd freebsd sunos linux
-homepage                http://www.libpng.org/pub/png/
+homepage                http://www.libpng.org/pub/png/libpng.html
 use_bzip2               yes
 use_parallel_build      yes
 master_sites            sourceforge
@@ -56,4 +56,5 @@
     xinstall -m 0644 ${worksrcpath}/example.c ${destroot}${docdir}/examples
 }
 
-livecheck.distname      libpng-stable
+livecheck.type          regexm
+livecheck.regex         {Current.+?version.+?<B>([0-9.]+)</B>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091009/53698a6a/attachment.html>


More information about the macports-changes mailing list