svn commit: r348868 - in head/games/rescue: . files

Rusmir Dusko nemysis at FreeBSD.org
Sun Mar 23 16:22:23 UTC 2014


Author: nemysis
Date: Sun Mar 23 16:22:22 2014
New Revision: 348868
URL: http://svnweb.freebsd.org/changeset/ports/348868
QAT: https://qat.redports.org/buildarchive/r348868/

Log:
  - Change Makefile header, use my name and @FreeBSD.org email
  - Add USES dos2unix
  - Change files/rescue.in, remove -Djava.ext.dirs="%%DATADIR%%"

Modified:
  head/games/rescue/Makefile
  head/games/rescue/files/rescue.in

Modified: head/games/rescue/Makefile
==============================================================================
--- head/games/rescue/Makefile	Sun Mar 23 16:15:14 2014	(r348867)
+++ head/games/rescue/Makefile	Sun Mar 23 16:22:22 2014	(r348868)
@@ -1,4 +1,4 @@
-# Created by: nemysis <nemysis at gmx.ch>
+# Created by: Rusmir Dusko <nemysis at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	rescue
@@ -13,14 +13,15 @@ COMMENT=	Action adventure in space
 
 LICENSE=	GPLv3
 
-USES=		zip:infozip
+USES=		dos2unix zip:infozip
+DOS2UNIX_GLOB=	*.txt *.htm *.css *.ini *.xml
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME:S/r/R/}
 
-PORTDOCS=	ChangeLog.txt todo.txt
+PORTDOCS=	ChangeLog.txt
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}
 
 SUB_FILES=	${PORTNAME}

Modified: head/games/rescue/files/rescue.in
==============================================================================
--- head/games/rescue/files/rescue.in	Sun Mar 23 16:15:14 2014	(r348867)
+++ head/games/rescue/files/rescue.in	Sun Mar 23 16:22:22 2014	(r348868)
@@ -6,4 +6,4 @@
 export JAVA_VERSION="%%JAVA_VERSION%%"
 
 cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
--Djava.ext.dirs="%%DATADIR%%" -jar "%%DATADIR%%/Rescue.jar" "${@}"
+-jar "%%DATADIR%%/Rescue.jar" "${@}"


More information about the svn-ports-all mailing list