Date: Mon, 27 Mar 2017 11:13:00 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437039 - head/www/yuicompressor Message-ID: <201703271113.v2RBD0el039946@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703271113.v2RBD0el039946>