[123537] trunk/dports/games/gnubg

dtakahashi at macports.org dtakahashi at macports.org
Sun Aug 10 05:29:38 PDT 2014


Revision: 123537
          https://trac.macports.org/changeset/123537
Author:   dtakahashi at macports.org
Date:     2014-08-10 05:29:37 -0700 (Sun, 10 Aug 2014)
Log Message:
-----------
gnubg: update to 1.03.001

Modified Paths:
--------------
    trunk/dports/games/gnubg/Portfile

Removed Paths:
-------------
    trunk/dports/games/gnubg/files/darwin-disable-canberra.configure.ac.diff

Modified: trunk/dports/games/gnubg/Portfile
===================================================================
--- trunk/dports/games/gnubg/Portfile	2014-08-10 12:12:45 UTC (rev 123536)
+++ trunk/dports/games/gnubg/Portfile	2014-08-10 12:29:37 UTC (rev 123537)
@@ -6,8 +6,7 @@
 PortGroup               active_variants 1.1
 
 name                    gnubg
-version                 1.03.000
-revision                1
+version                 1.03.001
 categories              games
 license                 GPL-3
 platforms               darwin
@@ -26,13 +25,9 @@
 distfiles               ${name}-release-${version}-sources.tar.gz
                         
 checksums               ${name}-release-${version}-sources.tar.gz \
-                        rmd160  a7158cbd1d092cae6a9ddcd2135a43298f133d11 \
-                        sha256  609f66323dd20fcaa2e1f889b70f8453b5c53999a8c5afda971c131bcfa0e4f0
+                        rmd160  2542fc6ae92659c48886c9416fcb0df6f01be55f \
+                        sha256  28252945931a12944eafb413c1c0e8045293bfeb2756c120daea2d95c5ef1e77
 
-patchfiles              darwin-disable-canberra.configure.ac.diff
-
-use_autoreconf          yes
-
 depends_build-append    port:pkgconfig \
                         port:bison \
                         port:flex
@@ -53,13 +48,6 @@
                         --without-board3d \
                         --with-gtk
 
-## the current (v. 1.03.000) configure.ac fails to recognize
-## a path to the selected python interpreter
-## here is a temporal fix
-configure.args-replace  --with-python=${prefix}/bin/python2.7 --with-python
-configure.env-append    PYTHON=${prefix}/bin/python2.7
-##
-
 notes \
 "Recommended ports:
     py27-mysql    provides the MySQL backend of a game database

Deleted: trunk/dports/games/gnubg/files/darwin-disable-canberra.configure.ac.diff
===================================================================
--- trunk/dports/games/gnubg/files/darwin-disable-canberra.configure.ac.diff	2014-08-10 12:12:45 UTC (rev 123536)
+++ trunk/dports/games/gnubg/files/darwin-disable-canberra.configure.ac.diff	2014-08-10 12:29:37 UTC (rev 123537)
@@ -1,23 +0,0 @@
---- configure.ac.orig	2014-08-05 08:35:10.000000000 +0900
-+++ configure.ac	2014-08-05 08:37:34.000000000 +0900
-@@ -132,12 +132,16 @@
- PKG_CHECK_MODULES(PANGOCAIRO, [pangocairo >= 1.0], have_pangocairo="yes", [AC_MSG_WARN([no pangocairo support])])
- PKG_CHECK_MODULES(SQLITE, [sqlite3], have_sqlite="yes", AC_MSG_WARN([no sqlite support]))
- 
--if test "x$win32" != "xyes"; then
--    PKG_CHECK_MODULES(CANBERRA, [libcanberra-gtk], have_canberra="yes", AC_MSG_WARN([no libcanberra-gtk support]))
--    PKG_CHECK_MODULES(GLU, [glu], have_glu="yes", AC_MSG_WARN([no glu support]))
--else
-+if test "x$win32" == "xyes"; then
-     have_canberra="no"
-     have_glu="yes"
-+else
-+    if test "x$darwin" == "xyes"; then
-+        have_canberra="no"
-+    else
-+        PKG_CHECK_MODULES(CANBERRA, [libcanberra-gtk], have_canberra="yes", AC_MSG_WARN([no libcanberra-gtk support]))
-+    fi
-+    PKG_CHECK_MODULES(GLU, [glu], have_glu="yes", AC_MSG_WARN([no glu support]))
- fi
- 
- PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.6.0], have_gtk="yes" , AC_MSG_WARN([no gtk support]))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140810/1981db79/attachment.html>


More information about the macports-changes mailing list