[139308] trunk/dports

jmr at macports.org jmr at macports.org
Tue Aug 11 19:46:18 PDT 2015


Revision: 139308
          https://trac.macports.org/changeset/139308
Author:   jmr at macports.org
Date:     2015-08-11 19:46:18 -0700 (Tue, 11 Aug 2015)
Log Message:
-----------
glew: update to 1.13.0 and 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/h3dapi/Portfile
    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
    trunk/dports/www/logstalgia/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/glew/files/patch-Makefile.diff

Modified: trunk/dports/devel/gource/Portfile
===================================================================
--- trunk/dports/devel/gource/Portfile	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/devel/gource/Portfile	2015-08-12 02:46:18 UTC (rev 139308)
@@ -5,7 +5,7 @@
 PortGroup           github 1.0
 
 github.setup        acaudwell Gource 0.42 gource-
-revision            2
+revision            3
 name                gource
 categories          devel
 platforms           darwin

Modified: trunk/dports/games/widelands/Portfile
===================================================================
--- trunk/dports/games/widelands/Portfile	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/games/widelands/Portfile	2015-08-12 02:46:18 UTC (rev 139308)
@@ -6,7 +6,7 @@
 
 name                widelands
 version             build17
-revision            6
+revision            7
 categories          games
 platforms           darwin
 maintainers         nomaintainer

Modified: trunk/dports/gnome/gstreamer010-gst-plugins-gl/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer010-gst-plugins-gl/Portfile	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/gnome/gstreamer010-gst-plugins-gl/Portfile	2015-08-12 02:46:18 UTC (rev 139308)
@@ -9,7 +9,7 @@
 name                gstreamer010-gst-plugins-gl
 set my_name         gst-plugins-gl
 version             0.10.3
-revision            4
+revision            5
 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	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/graphics/enblend/Portfile	2015-08-12 02:46:18 UTC (rev 139308)
@@ -4,6 +4,7 @@
 
 name            enblend
 version         4.1.3
+revision        1
 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	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/graphics/glew/Portfile	2015-08-12 02:46:18 UTC (rev 139308)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name               glew
-version            1.12.0
+version            1.13.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 01246c7ecd135d99be031aa63f86dca1 \
-                   sha1 070dfb61dbb7cd0915517decf467264756469a94 \
-                   rmd160 5c44f95cae5d06cde75915d039c2b51541c53246
+checksums          md5 7cbada3166d2aadfc4169c4283701066 \
+                   sha1 d5b1c499f429aa91c466193b4e8ea94a84019e37 \
+                   rmd160 4ed99bea403cbe72d05cfca25694b31209922f9f
 
 patchfiles         config_Makefile.darwin.patch
 
@@ -39,7 +39,7 @@
 destroot.target    install.all
 
 variant universal {
-    patchfiles-append patch-Makefile.diff
+    build.env-append ARFLAGS=crs
 }
 build.args-append CFLAGS.ARCH="[get_canonical_archflags cc]" \
                   LDFLAGS.ARCH="[get_canonical_archflags ld]"

Modified: trunk/dports/graphics/glew/files/config_Makefile.darwin.patch
===================================================================
--- trunk/dports/graphics/glew/files/config_Makefile.darwin.patch	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/graphics/glew/files/config_Makefile.darwin.patch	2015-08-12 02:46:18 UTC (rev 139308)
@@ -1,11 +1,11 @@
---- 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)
+--- config/Makefile.darwin.orig	2015-08-10 21:47:22.000000000 +1000
++++ config/Makefile.darwin	2015-08-12 12:17:06.000000000 +1000
+@@ -2,9 +2,9 @@
  CC = cc
  LD = cc
--CFLAGS.EXTRA = -dynamic -fno-common
-+CFLAGS.EXTRA = -dynamic -fno-common $(CFLAGS.ARCH)
+ CFLAGS.EXTRA = -dynamic -fno-common
+-CFLAGS.EXTRA += -ansi -pedantic
++CFLAGS.EXTRA += -ansi -pedantic $(CFLAGS.ARCH)
  #CFLAGS.EXTRA += -no-cpp-precomp
 -LDFLAGS.EXTRA =
 +LDFLAGS.EXTRA = $(LDFLAGS.ARCH)

Deleted: trunk/dports/graphics/glew/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/glew/files/patch-Makefile.diff	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/graphics/glew/files/patch-Makefile.diff	2015-08-12 02:46:18 UTC (rev 139308)
@@ -1,20 +0,0 @@
---- Makefile.orig	2012-07-18 13:46:33.000000000 +1000
-+++ Makefile	2012-07-19 12:16:09.000000000 +1000
-@@ -100,7 +100,7 @@
- 	mkdir lib
- 
- lib/$(LIB.STATIC): $(LIB.OBJS)
--	$(AR) cr $@ $^
-+	$(AR) crs $@ $^
- ifneq ($(STRIP),)
- 	$(STRIP) -x $@
- endif
-@@ -139,7 +139,7 @@
- glew.lib.mx:  lib lib/$(LIB.SHARED.MX) lib/$(LIB.STATIC.MX) glewmx.pc
- 
- lib/$(LIB.STATIC.MX): $(LIB.OBJS.MX)
--	$(AR) cr $@ $^
-+	$(AR) crs $@ $^
- 
- lib/$(LIB.SHARED.MX): $(LIB.SOBJS.MX)
- 	$(LD) $(LDFLAGS.SO.MX) -o $@ $^ $(LIB.LDFLAGS) $(LIB.LIBS)

