[47060] trunk/dports/graphics/OpenSceneGraph/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Feb 20 23:24:58 PST 2009


Revision: 47060
          http://trac.macports.org/changeset/47060
Author:   ryandesign at macports.org
Date:     2009-02-20 23:24:58 -0800 (Fri, 20 Feb 2009)
Log Message:
-----------
OpenSceneGraph: fix download location and livecheck following site reorganization

Modified Paths:
--------------
    trunk/dports/graphics/OpenSceneGraph/Portfile

Modified: trunk/dports/graphics/OpenSceneGraph/Portfile
===================================================================
--- trunk/dports/graphics/OpenSceneGraph/Portfile	2009-02-21 06:52:29 UTC (rev 47059)
+++ trunk/dports/graphics/OpenSceneGraph/Portfile	2009-02-21 07:24:58 UTC (rev 47060)
@@ -8,7 +8,7 @@
 platforms               darwin
 categories              graphics
 homepage                http://www.openscenegraph.org/
-master_sites            ${homepage}downloads/developer_releases/
+master_sites            ${homepage}downloads/stable_releases/${distname}/source
 use_zip                 yes
 use_parallel_build      yes
 
@@ -48,5 +48,5 @@
 #}
 
 livecheck.check         regex
-livecheck.url           [lindex ${master_sites} 0]?C=M&O=D
-livecheck.regex         ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*)\\.zip
+livecheck.url           ${homepage}downloads/stable_releases/
+livecheck.regex         ${name}-(\[0-9.\]+)/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090220/1408b624/attachment.html>


More information about the macports-changes mailing list