diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-08 22:16:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-08 22:16:36 +0800 |
commit | 37f65c8b5f1f53c5f07274194f82ac7eafd8c587 (patch) | |
tree | ec396f5ea2ddd099b5ecf90c46a356faccf50f56 /www | |
parent | 2d2eeee248dd1e8e122e364a2014d84a02e3259d (diff) | |
download | freebsd-ports-gnome-37f65c8b5f1f53c5f07274194f82ac7eafd8c587.tar.gz freebsd-ports-gnome-37f65c8b5f1f53c5f07274194f82ac7eafd8c587.tar.zst freebsd-ports-gnome-37f65c8b5f1f53c5f07274194f82ac7eafd8c587.zip |
Move devel/rubygem-actionview to devel/rubygem-actionview4
- Bump PORTREVISION for dependent ports
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-actionpack4/Makefile | 4 | ||||
-rw-r--r-- | www/rubygem-rails4/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/rubygem-actionpack4/Makefile b/www/rubygem-actionpack4/Makefile index 76d499366036..b139bd0116b6 100644 --- a/www/rubygem-actionpack4/Makefile +++ b/www/rubygem-actionpack4/Makefile @@ -3,7 +3,7 @@ PORTNAME= actionpack PORTVERSION= 4.2.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -14,7 +14,7 @@ COMMENT= Action Controller and Action View of Rails MVC Framework LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionview>=${PORTVERSION}:devel/rubygem-actionview \ +RUN_DEPENDS= rubygem-actionview4>=${PORTVERSION}:devel/rubygem-actionview4 \ rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \ rubygem-rack16>=1.6:www/rubygem-rack16 \ rubygem-rack-test>=0.6.2:www/rubygem-rack-test \ diff --git a/www/rubygem-rails4/Makefile b/www/rubygem-rails4/Makefile index 22defea93d34..ca9c33a0aaf7 100644 --- a/www/rubygem-rails4/Makefile +++ b/www/rubygem-rails4/Makefile @@ -3,7 +3,7 @@ PORTNAME= rails PORTVERSION= 4.2.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -15,7 +15,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-actionmailer4>=${PORTVERSION}:mail/rubygem-actionmailer4 \ rubygem-actionpack4>=${PORTVERSION}:www/rubygem-actionpack4 \ - rubygem-actionview>=${PORTVERSION}:devel/rubygem-actionview \ + rubygem-actionview4>=${PORTVERSION}:devel/rubygem-actionview4 \ rubygem-activejob>=${PORTVERSION}:devel/rubygem-activejob \ rubygem-activemodel4>=${PORTVERSION}:databases/rubygem-activemodel4 \ rubygem-activerecord4>=${PORTVERSION}:databases/rubygem-activerecord4 \ |