| Summary: | [PATCH] www/htmlcompressor: update to 1.5.3 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Anton Yuzhaninov <ayuzhaninov> | ||||
| Component: | Individual Port(s) | Assignee: | Andrej Zverev <az> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | skv | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Anton Yuzhaninov
2012-10-31 11:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->skv Over to maintainer (via the GNATS Auto Assign Tool) Responsible Changed From-To: skv->freebsd-ports-bugs skv's ports bit has been taken in for safekeeping Responsible Changed From-To: freebsd-ports-bugs->az I'll take it Author: az Date: Wed May 22 18:32:31 2013 New Revision: 318787 URL: http://svnweb.freebsd.org/changeset/ports/318787 Log: - Update to 1.5.3 PR: ports/173237 Submitted by: Anton Yuzhaninov <ayuzhaninov@team.vega.ru> Modified: head/www/htmlcompressor/Makefile (contents, props changed) head/www/htmlcompressor/distinfo (contents, props changed) head/www/htmlcompressor/files/htmlcompressor.in (contents, props changed) Modified: head/www/htmlcompressor/Makefile ============================================================================== --- head/www/htmlcompressor/Makefile Wed May 22 18:31:09 2013 (r318786) +++ head/www/htmlcompressor/Makefile Wed May 22 18:32:31 2013 (r318787) @@ -2,31 +2,32 @@ # $FreeBSD$ PORTNAME= htmlcompressor -PORTVERSION= 0.9.4 +PORTVERSION= 1.5.3 CATEGORIES= www java MASTER_SITES= GOOGLE_CODE -DISTNAME= ${PORTNAME}-${PORTVERSION}-src +DISTNAME= ${PORTNAME}-${PORTVERSION}.jar +EXTRACT_SUFX= # empty +EXTRACT_ONLY= # empty MAINTAINER= ports@FreeBSD.org COMMENT= HTML/XML Compressor LICENSE= AL2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_ZIP= yes +NO_WRKSUBDIR= yes USE_JAVA= yes -JAVA_VERSION= 1.6+ +JAVA_VERSION= 1.5+ NO_BUILD= yes -PLIST_FILES= bin/htmlcompressor %%DATADIR%%/htmlcompressor.jar -PLIST_DIRS= %%DATADIR%% +PLIST_FILES= bin/htmlcompressor %%JAVAJARDIR%%/htmlcompressor.jar +PLIST_DIRSTRY= %%JAVAJARDIR%% SUB_FILES= htmlcompressor .include <bsd.port.pre.mk> do-install: - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/build/htmlcompressor-${PORTVERSION}.jar ${DATADIR}/htmlcompressor.jar + @${MKDIR} ${JAVAJARDIR} + ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${JAVAJARDIR}/htmlcompressor.jar ${INSTALL_SCRIPT} ${WRKDIR}/htmlcompressor ${PREFIX}/bin .include <bsd.port.post.mk> Modified: head/www/htmlcompressor/distinfo ============================================================================== --- head/www/htmlcompressor/distinfo Wed May 22 18:31:09 2013 (r318786) +++ head/www/htmlcompressor/distinfo Wed May 22 18:32:31 2013 (r318787) @@ -1,2 +1,2 @@ -SHA256 (htmlcompressor-0.9.4-src.zip) = 3d2fc9b5fe83734597de9a2deac57ed46809b70df7a08a01fdfb678e1c3148b3 -SIZE (htmlcompressor-0.9.4-src.zip) = 1399946 +SHA256 (htmlcompressor-1.5.3.jar) = 88894e330cdb0e418e805136d424f4c262236b1aa3683e51037cdb66310cb0f9 +SIZE (htmlcompressor-1.5.3.jar) = 68685 Modified: head/www/htmlcompressor/files/htmlcompressor.in ============================================================================== --- head/www/htmlcompressor/files/htmlcompressor.in Wed May 22 18:31:09 2013 (r318786) +++ head/www/htmlcompressor/files/htmlcompressor.in Wed May 22 18:32:31 2013 (r318787) @@ -1,3 +1,3 @@ #!/bin/sh # $FreeBSD$ -JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -jar %%DATADIR%%/htmlcompressor.jar $@ +JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -jar %%JAVAJARDIR%%/htmlcompressor.jar $@ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |