svn commit: r441645 - in head/devel: . rubygem-web-console-rails50
Joseph Mingrone
jrm at FreeBSD.org
Thu May 25 02:05:19 UTC 2017
Author: jrm
Date: Thu May 25 02:05:17 2017
New Revision: 441645
URL: https://svnweb.freebsd.org/changeset/ports/441645
Log:
devel/rubygem-web-console-rails50: Create rails version 5.0 port by copying
devel/rubygem-web-console
Approved by: swills (mentor, implicit)
Added:
head/devel/rubygem-web-console-rails50/
- copied from r441512, head/devel/rubygem-web-console/
Modified:
head/devel/Makefile
head/devel/rubygem-web-console-rails50/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu May 25 02:01:59 2017 (r441644)
+++ head/devel/Makefile Thu May 25 02:05:17 2017 (r441645)
@@ -5666,6 +5666,7 @@
SUBDIR += rubygem-warden
SUBDIR += rubygem-wdm
SUBDIR += rubygem-web-console
+ SUBDIR += rubygem-web-console-rails50
SUBDIR += rubygem-web-console2
SUBDIR += rubygem-webby
SUBDIR += rubygem-webpacker-rails5
Modified: head/devel/rubygem-web-console-rails50/Makefile
==============================================================================
--- head/devel/rubygem-web-console/Makefile Tue May 23 10:29:51 2017 (r441512)
+++ head/devel/rubygem-web-console-rails50/Makefile Thu May 25 02:05:17 2017 (r441645)
@@ -4,17 +4,18 @@ PORTNAME= web-console
PORTVERSION= 3.5.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
+PKGNAMESUFFIX= -rails50
-MAINTAINER= ruby at FreeBSD.org
+MAINTAINER= jrm at FreeBSD.org
COMMENT= Debugging tool for your Ruby on Rails applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-activemodel5>=5.0:databases/rubygem-activemodel5 \
- rubygem-actionview5>=5.0:devel/rubygem-actionview5 \
+RUN_DEPENDS= rubygem-activemodel50>=5.0:databases/rubygem-activemodel50 \
+ rubygem-actionview50>=5.0:devel/rubygem-actionview50 \
rubygem-bindex>=0:devel/rubygem-bindex \
- rubygem-railties5>=5.0:www/rubygem-railties5
+ rubygem-railties50>=5.0:www/rubygem-railties50
NO_ARCH= yes
USE_RUBY= yes
More information about the svn-ports-head
mailing list