Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Mar 2014 17:19:09 +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: r348875 - in head/graphics/cbviewer: . files
Message-ID:  <201403231719.s2NHJ9eY002154@svn.freebsd.org>

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



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