mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
This commit is contained in:
parent
dd70869258
commit
c159ba7572
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368200
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= activemodel
|
PORTNAME= activemodel
|
||||||
PORTVERSION= 4.1.6
|
PORTVERSION= 4.1.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= databases rubygems
|
CATEGORIES= databases rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
PKGNAMESUFFIX= 4
|
PKGNAMESUFFIX= 4
|
||||||
|
@ -13,7 +14,7 @@ COMMENT= Toolkit for building modeling frameworks
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \
|
RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \
|
||||||
rubygem-builder32>=3.2.4:${PORTSDIR}/devel/rubygem-builder32
|
rubygem-builder31>=3.1.4:${PORTSDIR}/devel/rubygem-builder31
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USE_RUBYGEMS= yes
|
USE_RUBYGEMS= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue