FreeBSD Bugzilla – Attachment 129271 Details for
Bug 173237
[PATCH] www/htmlcompressor: update to 1.5.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
htmlcompressor-1.5.3.patch
htmlcompressor-1.5.3.patch (text/plain), 2.31 KB, created by
Anton Yuzhaninov
on 2012-10-31 11:10:00 UTC
(
hide
)
Description:
htmlcompressor-1.5.3.patch
Filename:
MIME Type:
Creator:
Anton Yuzhaninov
Created:
2012-10-31 11:10:00 UTC
Size:
2.31 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/www/htmlcompressor/Makefile ./Makefile >--- /usr/ports/www/htmlcompressor/Makefile 2012-01-10 00:04:17.000000000 +0400 >+++ ./Makefile 2012-10-31 14:45:34.000000000 +0400 >@@ -6,31 +6,33 @@ > # > > 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= skv@FreeBSD.org > COMMENT= HTML/XML Compressor > > LICENSE= AL2 >-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > >-USE_ZIP= yes >+NO_WRKSUBDIR= yes >+ > USE_JAVA= yes > 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> >diff -ruN --exclude=CVS /usr/ports/www/htmlcompressor/distinfo ./distinfo >--- /usr/ports/www/htmlcompressor/distinfo 2010-11-20 21:25:22.000000000 +0300 >+++ ./distinfo 2012-10-31 14:44:17.000000000 +0400 >@@ -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 >diff -ruN --exclude=CVS /usr/ports/www/htmlcompressor/files/htmlcompressor.in ./files/htmlcompressor.in >--- /usr/ports/www/htmlcompressor/files/htmlcompressor.in 2010-11-20 21:25:22.000000000 +0300 >+++ ./files/htmlcompressor.in 2012-10-31 14:46:30.000000000 +0400 >@@ -1,3 +1,3 @@ > #!/bin/sh > # $FreeBSD: ports/www/htmlcompressor/files/htmlcompressor.in,v 1.1 2010/11/20 18:25:22 skv Exp $ >-JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -jar %%DATADIR%%/htmlcompressor.jar $@ >+JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -jar %%JAVAJARDIR%%/htmlcompressor.jar $@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 173237
: 129271