ports/173870: [PATCH] games/frotz: update to 2.43d, take maintainership, OptionsNG
nemysis
nemysis at gmx.ch
Fri Nov 23 18:50:01 UTC 2012
The following reply was made to PR ports/173870; it has been noted by GNATS.
From: nemysis <nemysis at gmx.ch>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/173870: [PATCH] games/frotz: update to 2.43d, take
maintainership, OptionsNG
Date: Fri, 23 Nov 2012 19:47:52 +0100
--MP_/ySVp3A1SjefYczXUNV1gFt6
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--MP_/ySVp3A1SjefYczXUNV1gFt6
Content-Type: text/x-patch
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=frotz.diff
===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/games/frotz/Makefile ./Makefile
--- /usr/ports/games/frotz/Makefile 2012-11-16 09:01:34.000000000 +0100
+++ ./Makefile 2012-11-23 19:44:08.000000000 +0100
@@ -6,13 +6,12 @@
#
PORTNAME= frotz
-PORTVERSION= 2.43
-PORTREVISION= 1
+PORTVERSION= 2.43d
CATEGORIES= games
-MASTER_SITES= SF \
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.43/ \
http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= nemysis at gmx.ch
COMMENT= Infocom games interpreter
LICENSE= GPLv2 # (or later)
@@ -22,21 +21,25 @@
SOUND_DEV="/dev/dsp" INCL="" LIB=""
MAKE_JOBS_SAFE= yes
-MAN6= frotz.6
-PORTDOCS= BUGS HOW_TO_PLAY README
+MAN6= frotz.6 dfrotz.6
+PORTDOCS= AUTHORS BUGS ChangeLog DUMB HOW_TO_PLAY README
PORTEXAMPLES= frotz.conf-big frotz.conf-small
PLIST_FILES= bin/frotz
+.include <bsd.port.options.mk>
+
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/doc/frotz.6 ${MANPREFIX}/man/man6
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for doc in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+.for m in ${MAN6}
+ ${INSTALL_MAN} ${WRKSRC}/doc/${m} ${MAN6PREFIX}/man/man6
.endfor
+
+.if ${PORT_OPTIONS:MDOCS}
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
-.if !defined(NOPORTEXAMPLES)
+
+.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
.for ex in ${PORTEXAMPLES}
${INSTALL_DATA} ${WRKSRC}/doc/${ex} ${EXAMPLESDIR}
diff -ruN --exclude=CVS /usr/ports/games/frotz/distinfo ./distinfo
--- /usr/ports/games/frotz/distinfo 2012-11-16 09:01:34.000000000 +0100
+++ ./distinfo 2012-11-23 15:47:26.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (frotz-2.43.tar.gz) = f831eae9182e4a1407a34cb1098a4f5ad5ad6c6632e34eed734b9601a06a764b
-SIZE (frotz-2.43.tar.gz) = 160771
+SHA256 (frotz-2.43d.tar.gz) = c56a2f77f630db04ad968fc7c0b2114e3f855fdae8ce226e600f20dcba2c5985
+SIZE (frotz-2.43d.tar.gz) = 203962
===> Done
--MP_/ySVp3A1SjefYczXUNV1gFt6--
More information about the freebsd-ports-bugs
mailing list