[90492] trunk/dports/devel/bullet

stromnov at macports.org stromnov at macports.org
Wed Mar 7 06:57:05 PST 2012


Revision: 90492
          http://trac.macports.org/changeset/90492
Author:   stromnov at macports.org
Date:     2012-03-07 06:57:03 -0800 (Wed, 07 Mar 2012)
Log Message:
-----------
bullet: update to version 2.80-2527

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

Removed Paths:
-------------
    trunk/dports/devel/bullet/files/

Modified: trunk/dports/devel/bullet/Portfile
===================================================================
--- trunk/dports/devel/bullet/Portfile	2012-03-07 09:08:08 UTC (rev 90491)
+++ trunk/dports/devel/bullet/Portfile	2012-03-07 14:57:03 UTC (rev 90492)
@@ -5,37 +5,35 @@
 PortGroup           cmake 1.0
 
 name                bullet
-version             2.77-2218
-revision            1
+version             2.80-2527
+revision            0
 set base_version    [lindex [split ${version} -] 0]
 categories          devel
+license             Zlib
+platforms           darwin
+supported_archs     i386 x86_64
 
 maintainers         stromnov openmaintainer
 
 description         Bullet Physics Engine
-
 long_description    ${description}
 
-platforms           darwin
-
 homepage            http://bulletphysics.org/
 master_sites        googlecode:bullet
+
 extract.suffix      .tgz
-distname            ${name}-${base_version}
+
+distname            ${name}-${base_version}-rev[lindex [split ${version} -] 1]
 dist_subdir         ${name}/${version}
 
-checksums           md5     2f5074a1a29b618c672f1da4748e374b \
-                    sha1    ff37c79efd8afd01b14c03154ad1c217e6ad3c09 \
-                    rmd160  6fe822bf3150d33f0932fcb880d2d5a836d2cd88
+checksums           rmd160  f1fdef82395e7790b42d712c8b853f545e776825 \
+                    sha256  fa58de72f8bc7854dc0de495b0418841da6b88ac0f6b741f3d29fb590b49d0ba
 
-patchfiles          patch-btSoftBodySolverBuffer_OpenCL.h.diff \
-                    patch-OpenCL_CMakeLists.txt.diff
-
 configure.args-append \
                     -DBUILD_SHARED_LIBS=ON \
                     -DBUILD_EXTRAS=ON \
-                    -DBUILD_DEMOS=OFF \
                     -DINSTALL_LIBS=ON \
-                    -DINSTALL_EXTRA_LIBS=ON
+                    -DINSTALL_EXTRA_LIBS=ON \
+                    -DBUILD_DEMOS=ON
 
 livecheck.version   ${base_version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120307/bb07f266/attachment.html>


More information about the macports-changes mailing list