FreeBSD Bugzilla – Attachment 134181 Details for
Bug 178809
[PATCH] www/yuicompressor: update to 2.4.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
yuicompressor-2.4.8.patch
yuicompressor-2.4.8.patch (text/plain), 2.36 KB, created by
Anton Yuzhaninov
on 2013-05-21 14:40:00 UTC
(
hide
)
Description:
yuicompressor-2.4.8.patch
Filename:
MIME Type:
Creator:
Anton Yuzhaninov
Created:
2013-05-21 14:40:00 UTC
Size:
2.36 KB
patch
obsolete
>diff -ruN /usr/ports//www/yuicompressor/Makefile ./Makefile >--- /usr/ports//www/yuicompressor/Makefile 2013-04-22 17:27:47.000000000 +0400 >+++ ./Makefile 2013-05-21 17:15:51.000000000 +0400 >@@ -2,20 +2,24 @@ > # $FreeBSD: www/yuicompressor/Makefile 316230 2013-04-22 13:27:47Z bapt $ > > PORTNAME= yuicompressor >-PORTVERSION= 2.4.7 >+PORTVERSION= 2.4.8 > CATEGORIES= www java >-MASTER_SITES= http://yui.zenfs.com/releases/yuicompressor/ >+MASTER_SITES= http://tml.github.io/yui/ >+DISTNAME= ${PORTNAME}-${PORTVERSION}.jar >+EXTRACT_SUFX= # empty >+EXTRACT_ONLY= # empty > > MAINTAINER= ports@FreeBSD.org > COMMENT= The Yahoo! JavaScript and CSS Compressor > >-USE_ZIP= yes >+NO_WRKSUBDIR= yes >+ > USE_JAVA= yes > JAVA_VERSION= 1.6+ > NO_BUILD= yes > >-PLIST_FILES= bin/yuicompressor %%DATADIR%%/yuicompressor.jar >-PLIST_DIRS= %%DATADIR%% >+PLIST_FILES= bin/yuicompressor %%JAVAJARDIR%%/yuicompressor.jar >+PLIST_DIRS= %%JAVAJARDIR%% > SUB_FILES= yuicompressor > > PORTDOCS= README >@@ -23,14 +27,8 @@ > .include <bsd.port.pre.mk> > > do-install: >- @${MKDIR} ${DATADIR} >- ${INSTALL_DATA} ${WRKSRC}/build/yuicompressor-${PORTVERSION}.jar ${DATADIR}/yuicompressor.jar >+ @${MKDIR} ${JAVAJARDIR} >+ ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${JAVAJARDIR}/yuicompressor.jar > ${INSTALL_SCRIPT} ${WRKDIR}/yuicompressor ${PREFIX}/bin > >-post-install: >-.if !defined(NOPORTDOCS) >- @${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/doc/README ${DOCSDIR} >-.endif >- > .include <bsd.port.post.mk> >diff -ruN /usr/ports//www/yuicompressor/distinfo ./distinfo >--- /usr/ports//www/yuicompressor/distinfo 2012-07-14 18:29:18.000000000 +0400 >+++ ./distinfo 2013-05-21 17:16:04.000000000 +0400 >@@ -1,2 +1,2 @@ >-SHA256 (yuicompressor-2.4.7.zip) = fb289b12733934a79032c86d674301a144b25e3e86d26f060b44c8636cdb89ae >-SIZE (yuicompressor-2.4.7.zip) = 2000350 >+SHA256 (yuicompressor-2.4.8.jar) = 852cea60054a4b5c58fee4bc1e8c48551e6ff6bb45803ce86400bcf607d304ed >+SIZE (yuicompressor-2.4.8.jar) = 786897 >diff -ruN /usr/ports//www/yuicompressor/files/yuicompressor.in ./files/yuicompressor.in >--- /usr/ports//www/yuicompressor/files/yuicompressor.in 2012-07-14 18:29:18.000000000 +0400 >+++ ./files/yuicompressor.in 2013-05-21 17:19:12.000000000 +0400 >@@ -1,2 +1,2 @@ > #!/bin/sh >-JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -jar %%DATADIR%%/yuicompressor.jar $@ >+JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -jar %%JAVAJARDIR%%/yuicompressor.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 178809
: 134181