ports/172009: games/xabacas: Update to version 7.7.0
KATO Tsuguru
tkato432 at yahoo.com
Tue Sep 25 18:10:26 UTC 2012
>Number: 172009
>Category: ports
>Synopsis: games/xabacas: Update to version 7.7.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Sep 25 18:10:26 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to verion 7.7.0
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/games/xabacus/Makefile games/xabacus/Makefile
--- /usr/ports/games/xabacus/Makefile 2011-05-02 21:44:35.000000000 +0900
+++ games/xabacus/Makefile 2012-09-25 03:33:09.000000000 +0900
@@ -1,13 +1,8 @@
-# New ports collection makefile for: xabacus
-# Date created: 3 May 1998
-# Whom: Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
# $FreeBSD: ports/games/xabacus/Makefile,v 1.49 2011/05/02 12:44:35 makc Exp $
-#
PORTNAME= xabacus
-PORTVERSION= 7.6.8
-PORTREVISION= 1
+PORTVERSION= 7.7.0
CATEGORIES= games
MASTER_SITES= http://www.tux.org/~bagleyd/abacus/ \
http://ftp.tux.org/pub/tux/bagleyd/xabacus/
@@ -15,23 +10,29 @@
MAINTAINER= ports at FreeBSD.org
COMMENT= Abacus for X Window System
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+OPTIONS_DEFINE= MOTIF ESOUND
+OPTIONS_DEFAULT=MOTIF
+
USE_BZIP2= yes
USE_XORG= xpm
-WANT_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-nas
+MAKE_JOBS_SAFE= yes
MAN6= xabacus.6
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
-.if defined(WITHOUT_MOTIF)
-CONFIGURE_ARGS+= --without-motif
-.else
+.if ${PORT_OPTIONS:MMOTIF}
USE_MOTIF= yes
+.else
+CONFIGURE_ARGS+= --without-motif
.endif
-.if ${HAVE_GNOME:Mesound}!=""
+.if ${PORT_OPTIONS:MESOUND}
USE_GNOME+= esound
CONFIGURE_ARGS+= --without-rplay --with-esound
.else
@@ -42,4 +43,4 @@
post-patch:
@${REINPLACE_CMD} -e 's|/games/|/|g' ${WRKSRC}/Makefile.in
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/games/xabacus/distinfo games/xabacus/distinfo
--- /usr/ports/games/xabacus/distinfo 2011-01-31 20:29:12.000000000 +0900
+++ games/xabacus/distinfo 2012-09-02 22:38:13.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (xabacus-7.6.8.tar.bz2) = 4443d86755c8edd97446952a7c9cf877de6dff5c15bedab8512d970651e495a6
-SIZE (xabacus-7.6.8.tar.bz2) = 288946
+SHA256 (xabacus-7.7.0.tar.bz2) = 92f138f100a581de9204d5c452f06cdb32f1e43ded60a3c68ca6d3b4e56911eb
+SIZE (xabacus-7.7.0.tar.bz2) = 290855
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list