[108414] trunk/dports

jmr at macports.org jmr at macports.org
Mon Jul 22 20:04:36 PDT 2013


Revision: 108414
          https://trac.macports.org/changeset/108414
Author:   jmr at macports.org
Date:     2013-07-22 20:04:35 -0700 (Mon, 22 Jul 2013)
Log Message:
-----------
glew: update to 1.10.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/graphics/rt-volume-rendering/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

Modified: trunk/dports/devel/gource/Portfile
===================================================================
--- trunk/dports/devel/gource/Portfile	2013-07-23 00:41:03 UTC (rev 108413)
+++ trunk/dports/devel/gource/Portfile	2013-07-23 03:04:35 UTC (rev 108414)
@@ -5,6 +5,7 @@
 
 name                gource
 version             0.39
+revision            1
 categories          devel
 platforms           darwin
 license             GPL-3+

Modified: trunk/dports/games/widelands/Portfile
===================================================================
--- trunk/dports/games/widelands/Portfile	2013-07-23 00:41:03 UTC (rev 108413)
+++ trunk/dports/games/widelands/Portfile	2013-07-23 03:04:35 UTC (rev 108414)
@@ -6,7 +6,7 @@
 
 name                widelands
 version             build17
-revision            3
+revision            4
 categories          games
 platforms           darwin
 maintainers         nomaintainer

Modified: trunk/dports/gnome/gstreamer010-gst-plugins-gl/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer010-gst-plugins-gl/Portfile	2013-07-23 00:41:03 UTC (rev 108413)
+++ trunk/dports/gnome/gstreamer010-gst-plugins-gl/Portfile	2013-07-23 03:04:35 UTC (rev 108414)
@@ -9,6 +9,7 @@
 name                gstreamer010-gst-plugins-gl
 set my_name         gst-plugins-gl
 version             0.10.3
+revision            1
 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	2013-07-23 00:41:03 UTC (rev 108413)
+++ trunk/dports/graphics/enblend/Portfile	2013-07-23 03:04:35 UTC (rev 108414)
@@ -4,7 +4,7 @@
 
 name            enblend
 version         4.0
-revision        7
+revision        8
 categories      graphics
 maintainers     gmail.com:hvdwolf
 license         GPL-2+

Modified: trunk/dports/graphics/glew/Portfile
===================================================================
--- trunk/dports/graphics/glew/Portfile	2013-07-23 00:41:03 UTC (rev 108413)
+++ trunk/dports/graphics/glew/Portfile	2013-07-23 03:04:35 UTC (rev 108414)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name               glew
-version            1.9.0
+version            1.10.0
 categories         graphics devel
 platforms          darwin
 # some build scripts are GPL-2+ but we don't install them
@@ -21,9 +21,9 @@
 homepage           http://glew.sourceforge.net/
 master_sites       sourceforge:project/${name}/${name}/${version}/
 extract.suffix     .tgz
-checksums          md5 69ce911decef6249d24742497e6ad06a \
-                   sha1 9291f5c5afefd482c7f3e91ffb3cd4716c6c9ffe \
-                   rmd160 4324e82ab858c53b0c69006c48b81f0fdd831725
+checksums          md5 2f09e5e6cb1b9f3611bcac79bc9c2d5d \
+                   sha1 f41b45ca4a630ad1d00b8b87c5f493781a380300 \
+                   rmd160 cd9772b37e4f48fe2e25a55303eb89363ce91467
 
 patchfiles         config_Makefile.darwin.patch
 

Modified: trunk/dports/graphics/glew/files/config_Makefile.darwin.patch
===================================================================
--- trunk/dports/graphics/glew/files/config_Makefile.darwin.patch	2013-07-23 00:41:03 UTC (rev 108413)
+++ trunk/dports/graphics/glew/files/config_Makefile.darwin.patch	2013-07-23 03:04:35 UTC (rev 108414)
@@ -1,13 +1,12 @@
---- config/Makefile.darwin.orig	2012-07-18 13:46:32.000000000 +1000
-+++ config/Makefile.darwin	2012-07-19 12:09:47.000000000 +1000
-@@ -1,10 +1,10 @@
+--- config/Makefile.darwin.orig	2013-07-23 00:11:22.000000000 +1000
++++ config/Makefile.darwin	2013-07-23 12:48:15.000000000 +1000
+@@ -1,9 +1,9 @@
  NAME = $(GLEW_NAME)
  CC = cc
  LD = cc
 -CFLAGS.EXTRA = -dynamic -fno-common
 +CFLAGS.EXTRA = -dynamic -fno-common $(CFLAGS.ARCH)
  #CFLAGS.EXTRA += -no-cpp-precomp
- PICFLAG = -fPIC
 -LDFLAGS.EXTRA =
 +LDFLAGS.EXTRA = $(LDFLAGS.ARCH)
  ifneq (undefined, $(origin GLEW_APPLE_GLX))

