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

mk at macports.org mk at macports.org
Mon Feb 15 15:16:29 PST 2016


Revision: 145751
          https://trac.macports.org/changeset/145751
Author:   mk at macports.org
Date:     2016-02-15 15:16:28 -0800 (Mon, 15 Feb 2016)
Log Message:
-----------
OpenSceneGraph: update to 3.4.0

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

Modified: trunk/dports/graphics/OpenSceneGraph/Portfile
===================================================================
--- trunk/dports/graphics/OpenSceneGraph/Portfile	2016-02-15 23:15:36 UTC (rev 145750)
+++ trunk/dports/graphics/OpenSceneGraph/Portfile	2016-02-15 23:16:28 UTC (rev 145751)
@@ -6,8 +6,7 @@
 
 name                    OpenSceneGraph
 conflicts               OpenSceneGraph-devel
-version                 3.2.1
-revision                2
+version                 3.4.0
 platforms               darwin
 categories              graphics
 maintainers             nomaintainer
@@ -19,16 +18,15 @@
                         modelling.
 
 homepage                http://www.openscenegraph.org/
-master_sites            ${homepage}downloads/developer_releases/
+master_sites            ${homepage}downloads/stable_releases/${name}-${version}/source
 
 use_zip                 yes
 
-checksums               rmd160  cd9f806613b7617083a2f9202f7ad33733980f63 \
-                        sha256  d9ae72263d0191855b0f804d93c586d489f119aca0499292acc09bb0fa0b3e6d
+checksums               rmd160  6043321fc1c9b23f0e536c4e18a96a97d8b16c30 \
+                        sha256  5c727d84755da276adf8c4a4a3a8ba9c9570fc4b4969f06f1d2e9f89b1e3040e
 
-# Remove the last line when bumping to 3.2.2
-patchfiles              patch-CMakeLists.txt.diff \
-                        patch-ReaderWriterOGR_cpp.diff 
+# Tons of stuff was disabled originally, but leaving it in seems to work:
+#patchfiles              patch-CMakeLists.txt.diff
 
 depends_build-append    port:pkgconfig
 
@@ -50,6 +48,12 @@
                         -DOSG_WINDOWING_SYSTEM=Cocoa \
                         -DOSG_USE_QT:BOOL=OFF
 
+variant qt5 description "with Qt5 support" {
+	configure.args-delete -DOSG_USE_QT:BOOL=OFF
+	configure.args-append -DOSG_USE_QT:BOOL=ON -DDESIRED_QT_VERSION=5
+}
+
 livecheck.type          regex
-livecheck.url           ${homepage}downloads/developer_releases/
-livecheck.regex         "${name}-(\\d+\\.\\d*\[02468\](?:\\.\\d+)*)${extract.suffix}"
+livecheck.url           ${homepage}downloads/stable_releases/
+livecheck.regex         "${name}-(\\d+\\.\\d*\[02468\](?:\\.\\d+)*)"
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160215/a49ea6de/attachment.html>


More information about the macports-changes mailing list