svn commit: r331510 - in head/www: . rubygem-actionpack4
Steve Wills
swills at FreeBSD.org
Thu Oct 24 18:32:26 UTC 2013
Author: swills
Date: Thu Oct 24 18:32:24 2013
New Revision: 331510
URL: http://svnweb.freebsd.org/changeset/ports/331510
Log:
- Add rubygem-actionpack 4.0 port for the consumers that need it, not ready to
update main port yet.
Added:
head/www/rubygem-actionpack4/
- copied from r331492, head/www/rubygem-actionpack/
Modified:
head/www/Makefile
head/www/rubygem-actionpack4/Makefile
head/www/rubygem-actionpack4/distinfo
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Thu Oct 24 18:26:31 2013 (r331509)
+++ head/www/Makefile Thu Oct 24 18:32:24 2013 (r331510)
@@ -1728,6 +1728,7 @@
SUBDIR += ruby-google
SUBDIR += ruby-wgettsv
SUBDIR += rubygem-actionpack
+ SUBDIR += rubygem-actionpack4
SUBDIR += rubygem-activeresource
SUBDIR += rubygem-acts-as-taggable-on
SUBDIR += rubygem-addressable
Modified: head/www/rubygem-actionpack4/Makefile
==============================================================================
--- head/www/rubygem-actionpack/Makefile Thu Oct 24 15:00:21 2013 (r331492)
+++ head/www/rubygem-actionpack4/Makefile Thu Oct 24 18:32:24 2013 (r331510)
@@ -2,26 +2,25 @@
# $FreeBSD$
PORTNAME= actionpack
-PORTVERSION= 3.2.15
+PORTVERSION= 4.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Action Controller and Action View of Rails MVC Framework
-RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
- rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \
- rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder \
+RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \
+ rubygem-builder31>=3.1.0:${PORTSDIR}/devel/rubygem-builder31 \
rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \
- rubygem-journey>=1.0.4:${PORTSDIR}/www/rubygem-journey \
- rubygem-rack>=1.4.5:${PORTSDIR}/www/rubygem-rack \
- rubygem-rack-cache>=1.2:${PORTSDIR}/www/rubygem-rack-cache \
- rubygem-rack-test>=0.6.1:${PORTSDIR}/www/rubygem-rack-test \
- rubygem-sprockets>=2.2.2:${PORTSDIR}/devel/rubygem-sprockets
+ rubygem-rack15>=1.5.2:${PORTSDIR}/www/rubygem-rack15 \
+ rubygem-rack-test>=0.6.1:${PORTSDIR}/www/rubygem-rack-test
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+PKGNAMESUFFIX= 4
+
NO_STAGE= yes
+
.include <bsd.port.mk>
Modified: head/www/rubygem-actionpack4/distinfo
==============================================================================
--- head/www/rubygem-actionpack/distinfo Thu Oct 24 15:00:21 2013 (r331492)
+++ head/www/rubygem-actionpack4/distinfo Thu Oct 24 18:32:24 2013 (r331510)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/actionpack-3.2.15.gem) = 0e33d7ef2ff666f539d784d01420ef63339eeb88505fe280a8b6c3665184c9fa
-SIZE (rubygem/actionpack-3.2.15.gem) = 290304
+SHA256 (rubygem/actionpack-4.0.0.gem) = 8dc8e2849e0524edb34f1c7a12481a070531db07a2e47203a2e3548c5783a943
+SIZE (rubygem/actionpack-4.0.0.gem) = 332288
More information about the svn-ports-head
mailing list