[117225] trunk/dports/devel/ode/Portfile

mmoll at macports.org mmoll at macports.org
Wed Feb 19 13:48:17 PST 2014


Revision: 117225
          https://trac.macports.org/changeset/117225
Author:   mmoll at macports.org
Date:     2014-02-19 13:48:17 -0800 (Wed, 19 Feb 2014)
Log Message:
-----------
devel/ode: update to version 0.13

Modified Paths:
--------------
    trunk/dports/devel/ode/Portfile

Modified: trunk/dports/devel/ode/Portfile
===================================================================
--- trunk/dports/devel/ode/Portfile	2014-02-19 20:52:08 UTC (rev 117224)
+++ trunk/dports/devel/ode/Portfile	2014-02-19 21:48:17 UTC (rev 117225)
@@ -2,24 +2,15 @@
 
 PortSystem              1.0
 PortGroup xcodeversion  1.0
+PortGroup bitbucket     1.0
 
-name                    ode
-version                 0.12
+bitbucket.setup odedevs ode 0.13
 categories              devel
 platforms               darwin
-license                 LGPL-2.1
+license                 {LGPL-2.1+ BSD}
 maintainers             nomaintainer
 homepage                http://www.ode.org/
-master_sites            sourceforge:project/opende/ODE/${version}
 
-# 0.12 was stealth-updated in May 2012 but some SourceForge mirrors still carry
-# the old file and the only changes are to the configure script and Makefiles
-# and other related autotools-generated files. These changes don't appear to
-# benefit us in any specific way right now so skip this update for now. #34952
-master_sites            macports_distfiles
-
-use_bzip2               yes
-
 description             library for simulating articulated rigid body dynamics
 
 long_description        ODE is a free, industrial quality library for \
@@ -29,10 +20,17 @@
                         robust and platform independent, with advanced joints, \
                         contact with friction, and built-in collision detection.
 
-checksums               md5     83766cae59692c2843d9afccc1768988 \
-                        sha1    98ceaba7d1b947fba1c793c5d990c399624f1c47 \
-                        rmd160  e1154094c82897c4c9771e931fb9387543d01f25
+checksums               md5     81de6df79c90401e94ecb614c25c9dfd \
+                        sha1    27438c625556feee992fbd967fe163bac2f6bd27 \
+                        rmd160  51a3f1cae136c2804ad7c053c5368c5867b3d4f5
 
+depends_build-append    port:libtool port:autoconf port:automake
+patch {
+    reinplace "s|#    LIBTOOLIZE=glibtoolize|LIBTOOLIZE=glibtoolize|g" \
+        ${worksrcpath}/bootstrap
+}
+use_autoconf            yes
+autoconf.cmd            ./bootstrap
 configure.args          --with-trimesh=opcode \
                         --enable-double-precision \
                         --enable-release \
@@ -51,7 +49,3 @@
     configure.args-delete --enable-release
     configure.args-append --enable-debug
 }
-
-livecheck.type          sourceforge
-livecheck.name          opende
-livecheck.regex         ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140219/aa95a068/attachment-0001.html>


More information about the macports-changes mailing list