svn commit: r387806 - head/devel/rubygem-recaptcha
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 29 11:14:54 UTC 2015
Author: sunpoet
Date: Fri May 29 11:14:53 2015
New Revision: 387806
URL: https://svnweb.freebsd.org/changeset/ports/387806
Log:
- Add LICENSE
- Remove RUN_DEPENDS
- Update WWW
- Bump PORTREVISION for dependency change
Modified:
head/devel/rubygem-recaptcha/Makefile
head/devel/rubygem-recaptcha/pkg-descr
Modified: head/devel/rubygem-recaptcha/Makefile
==============================================================================
--- head/devel/rubygem-recaptcha/Makefile Fri May 29 11:14:48 2015 (r387805)
+++ head/devel/rubygem-recaptcha/Makefile Fri May 29 11:14:53 2015 (r387806)
@@ -3,19 +3,17 @@
PORTNAME= recaptcha
PORTVERSION= 0.3.6
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Helpers for the reCAPTCHA API
-RUN_DEPENDS= rubygem-mocha>=0:${PORTSDIR}/devel/rubygem-mocha \
- rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \
- rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
- rubygem-i18n>=0:${PORTSDIR}/devel/rubygem-i18n
+LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
Modified: head/devel/rubygem-recaptcha/pkg-descr
==============================================================================
--- head/devel/rubygem-recaptcha/pkg-descr Fri May 29 11:14:48 2015 (r387805)
+++ head/devel/rubygem-recaptcha/pkg-descr Fri May 29 11:14:53 2015 (r387806)
@@ -1,3 +1,3 @@
This plugin adds helpers for the reCAPTCHA API
-WWW: http://github.com/ambethia/recaptcha
+WWW: https://github.com/ambethia/recaptcha
More information about the svn-ports-head
mailing list