svn commit: r496360 - in head/net: . rubygem-fog-google17

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 20 18:01:56 UTC 2019


Author: sunpoet
Date: Wed Mar 20 18:01:54 2019
New Revision: 496360
URL: https://svnweb.freebsd.org/changeset/ports/496360

Log:
  Add rubygem-fog-google17 1.7.1 (copied from rubygem-fog-google)
  
  - Add PORTSCOUT

Added:
  head/net/rubygem-fog-google17/
     - copied from r496352, head/net/rubygem-fog-google/
Modified:
  head/net/Makefile
  head/net/rubygem-fog-google17/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Wed Mar 20 18:01:48 2019	(r496359)
+++ head/net/Makefile	Wed Mar 20 18:01:54 2019	(r496360)
@@ -1233,6 +1233,7 @@
     SUBDIR += rubygem-fog-dynect
     SUBDIR += rubygem-fog-ecloud
     SUBDIR += rubygem-fog-google
+    SUBDIR += rubygem-fog-google17
     SUBDIR += rubygem-fog-internet-archive
     SUBDIR += rubygem-fog-joyent
     SUBDIR += rubygem-fog-local

Modified: head/net/rubygem-fog-google17/Makefile
==============================================================================
--- head/net/rubygem-fog-google/Makefile	Wed Mar 20 16:31:32 2019	(r496352)
+++ head/net/rubygem-fog-google17/Makefile	Wed Mar 20 18:01:54 2019	(r496360)
@@ -3,9 +3,9 @@
 
 PORTNAME=	fog-google
 PORTVERSION=	1.7.1
-PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	17
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Module for the 'fog' gem to support Google Cloud
@@ -22,5 +22,7 @@ USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^1\.7\.
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list