mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
- Update RUN_DEPENDS: use Rails 4
- Bump PORTREVISION for dependency change Sponsored by: PortsCamp Taiwan
This commit is contained in:
parent
a1a3f6cea0
commit
aabccbaef9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406410
@ -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 Ruby authentication solution
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user