diff options
author | Carlo Strub <cs@FreeBSD.org> | 2016-07-11 20:45:40 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2016-07-11 20:45:40 +0000 |
commit | 6a78028efc988ffe86a7fbd8cf0ebb1de157ad16 (patch) | |
tree | 3fdd3748757752a5df09eff5eb6399db9c52697e | |
parent | fca47836521f8422ece63dbe6c86c109cfd0b4d0 (diff) | |
download | ports-6a78028efc988ffe86a7fbd8cf0ebb1de157ad16.tar.gz ports-6a78028efc988ffe86a7fbd8cf0ebb1de157ad16.zip |
- Update to 1.05.002
- Require more libraries
Notes
Notes:
svn path=/head/; revision=418406
-rw-r--r-- | games/gnubg/Makefile | 17 | ||||
-rw-r--r-- | games/gnubg/distinfo | 5 | ||||
-rw-r--r-- | games/gnubg/pkg-plist | 2 |
3 files changed, 16 insertions, 8 deletions
diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index 7aa4db89a204..6e678074122e 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= gnubg -PORTVERSION= 1.05.000 +PORTVERSION= 1.05.002 CATEGORIES= games -MASTER_SITES= http://www.c-s.li/ports/ \ - http://files.gnubg.org/media/sources/ +MASTER_SITES= http://files.gnubg.org/media/sources/ DISTFILES= gnubg-release-${PORTVERSION}-sources.tar.gz MAINTAINER= cs@FreeBSD.org @@ -17,7 +16,11 @@ BUILD_DEPENDS= bison:devel/bison RUN_DEPENDS= sqlite3:databases/sqlite3 LIB_DEPENDS= libpng.so:graphics/png \ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ - libcanberra-gtk.so:audio/libcanberra + libcanberra-gtk.so:audio/libcanberra \ + libgmp.so:math/gmp \ + libcurl.so:ftp/curl \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 CONFIGURE_ARGS= --with-board3d --with-sqlite --with-python=${LOCALBASE}/bin/python CONFIGURE_ENV= ac_cv_path_ARTSC_CONFIG=no ac_cv_path_LIBART_CONFIG=no @@ -26,8 +29,10 @@ LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -USES= gmake libtool pathfix shebangfix python pkgconfig compiler:c++11-lang -USE_GNOME= glib20 +USES= gmake libtool pathfix shebangfix python pkgconfig compiler:c++11-lang readline +USE_GNOME= glib20 gtk20 cairo pangox-compat +USE_XORG+= xmu xt sm ice x11 +USE_GL+= glu gl OPTIONS_DEFINE= NLS DOCS OPTIONS_SUB= yes diff --git a/games/gnubg/distinfo b/games/gnubg/distinfo index 2826b9739961..99dc3ca41edf 100644 --- a/games/gnubg/distinfo +++ b/games/gnubg/distinfo @@ -1,2 +1,3 @@ -SHA256 (gnubg-release-1.05.000-sources.tar.gz) = a872810b82f17950be64b4f49a10da97634c5d8f39069288f64bd2eb78a4cddb -SIZE (gnubg-release-1.05.000-sources.tar.gz) = 15030177 +TIMESTAMP = 1468268304 +SHA256 (gnubg-release-1.05.002-sources.tar.gz) = b2c5f9457a023a229708bb788aee6f712428c911e199f32fb07f3a83d6c8b60b +SIZE (gnubg-release-1.05.002-sources.tar.gz) = 15092499 diff --git a/games/gnubg/pkg-plist b/games/gnubg/pkg-plist index 677a1ffec016..9712ff18369c 100644 --- a/games/gnubg/pkg-plist +++ b/games/gnubg/pkg-plist @@ -131,6 +131,7 @@ man/man6/makeweights.6.gz %%DATADIR%%/flags/england.png %%DATADIR%%/flags/france.png %%DATADIR%%/flags/germany.png +%%DATADIR%%/flags/greece.png %%DATADIR%%/flags/iceland.png %%DATADIR%%/flags/italy.png %%DATADIR%%/flags/japan.png @@ -216,6 +217,7 @@ share/icons/hicolor/48x48/apps/gnubg.png share/locale/cs/LC_MESSAGES/gnubg.mo share/locale/da/LC_MESSAGES/gnubg.mo share/locale/de/LC_MESSAGES/gnubg.mo +share/locale/el/LC_MESSAGES/gnubg.mo share/locale/en_US/LC_MESSAGES/gnubg.mo share/locale/es/LC_MESSAGES/gnubg.mo share/locale/fr/LC_MESSAGES/gnubg.mo |