Date: Sun, 6 Mar 2016 06:34:14 +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: r410381 - head/devel/rubygem-apipie-bindings Message-ID: <201603060634.u266YEJc057004@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603060634.u266YEJc057004>