Date: Sun, 24 May 2015 00:06:06 +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: r387215 - head/devel/rubygem-jammit Message-ID: <201505240006.t4O066eo085821@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 24 00:06:06 2015 New Revision: 387215 URL: https://svnweb.freebsd.org/changeset/ports/387215 Log: - Add LICENSE - Sort RUN_DEPENDS - Update WWW Modified: head/devel/rubygem-jammit/Makefile head/devel/rubygem-jammit/pkg-descr Modified: head/devel/rubygem-jammit/Makefile ============================================================================== --- head/devel/rubygem-jammit/Makefile Sun May 24 00:06:01 2015 (r387214) +++ head/devel/rubygem-jammit/Makefile Sun May 24 00:06:06 2015 (r387215) @@ -9,8 +9,10 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Industrial strength asset packaging library for Rails -RUN_DEPENDS= rubygem-jsmin>=1.0.1:${PORTSDIR}/textproc/rubygem-jsmin \ - rubygem-cssmin>=1.0.3:${PORTSDIR}/textproc/rubygem-cssmin +LICENSE= MIT + +RUN_DEPENDS= rubygem-cssmin>=1.0.3:${PORTSDIR}/textproc/rubygem-cssmin \ + rubygem-jsmin>=1.0.1:${PORTSDIR}/textproc/rubygem-jsmin USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/devel/rubygem-jammit/pkg-descr ============================================================================== --- head/devel/rubygem-jammit/pkg-descr Sun May 24 00:06:01 2015 (r387214) +++ head/devel/rubygem-jammit/pkg-descr Sun May 24 00:06:06 2015 (r387215) @@ -4,4 +4,4 @@ that you'd expect, as well as YUI Compre compatibility, ahead-of-time gzipping, built-in JavaScript template support, and optional Data-URI / MHTML image embedding. -WWW: http://documentcloud.github.com/jammit/ +WWW: http://documentcloud.github.io/jammit/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505240006.t4O066eo085821>