From owner-svn-ports-all@freebsd.org Fri Apr 28 22:47:51 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 67F9FD5535C; Fri, 28 Apr 2017 22:47:51 +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 359991F22; Fri, 28 Apr 2017 22:47:51 +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 v3SMloJN004657; Fri, 28 Apr 2017 22:47:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3SMlovX004654; Fri, 28 Apr 2017 22:47:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704282247.v3SMlovX004654@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:47:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439703 - in head/devel: . rubygem-activejob50 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:47:51 -0000 Author: sunpoet Date: Fri Apr 28 22:47:49 2017 New Revision: 439703 URL: https://svnweb.freebsd.org/changeset/ports/439703 Log: Add rubygem-activejob50 5.0.2 (copied from rubygem-activejob5) - Add PORTSCOUT Added: head/devel/rubygem-activejob50/ - copied from r439688, head/devel/rubygem-activejob5/ Modified: head/devel/Makefile head/devel/rubygem-activejob50/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Apr 28 22:47:33 2017 (r439702) +++ head/devel/Makefile Fri Apr 28 22:47:49 2017 (r439703) @@ -5120,6 +5120,7 @@ SUBDIR += rubygem-active_scaffold SUBDIR += rubygem-activejob4 SUBDIR += rubygem-activejob5 + SUBDIR += rubygem-activejob50 SUBDIR += rubygem-activemessaging SUBDIR += rubygem-activerecord-deprecated_finders SUBDIR += rubygem-activesupport4 Modified: head/devel/rubygem-activejob50/Makefile ============================================================================== --- head/devel/rubygem-activejob5/Makefile Fri Apr 28 21:40:40 2017 (r439688) +++ head/devel/rubygem-activejob50/Makefile Fri Apr 28 22:47:49 2017 (r439703) @@ -5,7 +5,7 @@ PORTNAME= activejob PORTVERSION= 5.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 50 MAINTAINER= ruby@FreeBSD.org COMMENT= Job class declarations for a variety of queueing backends @@ -13,9 +13,11 @@ COMMENT= Job class declarations for a va LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \ +RUN_DEPENDS= rubygem-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport50 \ rubygem-globalid>=0.3.6:databases/rubygem-globalid +PORTSCOUT= limit:^5\.0\. + NO_ARCH= yes USE_RUBY= yes USES= gem