svn commit: r510467 - in head/devel: . rubygem-aws-sdk-core2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 31 22:18:08 UTC 2019


Author: sunpoet
Date: Sat Aug 31 22:18:07 2019
New Revision: 510467
URL: https://svnweb.freebsd.org/changeset/ports/510467

Log:
  Add rubygem-aws-sdk-core2 2.11.344 (coied from rubygem-aws-sdk-core)
  
  - Add PORTSCOUT

Added:
  head/devel/rubygem-aws-sdk-core2/
     - copied from r510466, head/devel/rubygem-aws-sdk-core/
Modified:
  head/devel/Makefile
  head/devel/rubygem-aws-sdk-core2/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Aug 31 22:00:08 2019	(r510466)
+++ head/devel/Makefile	Sat Aug 31 22:18:07 2019	(r510467)
@@ -5427,6 +5427,7 @@
     SUBDIR += rubygem-aws-partitions
     SUBDIR += rubygem-aws-sdk
     SUBDIR += rubygem-aws-sdk-core
+    SUBDIR += rubygem-aws-sdk-core2
     SUBDIR += rubygem-aws-sdk-resources
     SUBDIR += rubygem-aws-sdk-v1
     SUBDIR += rubygem-aws-sigv2

Modified: head/devel/rubygem-aws-sdk-core2/Makefile
==============================================================================
--- head/devel/rubygem-aws-sdk-core/Makefile	Sat Aug 31 22:00:08 2019	(r510466)
+++ head/devel/rubygem-aws-sdk-core2/Makefile	Sat Aug 31 22:18:07 2019	(r510467)
@@ -4,6 +4,7 @@ PORTNAME=	aws-sdk-core
 DISTVERSION=	2.11.344
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	AWS SDK for Ruby - Core
@@ -19,5 +20,7 @@ USE_RUBY=	yes
 NO_ARCH=	yes
 
 PLIST_FILES=	bin/aws.rb
+
+PORTSCOUT=	limit:^2\.
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list