Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Mar 2014 16:22:22 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348868 - in head/games/rescue: . files
Message-ID:  <201403231622.s2NGMMHG080542@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmx.ch>
+# Created by: Rusmir Dusko <nemysis@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" "${@}"



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