ports/142955: [PATCH] games/pcgen: update to 5.16.2

Greg Lewis glewis at misty.eyesbeyond.com
Tue Jan 19 06:20:01 UTC 2010


>Number:         142955
>Category:       ports
>Synopsis:       [PATCH] games/pcgen: update to 5.16.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 19 06:20:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Greg Lewis
>Release:        FreeBSD 7.2-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD misty.eyesbeyond.com 7.2-RELEASE-p5 FreeBSD 7.2-RELEASE-p5 #0: Sat Dec  5 18:27:15 PST
>Description:
- Update to 5.16.2
- Remove a couple of (now) unnecessary targets.
- Tweak a couple of other settings/targets.

Port maintainer (hq at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- pcgen-5.16.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /var/fcvs/ports/games/pcgen/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile	22 Aug 2009 00:22:23 -0000	1.23
+++ Makefile	19 Jan 2010 06:02:55 -0000
@@ -5,11 +5,10 @@
 # $FreeBSD: ports/games/pcgen/Makefile,v 1.23 2009/08/22 00:22:23 amdmi3 Exp $
 
 PORTNAME=	pcgen
-PORTVERSION=	5.12.0
-PORTREVISION=	1
+PORTVERSION=	5.16.2
 CATEGORIES=	games java
 MASTER_SITES=	SF/${PORTNAME}/PCGen%20Stable/${PORTVERSION}
-DISTNAME=	pcgen${PORTVERSION:S/.//g}_partial
+DISTNAME=	pcgen${PORTVERSION:S/.//g}_full
 
 MAINTAINER=	hq at FreeBSD.org
 COMMENT=	A Java-based RPG character generator and maintenance program
@@ -23,36 +22,28 @@
 NO_BUILD=	YES
 
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}
-DATAFILES=	characters data filepaths.ini lib outputsheets pcgen.jar plugins system
+DATAFILES=	batch-convert.jar characters data filepaths.ini lib \
+		logging.properties outputsheets pcgen.jar plugins preview system
 PLIST_FILES+=	bin/pcgen
 
 SUB_FILES=	pcgen.sh
 
 .if !defined(NOPORTDOCS)
-PORTDOCS=	acknowledgments faqpages gmgen greetings.html images \
-		index.html installationpages listfilepages menupages \
-		navlistindex.html navtokenindex.html navtree navtree.html \
-		outputsheetpages pcgen.css tabpages walkthroughpages
+PORTDOCS=	*
 .endif
 
-post-extract:
-	@${FIND} ${WRKSRC} -name CVS | ${XARGS} -t ${RM} -rf
-
-do-configure:
-	@${ECHO_CMD} "pcgen.filepaths=user" > ${WRKSRC}/filepaths.ini
-
 do-install:
 	@${ECHO_MSG} -n ">> Installing in ${DATADIR}..."
 	@cd ${WRKSRC} && ${FIND} ${DATAFILES} -type d -exec ${MKDIR} ${DATADIR}/{} ";"
-	@cd ${WRKSRC} && ${FIND} ${DATAFILES} -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} ";"
+	@cd ${WRKSRC} && ${FIND} ${DATAFILES} -type f -exec ${INSTALL_DATA} "{}" ${DATADIR}/"{}" ";"
 	@${ECHO_MSG} " [ DONE ]"
 	@${ECHO_MSG} -n ">> Installing launcher script as ${PREFIX}/bin/pcgen..."
 	@${INSTALL_SCRIPT} ${WRKDIR}/pcgen.sh ${PREFIX}/bin/pcgen
 	@${ECHO_MSG} " [ DONE ]"
 .if !defined(NOPORTDOCS)
 	@${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..."
-	@cd ${WRKSRC}/docs && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/{} ";"
-	@cd ${WRKSRC}/docs && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} ";"
+	@cd "${WRKSRC}/docs" && ${COPYTREE_SHARE} . "${DOCSDIR}"
+	@${INSTALL_DATA} "${WRKSRC}"/*.html "${DOCSDIR}"
 	@${ECHO_MSG} " [ DONE ]"
 .endif
 
Index: distinfo
===================================================================
RCS file: /var/fcvs/ports/games/pcgen/distinfo,v
retrieving revision 1.19
diff -u -r1.19 distinfo
--- distinfo	8 Jul 2007 18:02:51 -0000	1.19
+++ distinfo	19 Jan 2010 05:44:30 -0000
@@ -1,3 +1,3 @@
-MD5 (pcgen5120_partial.zip) = b65f6d06325a9aede341bf3a6f32e628
-SHA256 (pcgen5120_partial.zip) = d826dae1938bf4062ee9398dfb2b34a88c4dc1aad6fae62f48029f648c9af6d6
-SIZE (pcgen5120_partial.zip) = 12850100
+MD5 (pcgen5162_full.zip) = f8abe32649c41dd166b9c9c6e552ea82
+SHA256 (pcgen5162_full.zip) = 4b118d72c36c12eedaf97fadb1193e0a6f2abda8d9b9637a22590b32d0aec26c
+SIZE (pcgen5162_full.zip) = 30288692
--- pcgen-5.16.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list