From owner-svn-ports-head@FreeBSD.ORG Wed Sep 26 20:31:53 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB182106566B; Wed, 26 Sep 2012 20:31:53 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7C2F68FC08; Wed, 26 Sep 2012 20:31:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8QKVrF2087783; Wed, 26 Sep 2012 20:31:53 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8QKVrW2087780; Wed, 26 Sep 2012 20:31:53 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201209262031.q8QKVrW2087780@svn.freebsd.org> From: Guido Falsi Date: Wed, 26 Sep 2012 20:31:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304924 - head/games/xabacus X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2012 20:31:53 -0000 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 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 +.include -.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 +.include 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