svn commit: r406410 - head/devel/rubygem-authlogic
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 17 13:17:58 UTC 2016
Author: sunpoet
Date: Sun Jan 17 13:17:56 2016
New Revision: 406410
URL: https://svnweb.freebsd.org/changeset/ports/406410
Log:
- Update RUN_DEPENDS: use Rails 4
- Bump PORTREVISION for dependency change
Sponsored by: PortsCamp Taiwan
Modified:
head/devel/rubygem-authlogic/Makefile
Modified: head/devel/rubygem-authlogic/Makefile
==============================================================================
--- head/devel/rubygem-authlogic/Makefile Sun Jan 17 13:17:52 2016 (r406409)
+++ head/devel/rubygem-authlogic/Makefile Sun Jan 17 13:17:56 2016 (r406410)
@@ -3,6 +3,7 @@
PORTNAME= authlogic
PORTVERSION= 3.4.6
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -12,8 +13,8 @@ COMMENT= Clean, simple, and unobtrusive
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activesupport>=3.2:${PORTSDIR}/devel/rubygem-activesupport \
- rubygem-activerecord>=3.2:${PORTSDIR}/databases/rubygem-activerecord \
+RUN_DEPENDS= rubygem-activerecord4>=3.2:${PORTSDIR}/databases/rubygem-activerecord4 \
+ rubygem-activesupport4>=3.2:${PORTSDIR}/devel/rubygem-activesupport4 \
rubygem-request_store>=1.0:${PORTSDIR}/devel/rubygem-request_store \
rubygem-scrypt>=1.2:${PORTSDIR}/security/rubygem-scrypt
More information about the svn-ports-all
mailing list