[123654] trunk/dports

jmr at macports.org jmr at macports.org
Mon Aug 11 22:49:50 PDT 2014


Revision: 123654
          https://trac.macports.org/changeset/123654
Author:   jmr at macports.org
Date:     2014-08-11 22:49:50 -0700 (Mon, 11 Aug 2014)
Log Message:
-----------
glew: update to 1.11.0, rev bump dependents

Modified Paths:
--------------
    trunk/dports/devel/gource/Portfile
    trunk/dports/games/widelands/Portfile
    trunk/dports/gnome/gstreamer010-gst-plugins-gl/Portfile
    trunk/dports/graphics/enblend/Portfile
    trunk/dports/graphics/glew/Portfile
    trunk/dports/graphics/glew/files/config_Makefile.darwin.patch
    trunk/dports/graphics/hugin-app/Portfile
    trunk/dports/multimedia/XBMC/Portfile
    trunk/dports/python/py-glewpy/Portfile
    trunk/dports/science/OpenCSG/Portfile
    trunk/dports/science/arb/Portfile
    trunk/dports/science/openscad/Portfile
    trunk/dports/science/pymol/Portfile
    trunk/dports/science/pymol-devel/Portfile
    trunk/dports/science/vapor/Portfile

Modified: trunk/dports/devel/gource/Portfile
===================================================================
--- trunk/dports/devel/gource/Portfile	2014-08-12 03:54:42 UTC (rev 123653)
+++ trunk/dports/devel/gource/Portfile	2014-08-12 05:49:50 UTC (rev 123654)
@@ -5,6 +5,7 @@
 PortGroup           github 1.0
 
 github.setup        acaudwell Gource 0.42 gource-
+revision            1
 name                gource
 categories          devel
 platforms           darwin

Modified: trunk/dports/games/widelands/Portfile
===================================================================
--- trunk/dports/games/widelands/Portfile	2014-08-12 03:54:42 UTC (rev 123653)
+++ trunk/dports/games/widelands/Portfile	2014-08-12 05:49:50 UTC (rev 123654)
@@ -6,7 +6,7 @@
 
 name                widelands
 version             build17
-revision            4
+revision            5
 categories          games
 platforms           darwin
 maintainers         nomaintainer

Modified: trunk/dports/gnome/gstreamer010-gst-plugins-gl/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer010-gst-plugins-gl/Portfile	2014-08-12 03:54:42 UTC (rev 123653)
+++ trunk/dports/gnome/gstreamer010-gst-plugins-gl/Portfile	2014-08-12 05:49:50 UTC (rev 123654)
@@ -9,7 +9,7 @@
 name                gstreamer010-gst-plugins-gl
 set my_name         gst-plugins-gl
 version             0.10.3
-revision            2
+revision            3
 description         This is gst-plugins, a set of plug-ins for GStreamer.
 long_description    The GStreamer OpenGL module provides helper libraries, base \
                     classes and elements for integrating with OpenGL and using \

Modified: trunk/dports/graphics/enblend/Portfile
===================================================================
--- trunk/dports/graphics/enblend/Portfile	2014-08-12 03:54:42 UTC (rev 123653)
+++ trunk/dports/graphics/enblend/Portfile	2014-08-12 05:49:50 UTC (rev 123654)
@@ -4,7 +4,7 @@
 
 name            enblend
 version         4.1.2
-revision        1
+revision        2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      graphics
 maintainers     gmail.com:hvdwolf

Modified: trunk/dports/graphics/glew/Portfile
===================================================================
--- trunk/dports/graphics/glew/Portfile	2014-08-12 03:54:42 UTC (rev 123653)
+++ trunk/dports/graphics/glew/Portfile	2014-08-12 05:49:50 UTC (rev 123654)
@@ -4,8 +4,7 @@
 PortSystem 1.0
 
 name               glew
-version            1.10.0
-revision           1
+version            1.11.0
 categories         graphics devel
 platforms          darwin
 # some build scripts are GPL-2+ but we don't install them
@@ -22,9 +21,9 @@
 homepage           http://glew.sourceforge.net/
 master_sites       sourceforge:project/${name}/${name}/${version}/
 extract.suffix     .tgz
-checksums          md5 2f09e5e6cb1b9f3611bcac79bc9c2d5d \
-                   sha1 f41b45ca4a630ad1d00b8b87c5f493781a380300 \
-                   rmd160 cd9772b37e4f48fe2e25a55303eb89363ce91467
+checksums          md5 f6d72c7426a5f66580ad09e50816450a \
+                   sha1 9bb5c87c055acd122a4956112bbb18ee72c38e5c \
+                   rmd160 28f10f181df1301596f5897ec25f6e8136f108c0
 
 patchfiles         config_Makefile.darwin.patch
 
@@ -33,10 +32,10 @@
 }
 
 use_configure      no
-build.env          GLEW_DEST=${prefix}
+build.env          GLEW_PREFIX=${prefix} GLEW_DEST=${prefix}
 build.args         CC=${configure.cc} LD=${configure.cc} \
                    STRIP=
