svn commit: r338276 - head/www/rubygem-carrierwave

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 31 10:09:33 UTC 2013


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 at 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>


More information about the svn-ports-head mailing list