svn commit: r439699 - in head/databases: . rubygem-activemodel50

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 28 22:46:29 UTC 2017


Author: sunpoet
Date: Fri Apr 28 22:46:28 2017
New Revision: 439699
URL: https://svnweb.freebsd.org/changeset/ports/439699

Log:
  Add rubygem-activemodel50 5.0.2 (copied from rubygem-activemodel5)
  
  - Add PORTSCOUT

Added:
  head/databases/rubygem-activemodel50/
     - copied from r439685, head/databases/rubygem-activemodel5/
Modified:
  head/databases/Makefile
  head/databases/rubygem-activemodel50/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Fri Apr 28 22:16:58 2017	(r439698)
+++ head/databases/Makefile	Fri Apr 28 22:46:28 2017	(r439699)
@@ -864,6 +864,7 @@
     SUBDIR += rubygem-active_record_query_trace
     SUBDIR += rubygem-activemodel4
     SUBDIR += rubygem-activemodel5
+    SUBDIR += rubygem-activemodel50
     SUBDIR += rubygem-activerecord-import
     SUBDIR += rubygem-activerecord-jdbc-adapter
     SUBDIR += rubygem-activerecord-jdbcmysql-adapter

Modified: head/databases/rubygem-activemodel50/Makefile
==============================================================================
--- head/databases/rubygem-activemodel5/Makefile	Fri Apr 28 21:40:25 2017	(r439685)
+++ head/databases/rubygem-activemodel50/Makefile	Fri Apr 28 22:46:28 2017	(r439699)
@@ -5,7 +5,7 @@ PORTNAME=	activemodel
 PORTVERSION=	5.0.2
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	5
+PKGNAMESUFFIX=	50
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Toolkit for building modeling frameworks
@@ -13,7 +13,9 @@ COMMENT=	Toolkit for building modeling f
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5
+RUN_DEPENDS=	rubygem-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport50
+
+PORTSCOUT=	limit:^5\.0\.
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-head mailing list