Modified: trunk/dports/graphics/h3dapi/Portfile
===================================================================
--- trunk/dports/graphics/h3dapi/Portfile	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/graphics/h3dapi/Portfile	2015-08-12 02:46:18 UTC (rev 139308)
@@ -7,6 +7,7 @@
 
 name                h3dapi
 version             2.3.0
+revision            1
 categories          graphics
 platforms           darwin
 maintainers         sensegraphics.com:support

Modified: trunk/dports/graphics/hugin-app/Portfile
===================================================================
--- trunk/dports/graphics/hugin-app/Portfile	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/graphics/hugin-app/Portfile	2015-08-12 02:46:18 UTC (rev 139308)
@@ -7,7 +7,7 @@
 
 name                    hugin-app
 version                 2013.0.0
-revision                8
+revision                9
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              graphics
 maintainers             nomaintainer

Modified: trunk/dports/multimedia/XBMC/Portfile
===================================================================
--- trunk/dports/multimedia/XBMC/Portfile	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/multimedia/XBMC/Portfile	2015-08-12 02:46:18 UTC (rev 139308)
@@ -7,7 +7,7 @@
 
 name		XBMC
 version		8.10bf1
-revision	14
+revision	15
 categories	multimedia
 maintainers	nomaintainer
 platforms	darwin

Modified: trunk/dports/python/py-glewpy/Portfile
===================================================================
--- trunk/dports/python/py-glewpy/Portfile	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/python/py-glewpy/Portfile	2015-08-12 02:46:18 UTC (rev 139308)
@@ -5,7 +5,7 @@
 
 name                    py-glewpy
 version                 0.7.4
-revision                9
+revision                10
 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	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/science/OpenCSG/Portfile	2015-08-12 02:46:18 UTC (rev 139308)
@@ -6,7 +6,7 @@
 
 name                OpenCSG
 version             1.3.3
-revision            2
+revision            3
 license             GPL-2
 categories          science
 maintainers         nomaintainer

Modified: trunk/dports/science/arb/Portfile
===================================================================
--- trunk/dports/science/arb/Portfile	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/science/arb/Portfile	2015-08-12 02:46:18 UTC (rev 139308)
@@ -7,7 +7,7 @@
 name                    arb
 epoch                   2
 version                 6.0.1
-revision                2
+revision                3
 categories              science
 maintainers             mac.com:matt.cottrell
 platforms               darwin

Modified: trunk/dports/science/openscad/Portfile
===================================================================
--- trunk/dports/science/openscad/Portfile	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/science/openscad/Portfile	2015-08-12 02:46:18 UTC (rev 139308)
@@ -6,7 +6,7 @@
 
 name                openscad
 version             2014.03
-revision            3
+revision            4
 license             GPL-2
 categories          science
 maintainers         nomaintainer

Modified: trunk/dports/science/pymol/Portfile
===================================================================
--- trunk/dports/science/pymol/Portfile	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/science/pymol/Portfile	2015-08-12 02:46:18 UTC (rev 139308)
@@ -7,7 +7,7 @@
 
 name                pymol
 version             1.7.5.0
-revision            1
+revision            2
 categories          science chemistry
 license             PSF
 maintainers         gmail.com:howarth.at.macports

Modified: trunk/dports/science/pymol-devel/Portfile
===================================================================
--- trunk/dports/science/pymol-devel/Portfile	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/science/pymol-devel/Portfile	2015-08-12 02:46:18 UTC (rev 139308)
@@ -7,7 +7,7 @@
 name                pymol-devel
 conflicts           pymol
 svn.revision        4007
-revision            1
+revision            2
 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

Modified: trunk/dports/science/vapor/Portfile
===================================================================
--- trunk/dports/science/vapor/Portfile	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/science/vapor/Portfile	2015-08-12 02:46:18 UTC (rev 139308)
@@ -5,7 +5,7 @@
 
 name                vapor
 version             2.2.4
-revision            7
+revision            8
 categories          science
 maintainers         nomaintainer
 description         interactive 3D scientific visualization environment

Modified: trunk/dports/www/logstalgia/Portfile
===================================================================
--- trunk/dports/www/logstalgia/Portfile	2015-08-12 00:01:13 UTC (rev 139307)
+++ trunk/dports/www/logstalgia/Portfile	2015-08-12 02:46:18 UTC (rev 139308)
@@ -6,7 +6,7 @@
 
 github.setup        acaudwell Logstalgia 1.0.6 logstalgia-
 name                logstalgia
-revision            1
+revision            2
 categories          www
 platforms           darwin
 maintainers         nomaintainer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150811/f9c107e6/attachment.html>


More information about the macports-changes mailing list