From owner-svn-ports-all@FreeBSD.ORG Tue Nov 19 20:24:56 2013 Return-Path: Delivered-To: svn-ports-all@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 3CF629F8; Tue, 19 Nov 2013 20:24:56 +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 1294929D8; Tue, 19 Nov 2013 20:24:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAJKOtAW060457; Tue, 19 Nov 2013 20:24:55 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAJKOtpd060451; Tue, 19 Nov 2013 20:24:55 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201311192024.rAJKOtpd060451@svn.freebsd.org> From: Carlo Strub Date: Tue, 19 Nov 2013 20:24:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334350 - head/games/nettoe 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.16 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: Tue, 19 Nov 2013 20:24:56 -0000 Author: cs Date: Tue Nov 19 20:24:55 2013 New Revision: 334350 URL: http://svnweb.freebsd.org/changeset/ports/334350 Log: - Update to 1.4.2 - staging Modified: head/games/nettoe/Makefile head/games/nettoe/distinfo head/games/nettoe/pkg-descr Modified: head/games/nettoe/Makefile ============================================================================== --- head/games/nettoe/Makefile Tue Nov 19 20:16:59 2013 (r334349) +++ head/games/nettoe/Makefile Tue Nov 19 20:24:55 2013 (r334350) @@ -2,31 +2,29 @@ # $FreeBSD$ PORTNAME= nettoe -PORTVERSION= 1.3.2 +PORTVERSION= 1.4.2 CATEGORIES= games MASTER_SITES= SF \ http://www.c-s.li/ports/ MAINTAINER= cs@FreeBSD.org -COMMENT= A tic-tac-toe game playable over the network +COMMENT= Tic tac toe game playable over the network LICENSE= GPLv2 -PLIST_FILES= bin/nettoe +PLIST_FILES= bin/nettoe man/man6/nettoe.6.gz -MAN6= nettoe.6 - -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes -NO_STAGE= yes - PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TO-DO -.if !defined(NOPORTDOCS) +.include + post-install: - ${MKDIR} ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for I in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/$I ${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/$I ${STAGEDIR}${DOCSDIR}/ .endfor .endif Modified: head/games/nettoe/distinfo ============================================================================== --- head/games/nettoe/distinfo Tue Nov 19 20:16:59 2013 (r334349) +++ head/games/nettoe/distinfo Tue Nov 19 20:24:55 2013 (r334350) @@ -1,2 +1,2 @@ -SHA256 (nettoe-1.3.2.tar.gz) = 1aba74312e968bb84c556c12c0713128148542b8b2879c78893c47d945da0e24 -SIZE (nettoe-1.3.2.tar.gz) = 94261 +SHA256 (nettoe-1.4.2.tar.gz) = fc30a4f902540ca005c3664981f5e1daa67c519615519a5060e83d0e6d44b1fb +SIZE (nettoe-1.4.2.tar.gz) = 138443 Modified: head/games/nettoe/pkg-descr ============================================================================== --- head/games/nettoe/pkg-descr Tue Nov 19 20:16:59 2013 (r334349) +++ head/games/nettoe/pkg-descr Tue Nov 19 20:24:55 2013 (r334350) @@ -1,6 +1,5 @@ -netToe is a Tic Tac Toe-like game for the console written in C using -UNIX sockets. -It is playable by 2 players over the network, against computer AI, or +netToe is a Tic Tac Toe-like game for the console written in C using UNIX +sockets. It is playable by 2 players over the network, against computer AI, or against another player on the same machine. WWW: http://nettoe.sourceforge.net/