Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2018 22:11:59 +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: r481255 - head/games/gnubg
Message-ID:  <201810042211.w94MBxlC006582@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Thu Oct  4 22:11:58 2018
New Revision: 481255
URL: https://svnweb.freebsd.org/changeset/ports/481255

Log:
  - Update to 1.06.002
  - Clean up Makefile

Modified:
  head/games/gnubg/Makefile
  head/games/gnubg/distinfo

Modified: head/games/gnubg/Makefile
==============================================================================
--- head/games/gnubg/Makefile	Thu Oct  4 21:10:42 2018	(r481254)
+++ head/games/gnubg/Makefile	Thu Oct  4 22:11:58 2018	(r481255)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnubg
-PORTVERSION=	1.06.001
-PORTREVISION=	1
+PORTVERSION=	1.06.002
 CATEGORIES=	games
 MASTER_SITES=	http://files.gnubg.org/media/sources/
 DISTFILES=	gnubg-release-${PORTVERSION}-sources.tar.gz
@@ -13,7 +12,6 @@ COMMENT=	GNU Backgammon
 
 LICENSE=	GPLv3
 
-BUILD_DEPENDS=	bison:devel/bison
 RUN_DEPENDS=	sqlite3:databases/sqlite3
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
@@ -23,6 +21,11 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
+USES=		bison gmake libtool pathfix shebangfix python pkgconfig compiler:c++11-lang readline gnome gl
+USE_GNOME=	glib20 gtk20 cairo pangox-compat
+USE_XORG+=	xmu xt sm ice x11
+USE_GL+=	glu gl
+
 CONFIGURE_ARGS=	--with-board3d --with-sqlite --with-python=${PYTHON_CMD}
 CONFIGURE_ENV=	ac_cv_path_ARTSC_CONFIG=no ac_cv_path_LIBART_CONFIG=no
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -30,10 +33,6 @@ 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 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	Thu Oct  4 21:10:42 2018	(r481254)
+++ head/games/gnubg/distinfo	Thu Oct  4 22:11:58 2018	(r481255)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1517079255
-SHA256 (gnubg-release-1.06.001-sources.tar.gz) = eb70460ec5e03fca20e0711f76334d5d68519fa04ba0474f9445e4bd821cdf6a
-SIZE (gnubg-release-1.06.001-sources.tar.gz) = 15123038
+TIMESTAMP = 1538690278
+SHA256 (gnubg-release-1.06.002-sources.tar.gz) = ce1b0b0c1900717cc598032a14cf8c0ee60faf24d84368b39922c0102983bc87
+SIZE (gnubg-release-1.06.002-sources.tar.gz) = 13163681



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