Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2016 20:45:40 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418406 - head/games/gnubg
Message-ID:  <201607112045.u6BKjeCr068909@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Mon Jul 11 20:45:40 2016
New Revision: 418406
URL: https://svnweb.freebsd.org/changeset/ports/418406

Log:
  - Update to 1.05.002
  - Require more libraries

Modified:
  head/games/gnubg/Makefile
  head/games/gnubg/distinfo
  head/games/gnubg/pkg-plist

Modified: head/games/gnubg/Makefile
==============================================================================
--- head/games/gnubg/Makefile	Mon Jul 11 20:44:11 2016	(r418405)
+++ head/games/gnubg/Makefile	Mon Jul 11 20:45:40 2016	(r418406)
@@ -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

Modified: head/games/gnubg/distinfo
==============================================================================
--- head/games/gnubg/distinfo	Mon Jul 11 20:44:11 2016	(r418405)
+++ head/games/gnubg/distinfo	Mon Jul 11 20:45:40 2016	(r418406)
@@ -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

Modified: head/games/gnubg/pkg-plist
==============================================================================
--- head/games/gnubg/pkg-plist	Mon Jul 11 20:44:11 2016	(r418405)
+++ head/games/gnubg/pkg-plist	Mon Jul 11 20:45:40 2016	(r418406)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607112045.u6BKjeCr068909>