svn commit: r467503 - in head/net: . rubygem-gitaly-proto095

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 16 18:32:41 UTC 2018


Author: sunpoet
Date: Mon Apr 16 18:32:41 2018
New Revision: 467503
URL: https://svnweb.freebsd.org/changeset/ports/467503

Log:
  Add rubygem-gitaly-proto095 0.95.0 (copied from rubygem-gitaly-proto)
  
  - Add PORTSCOUT

Added:
  head/net/rubygem-gitaly-proto095/
     - copied from r467401, head/net/rubygem-gitaly-proto/
Modified:
  head/net/Makefile
  head/net/rubygem-gitaly-proto095/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Mon Apr 16 18:31:42 2018	(r467502)
+++ head/net/Makefile	Mon Apr 16 18:32:41 2018	(r467503)
@@ -1256,6 +1256,7 @@
     SUBDIR += rubygem-gitaly-proto084
     SUBDIR += rubygem-gitaly-proto088
     SUBDIR += rubygem-gitaly-proto094
+    SUBDIR += rubygem-gitaly-proto095
     SUBDIR += rubygem-gitlab_omniauth-ldap
     SUBDIR += rubygem-gitlab_omniauth-ldap1
     SUBDIR += rubygem-grpc

Modified: head/net/rubygem-gitaly-proto095/Makefile
==============================================================================
--- head/net/rubygem-gitaly-proto/Makefile	Sun Apr 15 17:04:29 2018	(r467401)
+++ head/net/rubygem-gitaly-proto095/Makefile	Mon Apr 16 18:32:41 2018	(r467503)
@@ -5,6 +5,7 @@ PORTNAME=	gitaly-proto
 PORTVERSION=	0.95.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	095
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Protobuf specifications and client libraries for Gitaly
@@ -13,6 +14,8 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \
 		rubygem-grpc>=1.10:net/rubygem-grpc
+
+PORTSCOUT=	limit:^0\.95\.
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-head mailing list