diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-02-16 18:16:35 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-02-16 18:16:35 +0800 |
commit | af6d668db78bdc7bdb31d80ca4ec8eaed65ab720 (patch) | |
tree | 3c33f8c6987a21221c5e8819d6a86a1598fa5c8b /games | |
parent | 38a046effd4d5a6bd87fa400682fdea914202abb (diff) | |
download | freebsd-ports-gnome-af6d668db78bdc7bdb31d80ca4ec8eaed65ab720.tar.gz freebsd-ports-gnome-af6d668db78bdc7bdb31d80ca4ec8eaed65ab720.tar.zst freebsd-ports-gnome-af6d668db78bdc7bdb31d80ca4ec8eaed65ab720.zip |
Update to version 8.0.2
PR: 197436
Submitted by: tkato432@yahoo.com
ChangeLog:
[Nov 28, 2014] V8.0.2:
Many bugs fixed for the new Counter including highlighting.
[Nov 18, 2014] V8.0.1: Not released
Medieval Counter added. Click left of X to add or right of X to
subtract. Middle of line is a counts as 5 (for base 10).
Diffstat (limited to 'games')
-rw-r--r-- | games/xabacus/Makefile | 6 | ||||
-rw-r--r-- | games/xabacus/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/xabacus/Makefile b/games/xabacus/Makefile index d8b78686ccf7..a9cbe49e97c1 100644 --- a/games/xabacus/Makefile +++ b/games/xabacus/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xabacus -PORTVERSION= 8.0.0 +PORTVERSION= 8.0.2 CATEGORIES= games MASTER_SITES= http://www.tux.org/~bagleyd/abacus/ \ http://ftp.tux.org/pub/tux/bagleyd/xabacus/ @@ -16,8 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 USE_XORG= xpm GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-nas CONFIGURE_ENV= ac_cv_x_app_defaults=${PREFIX}/lib/X11/app-defaults +CONFIGURE_ARGS= --without-nas INSTALLS_ICONS= yes DESKTOP_ENTRIES="XAbacus" "" "abacus" "${PORTNAME}" "" "" @@ -30,7 +30,7 @@ ESOUND_USE= gnome=esound ESOUND_CONFIGURE_ON= --without-rplay --with-esound ESOUND_CONFIGURE_OFF= --with-rplay --without-esound ESOUND_LDFLAGS= -L${LOCALBASE}/lib -laudiofile -MOTIF_USES= motif +MOTIF_USES= motif MOTIF_CONFIGURE_WITH= motif post-patch: diff --git a/games/xabacus/distinfo b/games/xabacus/distinfo index 3acd9a962d05..222a1ea5d9bc 100644 --- a/games/xabacus/distinfo +++ b/games/xabacus/distinfo @@ -1,2 +1,2 @@ -SHA256 (xabacus-8.0.0.tar.bz2) = e81aa183f2f0e1ed962709ed9aed0646ae1ad8cf57b4e60866201e8af54ea874 -SIZE (xabacus-8.0.0.tar.bz2) = 285620 +SHA256 (xabacus-8.0.2.tar.bz2) = aca55ad0df545f881ae11b792d4cac64b156474fe46291cfbd0bc4e55141ba8c +SIZE (xabacus-8.0.2.tar.bz2) = 285599 |