[135331] trunk/dports/games/gnubg/Portfile

dtakahashi at macports.org dtakahashi at macports.org
Thu Apr 23 02:16:24 PDT 2015


Revision: 135331
          https://trac.macports.org/changeset/135331
Author:   dtakahashi at macports.org
Date:     2015-04-23 02:16:24 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
gnubg: update to 1.05.000, add libcurl dependency for random.org-PRNG functionarity

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

Modified: trunk/dports/games/gnubg/Portfile
===================================================================
--- trunk/dports/games/gnubg/Portfile	2015-04-23 05:40:21 UTC (rev 135330)
+++ trunk/dports/games/gnubg/Portfile	2015-04-23 09:16:24 UTC (rev 135331)
@@ -6,7 +6,7 @@
 PortGroup               active_variants 1.1
 
 name                    gnubg
-version                 1.04.000
+version                 1.05.000
 categories              games
 license                 GPL-3
 platforms               darwin
@@ -25,8 +25,8 @@
 distfiles               ${name}-release-${version}-sources.tar.gz
                         
 checksums               ${name}-release-${version}-sources.tar.gz \
-                        rmd160  b4b86963efaa72a3e8ed16d19c0a5c1a18a976b8 \
-                        sha256   66ca950d33d697f7a87605dfd3b83165ed756a927eaef164684914b9b0a14e3f
+                        rmd160  da88c0948d1e162a2ce399c183103186714112ba \
+                        sha256   a872810b82f17950be64b4f49a10da97634c5d8f39069288f64bd2eb78a4cddb
 
 depends_build-append    port:pkgconfig \
                         port:bison \
@@ -46,7 +46,8 @@
                         --libdir=${prefix}/lib \
                         --with-python=${prefix}/bin/python2.7 \
                         --without-board3d \
-                        --with-gtk
+                        --with-gtk \
+                        --without-libcurl
 
 notes \
 "Recommended ports:
@@ -58,6 +59,13 @@
 # based on the backend of gtk2
 #
 
+variant random_org description "enable random.org support" {
+    depends_lib-append  port:curl
+    configure.args-replace --without-libcurl --with-libcurl=${prefix}
+}
+
+default_variants +random_org
+
 variant x11 conflicts quartz {
     require_active_variants port:gtk2 x11
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/7dc3e92b/attachment.html>


More information about the macports-changes mailing list