[86456] trunk/dports/aqua/osx2x/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Oct 26 00:47:44 PDT 2011


Revision: 86456
          http://trac.macports.org/changeset/86456
Author:   ryandesign at macports.org
Date:     2011-10-26 00:47:42 -0700 (Wed, 26 Oct 2011)
Log Message:
-----------
osx2x: update homepage and livecheck

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

Modified: trunk/dports/aqua/osx2x/Portfile
===================================================================
--- trunk/dports/aqua/osx2x/Portfile	2011-10-26 07:19:27 UTC (rev 86455)
+++ trunk/dports/aqua/osx2x/Portfile	2011-10-26 07:47:42 UTC (rev 86456)
@@ -6,6 +6,7 @@
 
 name            osx2x
 version         2.4.0
+set my_version  2.4
 revision        3
 set git_hash    3cc708236898ab789bb99a5fba7420ff76ede9f7
 platforms       darwin
@@ -21,10 +22,10 @@
     desk you only need to use a single keyboard and \
     mouse!
 
-homepage        http://homepage.mac.com/mdales/osx2x/
+homepage        http://digitalflapjack.com/osx2x/
 master_sites    http://arn.se.distfiles.macports.org/${dist_subdir}
 #master_sites    http://github.com/mdales/osx2x/tarball/${git_hash}
-distname        $name-2.4
+distname        ${name}-${my_version}
 
 worksrcdir      mdales-${name}-${git_hash}
 
@@ -59,5 +60,7 @@
     eval xcode.destroot.settings-append     "ARCHS='${configure.universal_archs}'"
 }
 
-livecheck.type  regex
-livecheck.regex {Latest version: (\d+(?:\.\d+)*)}
+livecheck.type      regexm
+livecheck.version   ${my_version}
+livecheck.url       https://raw.github.com/mdales/osx2x/master/Info.plist
+livecheck.regex     {<key>CFBundleVersion</key>\s+<string>([0-9.]+)</string>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111026/56b5a2e5/attachment.html>


More information about the macports-changes mailing list