Date: Fri, 28 Apr 2017 22:47:50 +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: r439703 - in head/devel: . rubygem-activejob50 Message-ID: <201704282247.v3SMlovX004654@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704282247.v3SMlovX004654>