svn commit: r348875 - in head/graphics/cbviewer: . files
Rusmir Dusko
nemysis at FreeBSD.org
Sun Mar 23 17:19:10 UTC 2014
Author: nemysis
Date: Sun Mar 23 17:19:09 2014
New Revision: 348875
URL: http://svnweb.freebsd.org/changeset/ports/348875
QAT: https://qat.redports.org/buildarchive/r348875/
Log:
- Change Makefile header, use my name and @FreeBSD.org email
- Add USES dos2unix
- Change files/cbviewer.in, remove -Djava.ext.dirs="%%DATADIR%%"
Modified:
head/graphics/cbviewer/Makefile
head/graphics/cbviewer/files/cbviewer.in
Modified: head/graphics/cbviewer/Makefile
==============================================================================
--- head/graphics/cbviewer/Makefile Sun Mar 23 17:17:37 2014 (r348874)
+++ head/graphics/cbviewer/Makefile Sun Mar 23 17:19:09 2014 (r348875)
@@ -1,4 +1,4 @@
-# Created by: nemysis <nemysis at gmx.ch>
+# Created by: Rusmir Dusko <nemysis at FreeBSD.org>
# $FreeBSD$
PORTNAME= cbviewer
@@ -20,7 +20,8 @@ LICENSE= GPLv2
RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \
unzip:${PORTSDIR}/archivers/unzip
-USES= zip:infozip
+USES= dos2unix zip:infozip
+DOS2UNIX_GLOB= CREDITS
USE_JAVA= yes
JAVA_VERSION= 1.6+
NO_BUILD= yes
@@ -33,7 +34,6 @@ PLIST_FILES= bin/${PORTNAME} \
PLIST_DIRSTRY= share/java/cbviewer
PORTDOCS= CREDITS
-
OPTIONS_DEFINE= DOCS
SUB_FILES= ${PORTNAME}
Modified: head/graphics/cbviewer/files/cbviewer.in
==============================================================================
--- head/graphics/cbviewer/files/cbviewer.in Sun Mar 23 17:17:37 2014 (r348874)
+++ head/graphics/cbviewer/files/cbviewer.in Sun Mar 23 17:19:09 2014 (r348875)
@@ -6,4 +6,4 @@
export JAVA_VERSION="%%JAVA_VERSION%%"
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
--Djava.ext.dirs="%%DATADIR%%" -jar "%%DATADIR%%/CBViewer.jar" "${@}"
+-jar "%%DATADIR%%/CBViewer.jar" "${@}"
More information about the svn-ports-all
mailing list