svn commit: r380533 - head/databases/rubygem-couchrest

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 5 17:28:43 UTC 2015


Author: sunpoet
Date: Thu Mar  5 17:28:42 2015
New Revision: 380533
URL: https://svnweb.freebsd.org/changeset/ports/380533
QAT: https://qat.redports.org/buildarchive/r380533/

Log:
  - Add LICENSE
  - Sort RUN_DEPENDS

Modified:
  head/databases/rubygem-couchrest/Makefile

Modified: head/databases/rubygem-couchrest/Makefile
==============================================================================
--- head/databases/rubygem-couchrest/Makefile	Thu Mar  5 17:28:37 2015	(r380532)
+++ head/databases/rubygem-couchrest/Makefile	Thu Mar  5 17:28:42 2015	(r380533)
@@ -9,8 +9,10 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Provides a simple interface on top of CouchDBs RESTful HTTP API
 
-RUN_DEPENDS=	rubygem-multi_json>=1.0.0:${PORTSDIR}/devel/rubygem-multi_json \
-		rubygem-mime-types>=1.15:${PORTSDIR}/misc/rubygem-mime-types \
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	rubygem-mime-types>=1.15:${PORTSDIR}/misc/rubygem-mime-types \
+		rubygem-multi_json>=1.0.0:${PORTSDIR}/devel/rubygem-multi_json \
 		rubygem-rest-client>=1.6.1:${PORTSDIR}/www/rubygem-rest-client
 
 USE_RUBY=	yes


More information about the svn-ports-head mailing list