Bug 172009 - games/xabacus: Update to version 7.7.0
Summary: games/xabacus: Update to version 7.7.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-25 19:10 UTC by tkato432
Modified: 2012-09-26 21:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.94 KB, patch)
2012-09-25 19:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2012-09-25 19:10:26 UTC
- Update to verion 7.7.0
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2012-09-25 21:08:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->madpilot

I'll take it.
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2012-09-25 22:10:58 UTC
Hi,

Thanks for your patch.

Would you like to become the maintainer for the xabacus port?

-- 
Guido Falsi <madpilot@FreeBSD.org>
Comment 3 tkato432 2012-09-26 17:00:00 UTC
Guido Falsi <madpilot@FreeBSD.org> wrote:

> Would you like to become the maintainer for the xabacus port?

In my personal opinion, there is no need for relatively
small-scale ports (not having so many dependencies from other
ports) to assign specific maintainer.

Of course I have no intention of avoiding others to assume
maintainership, though.
Comment 4 Guido Falsi freebsd_committer freebsd_triage 2012-09-26 21:32:00 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-09-26 21:32:04 UTC
Author: madpilot
Date: Wed Sep 26 20:31:52 2012
New Revision: 304924
URL: http://svn.freebsd.org/changeset/ports/304924

Log:
  - Update to 7.7.0
  - Convert to new options frameework
  - Trim Makefilee headers
  - Remove ABI version from LIB_DEPENDS
  
  PR:		ports/172009
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/games/xabacus/Makefile   (contents, props changed)
  head/games/xabacus/distinfo   (contents, props changed)

Modified: head/games/xabacus/Makefile
==============================================================================
--- head/games/xabacus/Makefile	Wed Sep 26 19:30:18 2012	(r304923)
+++ head/games/xabacus/Makefile	Wed Sep 26 20:31:52 2012	(r304924)
@@ -1,13 +1,8 @@
-# New ports collection makefile for:	xabacus
-# Date created:				3 May 1998
-# Whom:					Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
 # $FreeBSD$
-#
 
 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,31 +10,37 @@ MASTER_SITES=	http://www.tux.org/~bagley
 MAINTAINER=	ports@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
-LIB_DEPENDS+=	rplay.1:${PORTSDIR}/audio/rplay
+LIB_DEPENDS+=	rplay:${PORTSDIR}/audio/rplay
 CONFIGURE_ARGS+=	--with-rplay --without-esound
 .endif
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/games/|/|g' ${WRKSRC}/Makefile.in
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/games/xabacus/distinfo
==============================================================================
--- head/games/xabacus/distinfo	Wed Sep 26 19:30:18 2012	(r304923)
+++ head/games/xabacus/distinfo	Wed Sep 26 20:31:52 2012	(r304924)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"