Revision: 120591 https://trac.macports.org/changeset/120591 Author: stromnov@macports.org Date: 2014-06-02 11:12:07 -0700 (Mon, 02 Jun 2014) Log Message: ----------- box2d: add livecheck Modified Paths: -------------- trunk/dports/devel/box2d/Portfile Modified: trunk/dports/devel/box2d/Portfile =================================================================== --- trunk/dports/devel/box2d/Portfile 2014-06-02 18:08:58 UTC (rev 120590) +++ trunk/dports/devel/box2d/Portfile 2014-06-02 18:12:07 UTC (rev 120591) @@ -16,7 +16,7 @@ platforms darwin -homepage http://www.box2d.org/ +homepage http://box2d.org/ master_sites googlecode:box2d fetch.type svn @@ -35,3 +35,7 @@ -DBOX2D_BUILD_SHARED=ON \ -DBOX2D_BUILD_STATIC=ON \ -DBOX2D_BUILD_EXAMPLES=OFF + +livecheck.type regex +livecheck.url http://box2d.googlecode.com/svn/tags +livecheck.regex {v(\d+(?:\.\d+)*)}
participants (1)
-
stromnov@macports.org