svn commit: r334350 - head/games/nettoe
Carlo Strub
cs at FreeBSD.org
Tue Nov 19 20:24:56 UTC 2013
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 at 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 <bsd.port.options.mk>
+
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/
More information about the svn-ports-head
mailing list