Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2015 10:16:36 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379087 - head/games/xabacus
Message-ID:  <201502161016.t1GAGan0038228@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Feb 16 10:16:35 2015
New Revision: 379087
URL: https://svnweb.freebsd.org/changeset/ports/379087
QAT: https://qat.redports.org/buildarchive/r379087/

Log:
  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).

Modified:
  head/games/xabacus/Makefile
  head/games/xabacus/distinfo

Modified: head/games/xabacus/Makefile
==============================================================================
--- head/games/xabacus/Makefile	Mon Feb 16 09:54:18 2015	(r379086)
+++ head/games/xabacus/Makefile	Mon Feb 16 10:16:35 2015	(r379087)
@@ -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:

Modified: head/games/xabacus/distinfo
==============================================================================
--- head/games/xabacus/distinfo	Mon Feb 16 09:54:18 2015	(r379086)
+++ head/games/xabacus/distinfo	Mon Feb 16 10:16:35 2015	(r379087)
@@ -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



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