From 2465a782cfdf47fd38ea7fbe3e9b6aa8f2c4c107 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 5 Aug 2010 22:55:44 +0000 Subject: - Update to 1.3.2 - Pass maintainership to submitter PR: 148373 Submitted by: C-S --- games/nettoe/Makefile | 20 +++++++++++++------- games/nettoe/distinfo | 6 +++--- games/nettoe/pkg-plist | 10 ---------- 3 files changed, 16 insertions(+), 20 deletions(-) delete mode 100644 games/nettoe/pkg-plist (limited to 'games/nettoe') 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 -- cgit