From owner-svn-ports-all@freebsd.org Fri Apr 28 22:46:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9409FD55274; Fri, 28 Apr 2017 22:46:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FD0F1BA3; Fri, 28 Apr 2017 22:46:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3SMkSOu004080; Fri, 28 Apr 2017 22:46:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3SMkSRD004078; Fri, 28 Apr 2017 22:46:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704282246.v3SMkSRD004078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 28 Apr 2017 22:46:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439699 - in head/databases: . rubygem-activemodel50 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2017 22:46:29 -0000 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@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