[95908] trunk/dports/graphics/assimp/Portfile

mmoll at macports.org mmoll at macports.org
Thu Jul 26 08:09:10 PDT 2012


Revision: 95908
          https://trac.macports.org/changeset/95908
Author:   mmoll at macports.org
Date:     2012-07-26 08:09:10 -0700 (Thu, 26 Jul 2012)
Log Message:
-----------
graphics/assimp: update to version 3.0.1270

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

Modified: trunk/dports/graphics/assimp/Portfile
===================================================================
--- trunk/dports/graphics/assimp/Portfile	2012-07-26 15:08:07 UTC (rev 95907)
+++ trunk/dports/graphics/assimp/Portfile	2012-07-26 15:09:10 UTC (rev 95908)
@@ -3,25 +3,28 @@
 PortSystem 1.0
 PortGroup cmake 1.0
 name                assimp
-version             2.0.863
+version             3.0.1270
 categories          graphics
 maintainers         openmaintainer mmoll
-description         library to import 3D model formats
+description         library to import/export 3D model formats
 long_description    Open Asset Import Library (short name: Assimp) is a \
                     portable Open Source library to import various well-known \
-                    3D model formats in a uniform manner. 
+                    3D model formats in a uniform manner. The most recent \
+                    version also knows how to export 3d files and is therefore \
+                    suitable as general-purpose 3D model converter.
 homepage            http://assimp.sourceforge.net/
 platforms           darwin
 license             BSD
 master_sites        sourceforge
 
-checksums           md5     9f41662501bd9d9533c4cf03b7c25d5b \
-                    sha1    eb6938c134e7110a96243570e52a8b860d15d915 \
-                    rmd160  6657a592c985f77b9c5ba6c507851853dc698a69
-distname            ${name}--${version}-sdk
+checksums           md5     52aa4cf4e34e6b2a9c5f6c0b3c319af1 \
+                    sha1    e80a3a4326b649ed6585c0ce312ed6dd68942834 \
+                    rmd160  7bd166f6c8df2e2000e3b93122b6eb70738d1cc3
+distname            ${name}--${version}-source-only
+patchfiles          patch-CMakeLists.txt.diff
 use_zip             yes
-depends_lib         port:boost
+depends_lib         port:boost port:zlib
 
 livecheck.type      regex
 livecheck.url       http://sourceforge.net/projects/assimp/files/
-livecheck.regex     ${name}--(\[0-9.\]+)-sdk.zip
+livecheck.regex     Download.*${name}--(\[0-9.\]+)-full.zip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120726/f54b8c23/attachment.html>


More information about the macports-changes mailing list