[35387] trunk/dports/graphics/libpixman/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu Mar 27 01:05:57 PDT 2008
Revision: 35387
http://trac.macosforge.org/projects/macports/changeset/35387
Author: ryandesign at macports.org
Date: 2008-03-27 01:05:56 -0700 (Thu, 27 Mar 2008)
Log Message:
-----------
libpixman: fix livecheck
Modified Paths:
--------------
trunk/dports/graphics/libpixman/Portfile
Modified: trunk/dports/graphics/libpixman/Portfile
===================================================================
--- trunk/dports/graphics/libpixman/Portfile 2008-03-27 08:02:17 UTC (rev 35386)
+++ trunk/dports/graphics/libpixman/Portfile 2008-03-27 08:05:56 UTC (rev 35387)
@@ -3,12 +3,13 @@
PortSystem 1.0
name libpixman
+set my_name pixman
version 0.9.5
categories graphics
maintainers ryandesign
homepage http://www.x.org/
master_sites ${homepage}pub/individual/lib/
-distname pixman-${version}
+distname ${my_name}-${version}
use_bzip2 yes
description \
@@ -32,3 +33,7 @@
TODO \
${destroot}${prefix}/share/doc/${name}
}
+
+livecheck.check regex
+livecheck.url [lindex ${master_sites} 0]?C=M&O=D
+livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080327/7d61856a/attachment.html
More information about the macports-changes
mailing list