svn commit: r358630 - head/www/htmlcompressor
William Grzybowski
wg at FreeBSD.org
Fri Jun 20 18:48:20 UTC 2014
Author: wg
Date: Fri Jun 20 18:48:19 2014
New Revision: 358630
URL: http://svnweb.freebsd.org/changeset/ports/358630
QAT: https://qat.redports.org/buildarchive/r358630/
Log:
www/htmlcompressor: fix java version in startup script
PR: 190143
Submitted by: citrin+pr at citrin.ru
Modified:
head/www/htmlcompressor/Makefile
Modified: head/www/htmlcompressor/Makefile
==============================================================================
--- head/www/htmlcompressor/Makefile Fri Jun 20 18:44:49 2014 (r358629)
+++ head/www/htmlcompressor/Makefile Fri Jun 20 18:48:19 2014 (r358630)
@@ -3,7 +3,7 @@
PORTNAME= htmlcompressor
PORTVERSION= 1.5.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www java
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PORTNAME}-${PORTVERSION}.jar
@@ -21,6 +21,7 @@ NO_BUILD= yes
PLIST_FILES= bin/htmlcompressor %%JAVAJARDIR%%/htmlcompressor.jar
SUB_FILES= htmlcompressor
+SUB_LIST+= JAVA_VERSION=${JAVA_PORT_VERSION:R}
do-install:
@${MKDIR} ${STAGEDIR}${JAVAJARDIR}
More information about the svn-ports-all
mailing list