From owner-svn-ports-head@freebsd.org Mon Mar 27 11:13:01 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55DA7CA25A5; Mon, 27 Mar 2017 11:13:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 196F598A; Mon, 27 Mar 2017 11:13:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RBD0sF039952; Mon, 27 Mar 2017 11:13:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBD0el039946; Mon, 27 Mar 2017 11:13:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271113.v2RBD0el039946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:13:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437039 - head/www/yuicompressor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:13:01 -0000 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 (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/