From owner-svn-ports-head@FreeBSD.ORG Tue Nov 19 07:41:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0E05832; Tue, 19 Nov 2013 07:41:53 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E01C02A01; Tue, 19 Nov 2013 07:41:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAJ7frnj098182; Tue, 19 Nov 2013 07:41:53 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAJ7frAs098176; Tue, 19 Nov 2013 07:41:53 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201311190741.rAJ7frAs098176@svn.freebsd.org> From: Guido Falsi Date: Tue, 19 Nov 2013 07:41:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334285 - head/games/mahjong X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Tue, 19 Nov 2013 07:41:54 -0000 Author: madpilot Date: Tue Nov 19 07:41:52 2013 New Revision: 334285 URL: http://svnweb.freebsd.org/changeset/ports/334285 Log: - Update to 1.13 - Various cleanups PR: ports/181886 Submitted by: KATO Tsuguru Modified: head/games/mahjong/Makefile head/games/mahjong/distinfo (contents, props changed) head/games/mahjong/pkg-descr (contents, props changed) Modified: head/games/mahjong/Makefile ============================================================================== --- head/games/mahjong/Makefile Tue Nov 19 07:31:11 2013 (r334284) +++ head/games/mahjong/Makefile Tue Nov 19 07:41:52 2013 (r334285) @@ -2,32 +2,29 @@ # $FreeBSD$ PORTNAME= mahjong -PORTVERSION= 1.12.1 -PORTREVISION= 1 +PORTVERSION= 1.13 CATEGORIES= games net MASTER_SITES= http://mahjong.julianbradfield.org/Source/%SUBDIR%/ MASTER_SITE_SUBDIR= . Old DISTNAME= mj-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org -COMMENT= A networked Mah Jong program, together with a computer player +COMMENT= Networked Mah Jong program, together with a computer player LICENSE= GPLv2 # (or later) -USES= perl5 gmake pkgconfig +USES= gmake perl5 pkgconfig USE_GNOME= gtk20 USE_PERL5= build MAKE_ENV= CCLINK="${CC}" CDEBUGFLAGS="${CFLAGS}" PERL="${PERL}" \ INCLUDES="-I." -MAN1= xmj.1 -MLINKS= xmj.1 mj-player.1 \ - xmj.1 mj-server.1 -PLIST_FILES= bin/mj-server bin/mj-player bin/xmj +PLIST_FILES= bin/mj-server bin/mj-player bin/xmj \ + man/man1/mj-player.1.gz man/man1/mj-server.1.gz \ + man/man1/xmj.1.gz -NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -e \ + @${REINPLACE_CMD} -e \ 's|^CC|#CC|g ; \ s|^DESTDIR|#DESTDIR|g ; \ s|^CDEBUGFLAGS|#CDEBUGFLAGS|g ; \ @@ -35,17 +32,22 @@ post-patch: s|^PERL|#PERL|g ; \ s|^INST|#INST|g ; \ s|make |$$(MAKE) |g' ${WRKSRC}/Makefile.in - ${REINPLACE_CMD} -e \ + @${REINPLACE_CMD} -e \ 's|SOL_TCP|IPPROTO_TCP|' ${WRKSRC}/sysdep.c do-configure: - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ Makefile.in Makefile) do-install: -.for file in mj-server mj-player xmj - ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin/${file} +.for i in mj-player mj-server xmj + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${i} \ + ${STAGEDIR}${PREFIX}/bin/${i}) +.endfor + (cd ${WRKSRC} && ${INSTALL_MAN} xmj.man \ + ${STAGEDIR}${MANPREFIX}/man/man1/xmj.1) +.for i in mj-player.1 mj-server.1 + ${LN} -sf xmj.1 ${STAGEDIR}${MANPREFIX}/man/man1/${i} .endfor - ${INSTALL_MAN} ${WRKSRC}/xmj.man ${MANPREFIX}/man/man1/xmj.1 .include Modified: head/games/mahjong/distinfo ============================================================================== --- head/games/mahjong/distinfo Tue Nov 19 07:31:11 2013 (r334284) +++ head/games/mahjong/distinfo Tue Nov 19 07:41:52 2013 (r334285) @@ -1,2 +1,2 @@ -SHA256 (mj-1.12.1-src.tar.gz) = 6066a5e8fb629063313f1383db9c9d775c0f0ba390803f07ac6393cd03f2d0ce -SIZE (mj-1.12.1-src.tar.gz) = 402341 +SHA256 (mj-1.13-src.tar.gz) = 024a7f5a081a9151ad31e7178b3eeb9a8befab717aad2970775c400a16f76f33 +SIZE (mj-1.13-src.tar.gz) = 411628 Modified: head/games/mahjong/pkg-descr ============================================================================== --- head/games/mahjong/pkg-descr Tue Nov 19 07:31:11 2013 (r334284) +++ head/games/mahjong/pkg-descr Tue Nov 19 07:41:52 2013 (r334285) @@ -1,7 +1,7 @@ -This is a set of three programs which provide a networked Mah Jong program, -together with a computer player. Thus the game can be played by four humans, by -a human and three computer players, or any other combination. There is a server -program, which handles the game. An X client to allow humans to play naturally, -and a computer player. +This is a set of three programs which provide a networked Mah Jong +program, together with a computer player. Thus the game can be played by +four humans, by a human and three computer players, or any other +combination. There is a server program, which handles the game. An X +client to allow humans to play naturally, and a computer player. WWW: http://mahjong.julianbradfield.org/