From owner-svn-ports-all@FreeBSD.ORG Mon Feb 16 10:16:37 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44729DA8; Mon, 16 Feb 2015 10:16:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15E8FFB3; Mon, 16 Feb 2015 10:16:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GAGab1038230; Mon, 16 Feb 2015 10:16:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1GAGan0038228; Mon, 16 Feb 2015 10:16:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502161016.t1GAGan0038228@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 16 Feb 2015 10:16:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379087 - head/games/xabacus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 10:16:37 -0000 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