[89065] trunk/dports/aqua/GetPoints/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 18 20:15:01 PST 2012


Revision: 89065
          http://trac.macports.org/changeset/89065
Author:   ryandesign at macports.org
Date:     2012-01-18 20:15:00 -0800 (Wed, 18 Jan 2012)
Log Message:
-----------
GetPoints: use a specific git revision instead of building from master; call it '1.0' like the Info.plist says; enable livecheck

Modified Paths:
--------------
    trunk/dports/aqua/GetPoints/Portfile

Modified: trunk/dports/aqua/GetPoints/Portfile
===================================================================
--- trunk/dports/aqua/GetPoints/Portfile	2012-01-19 04:10:51 UTC (rev 89064)
+++ trunk/dports/aqua/GetPoints/Portfile	2012-01-19 04:15:00 UTC (rev 89065)
@@ -5,7 +5,7 @@
 PortGroup           github 1.0
 PortGroup           xcode 1.0
 
-github.setup        10125HB GetPoints development
+github.setup        10125HB GetPoints 1.0
 categories          aqua
 maintainers         phw openmaintainer
 
@@ -14,9 +14,9 @@
 
 long_description    ${description}
 
-distname            ${name}
-
 fetch.type          git
-git.branch          origin/master
+git.branch          fa851a39a63e53fb8e103d9f80d02dc3b7ba34e0
 
-livecheck.type      none
+livecheck.type      regexm
+livecheck.url       ${github.raw}/master/${github.project}-Info.plist
+livecheck.regex     {<key>CFBundleShortVersionString</key>\s*<string>([^<]+)</string>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120118/183c59d2/attachment.html>


More information about the macports-changes mailing list