svn commit: r410381 - head/devel/rubygem-apipie-bindings
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 6 06:34:15 UTC 2016
Author: sunpoet
Date: Sun Mar 6 06:34:14 2016
New Revision: 410381
URL: https://svnweb.freebsd.org/changeset/ports/410381
Log:
- Add LICENSE_FILE
- Fix RUN_DEPENDS
Modified:
head/devel/rubygem-apipie-bindings/Makefile
Modified: head/devel/rubygem-apipie-bindings/Makefile
==============================================================================
--- head/devel/rubygem-apipie-bindings/Makefile Sun Mar 6 06:34:09 2016 (r410380)
+++ head/devel/rubygem-apipie-bindings/Makefile Sun Mar 6 06:34:14 2016 (r410381)
@@ -10,13 +10,13 @@ MAINTAINER= ruby at FreeBSD.org
COMMENT= Ruby bindings for API calls that are documented with Apipie
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-json>=1.8.1:${PORTSDIR}/devel/rubygem-json \
+RUN_DEPENDS= rubygem-json>=1.2.1:${PORTSDIR}/devel/rubygem-json \
rubygem-oauth>=0.4.7:${PORTSDIR}/net/rubygem-oauth \
- rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client
+ rubygem-rest-client>=1.6.5:${PORTSDIR}/www/rubygem-rest-client
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
More information about the svn-ports-all
mailing list