Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2013 22:16:22 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327898 - head/games/pcgen
Message-ID:  <201309222216.r8MMGM7M013400@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Sep 22 22:16:22 2013
New Revision: 327898
URL: http://svnweb.freebsd.org/changeset/ports/327898

Log:
  Update to the latest version of pcgen.
  Change maintained to myself.
  
  Tested with poudriere.
  
  Approved by:	jsa (previous maintainer)

Modified:
  head/games/pcgen/Makefile
  head/games/pcgen/distinfo
  head/games/pcgen/pkg-descr

Modified: head/games/pcgen/Makefile
==============================================================================
--- head/games/pcgen/Makefile	Sun Sep 22 20:42:04 2013	(r327897)
+++ head/games/pcgen/Makefile	Sun Sep 22 22:16:22 2013	(r327898)
@@ -1,14 +1,13 @@
-# Created by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
 # $FreeBSD$
 
 PORTNAME=	pcgen
-PORTVERSION=	5.16.4
+PORTVERSION=	6.00.1
 CATEGORIES=	games java
 MASTER_SITES=	SF/${PORTNAME}/PCGen%20Stable/${PORTVERSION}
 DISTNAME=	pcgen${PORTVERSION:S/.//g}_full
 
-MAINTAINER=	jsa@FreeBSD.org
-COMMENT=	A Java-based RPG character generator and maintenance program
+MAINTAINER=	eadler@FreeBSD.org
+COMMENT=	Java-based RPG character generator and maintenance program
 
 RUN_DEPENDS=	java:${PORTSDIR}/java/javavmwrapper
 
@@ -25,7 +24,11 @@ PLIST_FILES+=	bin/pcgen
 
 SUB_FILES=	pcgen.sh
 
-.if !defined(NOPORTDOCS)
+CONFLICTS=	pcgen-5*
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
 PORTDOCS=	*
 .endif
 
@@ -38,7 +41,7 @@ do-install:
 	@${ECHO_MSG} -n ">> Installing launcher script as ${PREFIX}/bin/pcgen..."
 	@${INSTALL_SCRIPT} ${WRKDIR}/pcgen.sh ${PREFIX}/bin/pcgen
 	@${ECHO_MSG} " [ DONE ]"
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..."
 	@cd "${WRKSRC}/docs" && ${COPYTREE_SHARE} . "${DOCSDIR}"
 	@${INSTALL_DATA} "${WRKSRC}"/*.html "${DOCSDIR}"

Modified: head/games/pcgen/distinfo
==============================================================================
--- head/games/pcgen/distinfo	Sun Sep 22 20:42:04 2013	(r327897)
+++ head/games/pcgen/distinfo	Sun Sep 22 22:16:22 2013	(r327898)
@@ -1,2 +1,2 @@
-SHA256 (pcgen5164_full.zip) = 7135793aa4dc216f8d39e89742ba312f7e5f25a2e18149e150646f2bcd1b6411
-SIZE (pcgen5164_full.zip) = 32002442
+SHA256 (pcgen6001_full.zip) = 97efeece54d6d7cff837594c37028a1a983f5eb9e0993966cb1dc9a54da0d0a2
+SIZE (pcgen6001_full.zip) = 55937370

Modified: head/games/pcgen/pkg-descr
==============================================================================
--- head/games/pcgen/pkg-descr	Sun Sep 22 20:42:04 2013	(r327897)
+++ head/games/pcgen/pkg-descr	Sun Sep 22 22:16:22 2013	(r327898)
@@ -1,10 +1,8 @@
 PCGen is a Java-based RPG character generator and maintenance program
-that works on all platforms (Windows, Mac OS X, Linux, BSD, etc).
+that works on all platforms.
 It currently is aimed at supporting as many rpgs as humanly possible.
-Currently our focus is on OGL games (OGL = the Open Gaming License
+Currently the focus is on OGL games (OGL = the Open Gaming License
 crafted by Wizards of the Coast).
 
 All datafiles are ASCII so they can be modified by users, and are
-available through the pcgendm project. An XML conversion is underway.
-
-WWW: http://pcgen.sourceforge.net
+available through the pcgendm project.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309222216.r8MMGM7M013400>