[98781] trunk/dports/graphics/makeicns/Portfile
pixilla at macports.org
pixilla at macports.org
Mon Oct 15 13:16:56 PDT 2012
Revision: 98781
http://trac.macports.org//changeset/98781
Author: pixilla at macports.org
Date: 2012-10-15 13:16:56 -0700 (Mon, 15 Oct 2012)
Log Message:
-----------
graphics/makeicns:
- Update version to 1.4.10a.
Modified Paths:
--------------
trunk/dports/graphics/makeicns/Portfile
Modified: trunk/dports/graphics/makeicns/Portfile
===================================================================
--- trunk/dports/graphics/makeicns/Portfile 2012-10-15 20:16:08 UTC (rev 98780)
+++ trunk/dports/graphics/makeicns/Portfile 2012-10-15 20:16:56 UTC (rev 98781)
@@ -4,7 +4,7 @@
PortSystem 1.0
name makeicns
-version 1.4.10
+version 1.4.10a
categories graphics
maintainers mk pixilla
platforms darwin
@@ -13,17 +13,11 @@
description This program lets you convert all kinds of images to Apple icns format on the command line.
long_description ${description}
-homepage http://bitbucket.org/mkae/makeicns
+homepage https://bitbucket.org/mkae/makeicns
master_sites ${homepage}/downloads
-livecheck.type regex
-livecheck.url ${homepage}/downloads
-livecheck.regex "/mkae/makeicns/src/.*>(1\\.\\d+.\\d+)<"
-
use_bzip2 yes
-distname ${name}-${version}a
-
worksrcdir ${name}
checksums md5 29613f4774d4dc2871a0052826abe1ae \
@@ -48,3 +42,7 @@
destroot {
xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name}
}
+
+livecheck.type regex
+livecheck.url [lindex ${master_sites} 0]
+livecheck.regex "(?!${name}).*${name}-((?!${extract.suffix}).*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121015/f3652556/attachment.html>
More information about the macports-changes
mailing list