Modified: trunk/dports/graphics/hugin-app/Portfile
===================================================================
--- trunk/dports/graphics/hugin-app/Portfile	2013-07-23 00:41:03 UTC (rev 108413)
+++ trunk/dports/graphics/hugin-app/Portfile	2013-07-23 03:04:35 UTC (rev 108414)
@@ -5,7 +5,7 @@
 
 name			hugin-app
 version			2011.0.0
-revision		4
+revision		5
 categories		graphics
 maintainers		gmail.com:hvdwolf \
 			auckland.ac.nz:p.schmiedeskamp

Modified: trunk/dports/graphics/rt-volume-rendering/Portfile
===================================================================
--- trunk/dports/graphics/rt-volume-rendering/Portfile	2013-07-23 00:41:03 UTC (rev 108413)
+++ trunk/dports/graphics/rt-volume-rendering/Portfile	2013-07-23 03:04:35 UTC (rev 108414)
@@ -6,7 +6,7 @@
 
 name                rt-volume-rendering
 version             1.0.0
-revision            4
+revision            5
 categories          graphics
 platforms           darwin
 maintainers         gmail.com:bugcutt

Modified: trunk/dports/multimedia/XBMC/Portfile
===================================================================
--- trunk/dports/multimedia/XBMC/Portfile	2013-07-23 00:41:03 UTC (rev 108413)
+++ trunk/dports/multimedia/XBMC/Portfile	2013-07-23 03:04:35 UTC (rev 108414)
@@ -7,7 +7,7 @@
 
 name		XBMC
 version		8.10bf1
-revision	10
+revision	11
 categories	multimedia
 maintainers	nomaintainer
 platforms	darwin

Modified: trunk/dports/python/py-glewpy/Portfile
===================================================================
--- trunk/dports/python/py-glewpy/Portfile	2013-07-23 00:41:03 UTC (rev 108413)
+++ trunk/dports/python/py-glewpy/Portfile	2013-07-23 03:04:35 UTC (rev 108414)
@@ -5,7 +5,7 @@
 
 name                    py-glewpy
 version                 0.7.4
-revision                6
+revision                7
 maintainers             nomaintainer
 description             Python bindings for GLEW (OpenGL Extension Wrangler)
 long_description        GLEWpy aims to bring advanced OpenGL extensions to Python. \

Modified: trunk/dports/science/OpenCSG/Portfile
===================================================================
--- trunk/dports/science/OpenCSG/Portfile	2013-07-23 00:41:03 UTC (rev 108413)
+++ trunk/dports/science/OpenCSG/Portfile	2013-07-23 03:04:35 UTC (rev 108414)
@@ -6,7 +6,7 @@
 
 name                OpenCSG
 version             1.3.2
-revision            1
+revision            2
 license             GPL-2
 categories          science
 maintainers         macsforever2000 openmaintainer

Modified: trunk/dports/science/arb/Portfile
===================================================================
--- trunk/dports/science/arb/Portfile	2013-07-23 00:41:03 UTC (rev 108413)
+++ trunk/dports/science/arb/Portfile	2013-07-23 03:04:35 UTC (rev 108414)
@@ -6,7 +6,7 @@
 name                    arb
 epoch                   1
 version                 5.5
-revision                1
+revision                2
 categories              science
 maintainers             mac.com:matt.cottrell
 platforms               darwin

Modified: trunk/dports/science/openscad/Portfile
===================================================================
--- trunk/dports/science/openscad/Portfile	2013-07-23 00:41:03 UTC (rev 108413)
+++ trunk/dports/science/openscad/Portfile	2013-07-23 03:04:35 UTC (rev 108414)
@@ -6,6 +6,7 @@
 
 name                openscad
 version             2013.06
+revision            1
 license             GPL-2
 categories          science
 maintainers         macsforever2000 openmaintainer

Modified: trunk/dports/science/pymol/Portfile
===================================================================
--- trunk/dports/science/pymol/Portfile	2013-07-23 00:41:03 UTC (rev 108413)
+++ trunk/dports/science/pymol/Portfile	2013-07-23 03:04:35 UTC (rev 108414)
@@ -7,7 +7,7 @@
 
 name                pymol
 version             1.5
-revision            7
+revision            8
 categories          science
 maintainers         bromo.med.uc.edu:howarth
 description         Molecular graphics system

Modified: trunk/dports/science/pymol-devel/Portfile
===================================================================
--- trunk/dports/science/pymol-devel/Portfile	2013-07-23 00:41:03 UTC (rev 108413)
+++ trunk/dports/science/pymol-devel/Portfile	2013-07-23 03:04:35 UTC (rev 108414)
@@ -10,7 +10,7 @@
 version             1.5.0.3.r${svn.revision}
 # license is equivalent to the 3-clause BSD (http://pymol.svn.sourceforge.net/viewvc/pymol/trunk/pymol/LICENSE)
 license             BSD
-#revision            1
+revision            1
 categories          science chemistry
 maintainers         nomaintainer
 description         Molecular graphics system
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130722/dbfe1b43/attachment-0001.html>


More information about the macports-changes mailing list