Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2017 22:47:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439701 - in head/databases: . rubygem-activerecord50
Message-ID:  <201704282247.v3SMlIiI004380@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Apr 28 22:47:18 2017
New Revision: 439701
URL: https://svnweb.freebsd.org/changeset/ports/439701

Log:
  Add rubygem-activerecord50 5.0.2 (copied from rubygem-activerecord5)
  
  - Add PORTSCOUT

Added:
  head/databases/rubygem-activerecord50/
     - copied from r439686, head/databases/rubygem-activerecord5/
Modified:
  head/databases/Makefile
  head/databases/rubygem-activerecord50/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Fri Apr 28 22:46:54 2017	(r439700)
+++ head/databases/Makefile	Fri Apr 28 22:47:18 2017	(r439701)
@@ -871,6 +871,7 @@
     SUBDIR += rubygem-activerecord-session_store
     SUBDIR += rubygem-activerecord4
     SUBDIR += rubygem-activerecord5
+    SUBDIR += rubygem-activerecord50
     SUBDIR += rubygem-after_commit_queue
     SUBDIR += rubygem-amalgalite
     SUBDIR += rubygem-arel

Modified: head/databases/rubygem-activerecord50/Makefile
==============================================================================
--- head/databases/rubygem-activerecord5/Makefile	Fri Apr 28 21:40:30 2017	(r439686)
+++ head/databases/rubygem-activerecord50/Makefile	Fri Apr 28 22:47:18 2017	(r439701)
@@ -5,7 +5,7 @@ PORTNAME=	activerecord
 PORTVERSION=	5.0.2
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	5
+PKGNAMESUFFIX=	50
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Object-relational mapping layer for Rails MVC Framework
@@ -13,10 +13,12 @@ COMMENT=	Object-relational mapping layer
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activemodel5>=${PORTVERSION}:databases/rubygem-activemodel5 \
-		rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \
+RUN_DEPENDS=	rubygem-activemodel50>=${PORTVERSION}:databases/rubygem-activemodel50 \
+		rubygem-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport50 \
 		rubygem-arel7>=7.0:databases/rubygem-arel7
 
+PORTSCOUT=	limit:^5\.0\.
+
 NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704282247.v3SMlIiI004380>