aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2010-08-05 22:55:44 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2010-08-05 22:55:44 +0000
commita6e29bb02e50f98aaa1f4df95b6f348ce1f55c95 (patch)
treeddc82d5393b169fc1690e6a135bcd34f19eb8e88 /games
parent45d0fc436ec8421e6ff024e9686357ab7865d7b0 (diff)
downloadports-a6e29bb02e50f98aaa1f4df95b6f348ce1f55c95.tar.gz
ports-a6e29bb02e50f98aaa1f4df95b6f348ce1f55c95.zip
- Update to 1.3.2
- Pass maintainership to submitter PR: 148373 Submitted by: C-S <c-s@c-s.li>
Notes
Notes: svn path=/head/; revision=258837
Diffstat (limited to 'games')
-rw-r--r--games/nettoe/Makefile20
-rw-r--r--games/nettoe/distinfo6
-rw-r--r--games/nettoe/pkg-plist10
3 files changed, 16 insertions, 20 deletions
diff --git a/games/nettoe/Makefile b/games/nettoe/Makefile
index 222e9f7055b5..f0255af010d3 100644
--- a/games/nettoe/Makefile
+++ b/games/nettoe/Makefile
@@ -6,24 +6,30 @@
#
PORTNAME= nettoe
-PORTVERSION= 1.1.0
-PORTREVISION= 1
+PORTVERSION= 1.3.2
CATEGORIES= games
-MASTER_SITES= SF
+MASTER_SITES= SF \
+ http://www.c-s.li/ports/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= c-s@c-s.li
COMMENT= A tic-tac-toe game playable over the network
+LICENSE= GPLv2
+
+PLIST_FILES= bin/nettoe
+
MAN6= nettoe.6
USE_GMAKE= yes
GNU_CONFIGURE= yes
-post-install:
+PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TO-DO
+
.if !defined(NOPORTDOCS)
+post-install:
${MKDIR} ${DOCSDIR}
-.for I in AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TO-DO
- ${INSTALL_DATA} ${WRKSRC}/$I ${DOCSDIR}
+.for I in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/$I ${DOCSDIR}/
.endfor
.endif
diff --git a/games/nettoe/distinfo b/games/nettoe/distinfo
index f4bf19d3eb05..d395af788ca8 100644
--- a/games/nettoe/distinfo
+++ b/games/nettoe/distinfo
@@ -1,3 +1,3 @@
-MD5 (nettoe-1.1.0.tar.gz) = 3227629ec7ade9495c7cc4c68243a7b0
-SHA256 (nettoe-1.1.0.tar.gz) = b9166b54a9113277444aa8cb4f4e2bba4ce5d4484f4c8cc10bbd08ab2344535f
-SIZE (nettoe-1.1.0.tar.gz) = 50197
+MD5 (nettoe-1.3.2.tar.gz) = abd8037832a3d73be765154e7b27eb4d
+SHA256 (nettoe-1.3.2.tar.gz) = 1aba74312e968bb84c556c12c0713128148542b8b2879c78893c47d945da0e24
+SIZE (nettoe-1.3.2.tar.gz) = 94261
diff --git a/games/nettoe/pkg-plist b/games/nettoe/pkg-plist
deleted file mode 100644
index 5b69dd4c58f6..000000000000
--- a/games/nettoe/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-bin/nettoe
-%%PORTDOCS%%share/doc/nettoe/AUTHORS
-%%PORTDOCS%%share/doc/nettoe/BUGS
-%%PORTDOCS%%share/doc/nettoe/COPYING
-%%PORTDOCS%%share/doc/nettoe/ChangeLog
-%%PORTDOCS%%share/doc/nettoe/INSTALL
-%%PORTDOCS%%share/doc/nettoe/NEWS
-%%PORTDOCS%%share/doc/nettoe/README
-%%PORTDOCS%%share/doc/nettoe/TO-DO
-%%PORTDOCS%%@dirrm share/doc/nettoe