-destroot.env       GLEW_DEST=${destroot}${prefix}
+destroot.env       GLEW_PREFIX=${prefix} GLEW_DEST=${prefix}
 destroot.target    install.all
 
 variant universal {

Modified: trunk/dports/graphics/glew/files/config_Makefile.darwin.patch
===================================================================
--- trunk/dports/graphics/glew/files/config_Makefile.darwin.patch	2014-08-12 03:54:42 UTC (rev 123653)
+++ trunk/dports/graphics/glew/files/config_Makefile.darwin.patch	2014-08-12 05:49:50 UTC (rev 123654)
@@ -11,4 +11,4 @@
 +LDFLAGS.EXTRA = $(LDFLAGS.ARCH)
  ifneq (undefined, $(origin GLEW_APPLE_GLX))
  CFLAGS.EXTRA += -I/usr/X11R6/include -D'GLEW_APPLE_GLX'
- LDFLAGS.GL = -L/usr/X11R6/lib -lXmu -lXi -lGL -lXext -lX11
+ LDFLAGS.GL = -L/usr/X11R6/lib -lGL -lX11

Modified: trunk/dports/graphics/hugin-app/Portfile
===================================================================
--- trunk/dports/graphics/hugin-app/Portfile	2014-08-12 03:54:42 UTC (rev 123653)
+++ trunk/dports/graphics/hugin-app/Portfile	2014-08-12 05:49:50 UTC (rev 123654)
@@ -7,7 +7,7 @@
 
 name                    hugin-app
 version                 2013.0.0
-revision                5
+revision                6
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              graphics
 maintainers             nomaintainer

Modified: trunk/dports/multimedia/XBMC/Portfile
===================================================================
--- trunk/dports/multimedia/XBMC/Portfile	2014-08-12 03:54:42 UTC (rev 123653)
+++ trunk/dports/multimedia/XBMC/Portfile	2014-08-12 05:49:50 UTC (rev 123654)
@@ -7,7 +7,7 @@
 
 name		XBMC
 version		8.10bf1
-revision	12
+revision	13
 categories	multimedia
 maintainers	nomaintainer
 platforms	darwin

Modified: trunk/dports/python/py-glewpy/Portfile
===================================================================
--- trunk/dports/python/py-glewpy/Portfile	2014-08-12 03:54:42 UTC (rev 123653)
+++ trunk/dports/python/py-glewpy/Portfile	2014-08-12 05:49:50 UTC (rev 123654)
@@ -5,7 +5,7 @@
 
 name                    py-glewpy
 version                 0.7.4
-revision                7
+revision                8
 maintainers             nomaintainer
 description             Python bindings for GLEW (OpenGL Extension Wrangler)
 long_description        GLEWpy aims to bring advanced OpenGL extensions to Python. \
@@ -22,7 +22,7 @@
 
 python.versions         24
 
-if {${name} ne ${subport}} {
+if {$subport ne $name} {
     patchfiles              patch-setup.py
     
     depends_lib-append      port:glew \

Modified: trunk/dports/science/OpenCSG/Portfile
===================================================================
--- trunk/dports/science/OpenCSG/Portfile	2014-08-12 03:54:42 UTC (rev 123653)
+++ trunk/dports/science/OpenCSG/Portfile	2014-08-12 05:49:50 UTC (rev 123654)
@@ -6,6 +6,7 @@
 
 name                OpenCSG
 version             1.3.3
+revision            1
 license             GPL-2
 categories          science
 maintainers         mf2k openmaintainer

Modified: trunk/dports/science/arb/Portfile
===================================================================
--- trunk/dports/science/arb/Portfile	2014-08-12 03:54:42 UTC (rev 123653)
+++ trunk/dports/science/arb/Portfile	2014-08-12 05:49:50 UTC (rev 123654)
@@ -7,6 +7,7 @@
 name                    arb
 epoch                   2
 version                 6.0.1
+revision                1
 categories              science
 maintainers             mac.com:matt.cottrell
 platforms               darwin

Modified: trunk/dports/science/openscad/Portfile
===================================================================
--- trunk/dports/science/openscad/Portfile	2014-08-12 03:54:42 UTC (rev 123653)
+++ trunk/dports/science/openscad/Portfile	2014-08-12 05:49:50 UTC (rev 123654)
@@ -6,7 +6,7 @@
 
 name                openscad
 version             2014.03
-revision            1
+revision            2
 license             GPL-2
 categories          science
 maintainers         mf2k openmaintainer

Modified: trunk/dports/science/pymol/Portfile
===================================================================
--- trunk/dports/science/pymol/Portfile	2014-08-12 03:54:42 UTC (rev 123653)
+++ trunk/dports/science/pymol/Portfile	2014-08-12 05:49:50 UTC (rev 123654)
@@ -7,6 +7,7 @@
 
 name                pymol
 version             1.7.1.1
+revision            1
 categories          science chemistry
 license             GPL
 maintainers         bromo.med.uc.edu:howarth

Modified: trunk/dports/science/pymol-devel/Portfile
===================================================================
--- trunk/dports/science/pymol-devel/Portfile	2014-08-12 03:54:42 UTC (rev 123653)
+++ trunk/dports/science/pymol-devel/Portfile	2014-08-12 05:49:50 UTC (rev 123654)
@@ -10,7 +10,7 @@
 version             1.5.0.3.r${svn.revision}
 # license is equivalent to the 3-clause BSD (https://svn.code.sf.net/p/pymol/code/trunk/pymol/LICENSE)
 license             BSD
-revision            2
+revision            3
 categories          science chemistry
 maintainers         nomaintainer
 description         Molecular graphics system

Modified: trunk/dports/science/vapor/Portfile
===================================================================
--- trunk/dports/science/vapor/Portfile	2014-08-12 03:54:42 UTC (rev 123653)
+++ trunk/dports/science/vapor/Portfile	2014-08-12 05:49:50 UTC (rev 123654)
@@ -2,9 +2,10 @@
 # $Id$
 
 PortSystem          1.0
+
 name                vapor
 version             2.2.4
-revision            3
+revision            4
 categories          science
 maintainers         nomaintainer
 description         interactive 3D scientific visualization environment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140811/9198218c/attachment.html>


More information about the macports-changes mailing list