summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-01-08 14:16:36 +0000
committersunpoet <sunpoet@FreeBSD.org>2017-01-08 14:16:36 +0000
commit37f65c8b5f1f53c5f07274194f82ac7eafd8c587 (patch)
treeec396f5ea2ddd099b5ecf90c46a356faccf50f56
parent2d2eeee248dd1e8e122e364a2014d84a02e3259d (diff)
downloadFreeBSD-ports-37f65c8b5f1f53c5f07274194f82ac7eafd8c587.zip
FreeBSD-ports-37f65c8b5f1f53c5f07274194f82ac7eafd8c587.tar.gz
Move devel/rubygem-actionview to devel/rubygem-actionview4
- Bump PORTREVISION for dependent ports
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile2
-rw-r--r--devel/rubygem-actionview4/Makefile (renamed from devel/rubygem-actionview/Makefile)1
-rw-r--r--devel/rubygem-actionview4/distinfo (renamed from devel/rubygem-actionview/distinfo)0
-rw-r--r--devel/rubygem-actionview4/pkg-descr (renamed from devel/rubygem-actionview/pkg-descr)0
-rw-r--r--mail/rubygem-actionmailer4/Makefile4
-rw-r--r--www/rubygem-actionpack4/Makefile4
-rw-r--r--www/rubygem-rails4/Makefile4
8 files changed, 9 insertions, 7 deletions
diff --git a/MOVED b/MOVED
index 6403438..16250ff 100644
--- a/MOVED
+++ b/MOVED
@@ -8971,3 +8971,4 @@ databases/rubygem-dm-active_model||2017-01-07|Has expired: Depends on deprecated
databases/rubygem-activemodel||2017-01-07|Has expired: Upstream support ended
math/libproj4|math/proj.4|2017-01-07|Project was renamed
math/proj.4||2017-01-07|math/libproj4 was already duplicated as graphics/proj
+devel/rubygem-actionview|devel/rubygem-actionview4|2017-01-08|Rename to match our Rails ports naming
diff --git a/devel/Makefile b/devel/Makefile
index 7b6a056..942737a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5000,7 +5000,7 @@
SUBDIR += rubygem-CFPropertyList
SUBDIR += rubygem-abstract
SUBDIR += rubygem-actionpack-action_caching
- SUBDIR += rubygem-actionview
+ SUBDIR += rubygem-actionview4
SUBDIR += rubygem-active_scaffold
SUBDIR += rubygem-activejob
SUBDIR += rubygem-activemessaging
diff --git a/devel/rubygem-actionview/Makefile b/devel/rubygem-actionview4/Makefile
index d388975..c892ee5 100644
--- a/devel/rubygem-actionview/Makefile
+++ b/devel/rubygem-actionview4/Makefile
@@ -6,6 +6,7 @@ PORTVERSION= 4.2.7.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
+PKGNAMESUFFIX= 4
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rendering framework putting the V in MVC (part of Rails)
diff --git a/devel/rubygem-actionview/distinfo b/devel/rubygem-actionview4/distinfo
index 36da532..36da532 100644
--- a/devel/rubygem-actionview/distinfo
+++ b/devel/rubygem-actionview4/distinfo
diff --git a/devel/rubygem-actionview/pkg-descr b/devel/rubygem-actionview4/pkg-descr
index 90cc6de..90cc6de 100644
--- a/devel/rubygem-actionview/pkg-descr
+++ b/devel/rubygem-actionview4/pkg-descr
diff --git a/mail/rubygem-actionmailer4/Makefile b/mail/rubygem-actionmailer4/Makefile
index ca24e0c..f0d3692 100644
--- a/mail/rubygem-actionmailer4/Makefile
+++ b/mail/rubygem-actionmailer4/Makefile
@@ -3,7 +3,7 @@
PORTNAME= actionmailer
PORTVERSION= 4.2.7.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
@@ -15,7 +15,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= 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-mail>=2.6.1:mail/rubygem-mail \
rubygem-rails-dom-testing1>=1.0.5:textproc/rubygem-rails-dom-testing1
diff --git a/www/rubygem-actionpack4/Makefile b/www/rubygem-actionpack4/Makefile
index 76d4993..b139bd0 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 22defea..ca9c33a 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 \
OpenPOWER on IntegriCloud