Date: Tue, 31 Dec 2013 10:09:33 +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: r338276 - head/www/rubygem-carrierwave Message-ID: <201312311009.rBVA9XUY027095@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Dec 31 10:09:32 2013 New Revision: 338276 URL: http://svnweb.freebsd.org/changeset/ports/338276 Log: - Add LICENSE - Sort RUN_DEPENDS - Remove contiguous blank lines Modified: head/www/rubygem-carrierwave/Makefile Modified: head/www/rubygem-carrierwave/Makefile ============================================================================== --- head/www/rubygem-carrierwave/Makefile Tue Dec 31 10:09:28 2013 (r338275) +++ head/www/rubygem-carrierwave/Makefile Tue Dec 31 10:09:32 2013 (r338276) @@ -8,13 +8,14 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Upload files, map them to a range of ORMs, store on different backends -RUN_DEPENDS= rubygem-activesupport>=3.2.0:${PORTSDIR}/devel/rubygem-activesupport \ - rubygem-activemodel>=3.2.0:${PORTSDIR}/databases/rubygem-activemodel \ +LICENSE= MIT + +RUN_DEPENDS= rubygem-activemodel>=3.2.0:${PORTSDIR}/databases/rubygem-activemodel \ + rubygem-activesupport>=3.2.0:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-json>=1.7:${PORTSDIR}/devel/rubygem-json USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312311009.rBVA9XUY027095>