From owner-svn-ports-all@freebsd.org Thu Apr 5 19:11:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97466F9B6EB; Thu, 5 Apr 2018 19:11:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 486FB6B742; Thu, 5 Apr 2018 19:11:28 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4346A26C0E; Thu, 5 Apr 2018 19:11:28 +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 w35JBS7W088216; Thu, 5 Apr 2018 19:11:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w35JBSVi088214; Thu, 5 Apr 2018 19:11:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201804051911.w35JBSVi088214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Apr 2018 19:11:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466580 - in head/databases: . rubygem-flipper-active_record013 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/databases: . rubygem-flipper-active_record013 X-SVN-Commit-Revision: 466580 X-SVN-Commit-Repository: ports 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.25 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: Thu, 05 Apr 2018 19:11:28 -0000 Author: sunpoet Date: Thu Apr 5 19:11:27 2018 New Revision: 466580 URL: https://svnweb.freebsd.org/changeset/ports/466580 Log: Add rubygem-flipper-active_record013 0.13.0 (copied from rubygem-flipper-active_record) - Update RUN_DEPENDS - Add PORTSCOUT Added: head/databases/rubygem-flipper-active_record013/ - copied from r466429, head/databases/rubygem-flipper-active_record/ Modified: head/databases/Makefile head/databases/rubygem-flipper-active_record013/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Apr 5 19:10:04 2018 (r466579) +++ head/databases/Makefile Thu Apr 5 19:11:27 2018 (r466580) @@ -955,6 +955,7 @@ SUBDIR += rubygem-familia SUBDIR += rubygem-flipper-active_record SUBDIR += rubygem-flipper-active_record011 + SUBDIR += rubygem-flipper-active_record013 SUBDIR += rubygem-globalid SUBDIR += rubygem-globalid-rails5 SUBDIR += rubygem-globalid-rails50 Modified: head/databases/rubygem-flipper-active_record013/Makefile ============================================================================== --- head/databases/rubygem-flipper-active_record/Makefile Wed Apr 4 10:57:33 2018 (r466429) +++ head/databases/rubygem-flipper-active_record013/Makefile Thu Apr 5 19:11:27 2018 (r466580) @@ -5,6 +5,7 @@ PORTNAME= flipper-active_record PORTVERSION= 0.13.0 CATEGORIES= databases rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 013 MAINTAINER= sunpoet@FreeBSD.org COMMENT= ActiveRecord adapter for Flipper @@ -12,7 +13,9 @@ COMMENT= ActiveRecord adapter for Flipper LICENSE= MIT RUN_DEPENDS= rubygem-activerecord4>=3.2:databases/rubygem-activerecord4 \ - rubygem-flipper>=${PORTVERSION}:devel/rubygem-flipper + rubygem-flipper013>=${PORTVERSION}:devel/rubygem-flipper013 + +PORTSCOUT= limit:^0\.13\. NO_ARCH= yes USE_RUBY= yes