Date: Fri, 29 May 2015 11:19:11 +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: r387843 - head/devel/rubygem-yui-compressor Message-ID: <201505291119.t4TBJBmq091332@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri May 29 11:19:11 2015 New Revision: 387843 URL: https://svnweb.freebsd.org/changeset/ports/387843 Log: - Add LICENSE - Update WWW Modified: head/devel/rubygem-yui-compressor/Makefile head/devel/rubygem-yui-compressor/pkg-descr Modified: head/devel/rubygem-yui-compressor/Makefile ============================================================================== --- head/devel/rubygem-yui-compressor/Makefile Fri May 29 11:19:06 2015 (r387842) +++ head/devel/rubygem-yui-compressor/Makefile Fri May 29 11:19:11 2015 (r387843) @@ -9,6 +9,9 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= YUI Compressor for minifying JavaScript and CSS assets +LICENSE= BSD3CLAUSE MIT MPL +LICENSE_COMB= dual + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-yui-compressor/pkg-descr ============================================================================== --- head/devel/rubygem-yui-compressor/pkg-descr Fri May 29 11:19:06 2015 (r387842) +++ head/devel/rubygem-yui-compressor/pkg-descr Fri May 29 11:19:11 2015 (r387843) @@ -1,3 +1,3 @@ A Ruby interface to YUI Compressor for minifying JavaScript and CSS assets. -WWW: https://github.com/sstephenson/ruby-yui-compressor/ +WWW: https://github.com/sstephenson/ruby-yui-compressor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291119.t4TBJBmq091332>