[71862] trunk/dports/devel/bullet/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri Sep 24 13:46:03 PDT 2010
Revision: 71862
http://trac.macports.org/changeset/71862
Author: ryandesign at macports.org
Date: 2010-09-24 13:45:59 -0700 (Fri, 24 Sep 2010)
Log Message:
-----------
bullet: fix livecheck
Modified Paths:
--------------
trunk/dports/devel/bullet/Portfile
Modified: trunk/dports/devel/bullet/Portfile
===================================================================
--- trunk/dports/devel/bullet/Portfile 2010-09-24 19:43:56 UTC (rev 71861)
+++ trunk/dports/devel/bullet/Portfile 2010-09-24 20:45:59 UTC (rev 71862)
@@ -6,6 +6,7 @@
name bullet
version 2.77-2218
+set base_version [lindex [split ${version} -] 0]
categories devel
maintainers stromnov openmaintainer
@@ -19,7 +20,7 @@
homepage http://bulletphysics.org/
master_sites googlecode:bullet
extract.suffix .tgz
-distname ${name}-[lindex [split ${version} -] 0]
+distname ${name}-${base_version}
dist_subdir ${name}/${version}
checksums md5 2f5074a1a29b618c672f1da4748e374b \
@@ -34,3 +35,5 @@
-DBUILD_DEMOS=OFF \
-DINSTALL_LIBS=ON \
-DINSTALL_EXTRA_LIBS=ON
+
+livecheck.version ${base_version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100924/da1ba749/attachment-0001.html>
More information about the macports-changes
mailing list