svn commit: r437039 - head/www/yuicompressor
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Mar 27 11:13:01 UTC 2017
Author: sunpoet
Date: Mon Mar 27 11:12:59 2017
New Revision: 437039
URL: https://svnweb.freebsd.org/changeset/ports/437039
Log:
Add LICENSE and update WWW
- Remove DISTNAME
- Add NO_ARCH
- Bump PORTREVISION for package change
PR: 218124
Submitted by: Anton Yuzhaninov <citrin at citrin.ru> (maintainer)
Modified:
head/www/yuicompressor/Makefile
head/www/yuicompressor/pkg-descr
Modified: head/www/yuicompressor/Makefile
==============================================================================
--- head/www/yuicompressor/Makefile Mon Mar 27 11:12:54 2017 (r437038)
+++ head/www/yuicompressor/Makefile Mon Mar 27 11:12:59 2017 (r437039)
@@ -3,22 +3,25 @@
PORTNAME= yuicompressor
PORTVERSION= 2.4.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www java
#MASTER_SITES= http://tml.github.io/yui/
MASTER_SITES+= LOCAL/az
-DISTNAME= ${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .jar
EXTRACT_ONLY= # empty
MAINTAINER= citrin at citrin.ru
COMMENT= The Yahoo! JavaScript and CSS Compressor
+LICENSE= BSD3CLAUSE MPL
+LICENSE_COMB= multi
+
NO_WRKSUBDIR= yes
USE_JAVA= yes
JAVA_VERSION= 1.6+
NO_BUILD= yes
+NO_ARCH= yes
PLIST_FILES= bin/yuicompressor %%JAVAJARDIR%%/yuicompressor.jar
SUB_FILES= yuicompressor
Modified: head/www/yuicompressor/pkg-descr
==============================================================================
--- head/www/yuicompressor/pkg-descr Mon Mar 27 11:12:54 2017 (r437038)
+++ head/www/yuicompressor/pkg-descr Mon Mar 27 11:12:59 2017 (r437039)
@@ -14,4 +14,4 @@ expressions to compress the source CSS f
open-source, so don't hesitate to look at the code to understand exactly
how it works.
-WWW: http://developer.yahoo.com/yui/compressor/
+WWW: http://yui.github.io/yuicompressor/
More information about the svn-ports-all
mailing list