svn commit: r439703 - in head/devel: . rubygem-activejob50

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 28 22:47:51 UTC 2017


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 at 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


More information about the svn-ports-head mailing list