Page MenuHomeFreeBSD

D14840.id40749.diff
No OneTemporary

D14840.id40749.diff

Index: databases/Makefile
===================================================================
--- databases/Makefile
+++ databases/Makefile
@@ -974,6 +974,7 @@
SUBDIR += rubygem-pg
SUBDIR += rubygem-pg_array_parser
SUBDIR += rubygem-pg0
+ SUBDIR += rubygem-pg018
SUBDIR += rubygem-pghero
SUBDIR += rubygem-pghero-rails5
SUBDIR += rubygem-pghero-rails50
Index: databases/rubygem-pg018/Makefile
===================================================================
--- databases/rubygem-pg018/Makefile
+++ databases/rubygem-pg018/Makefile
@@ -1,21 +1,25 @@
-# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= pg
PORTVERSION= 0.18.4
CATEGORIES= databases rubygems
MASTER_SITES= RG
+PKGNAMESUFFIX= 018
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= idefix@fechner.net
COMMENT= Ruby interface to PostgreSQL library
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE =${WRKSRC}/BSDL
+LICENSE_FILE_RUBY =${WRKSRC}/LICENSE
+
+PORTSCOUT= limit:^0\.18\.
CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \
--with-pgsql-lib-dir=`${PG_CONFIG} --libdir`
PG_CONFIG= ${LOCALBASE}/bin/pg_config
-USE_RUBY= yes
USES= gem pgsql
+USE_RUBY= yes
.include <bsd.port.mk>
Index: devel/Makefile
===================================================================
--- devel/Makefile
+++ devel/Makefile
@@ -5491,6 +5491,7 @@
SUBDIR += rubygem-gobject-introspection
SUBDIR += rubygem-google-api-client
SUBDIR += rubygem-google-protobuf
+ SUBDIR += rubygem-google-protobuf351
SUBDIR += rubygem-googleapis-common-protos-types
SUBDIR += rubygem-graf
SUBDIR += rubygem-grape
Index: devel/rubygem-google-protobuf351/Makefile
===================================================================
--- devel/rubygem-google-protobuf351/Makefile
+++ devel/rubygem-google-protobuf351/Makefile
@@ -1,17 +1,19 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= google-protobuf
PORTVERSION= 3.5.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
+PKGNAMESUFFIX= 351
-MAINTAINER= sunpoet@FreeBSD.org
+MAINTAINER= idefix@fechner.net
COMMENT= Ruby extension to Google Protocol Buffers
LICENSE= BSD3CLAUSE
-USE_RUBY= yes
+PORTSCOUT= limit:^3\.5\.1
+
USES= gem
+USE_RUBY= yes
.include <bsd.port.mk>
Index: net/Makefile
===================================================================
--- net/Makefile
+++ net/Makefile
@@ -1215,6 +1215,8 @@
SUBDIR += rubygem-geoip
SUBDIR += rubygem-gitaly
SUBDIR += rubygem-gitaly-proto
+ SUBDIR += rubygem-gitaly-proto083
+ SUBDIR += rubygem-gitaly-proto084
SUBDIR += rubygem-gitlab_omniauth-ldap
SUBDIR += rubygem-gitlab_omniauth-ldap1
SUBDIR += rubygem-grpc
Index: net/rubygem-gitaly-proto083/Makefile
===================================================================
--- net/rubygem-gitaly-proto083/Makefile
+++ net/rubygem-gitaly-proto083/Makefile
@@ -1,12 +1,12 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= gitaly-proto
PORTVERSION= 0.83.0
CATEGORIES= net rubygems
MASTER_SITES= RG
+PKGNAMESUFFIX= 083
-MAINTAINER= sunpoet@FreeBSD.org
+MAINTAINER= idefix@fechner.net
COMMENT= Protobuf specifications and client libraries for Gitaly
LICENSE= MIT
@@ -14,8 +14,10 @@
RUN_DEPENDS= rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \
rubygem-grpc>=1.0:net/rubygem-grpc
+PORTSCOUT= limit:^0\.83\.
+
NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
.include <bsd.port.mk>
Index: net/rubygem-gitaly-proto084/Makefile
===================================================================
--- net/rubygem-gitaly-proto084/Makefile
+++ net/rubygem-gitaly-proto084/Makefile
@@ -1,12 +1,12 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= gitaly-proto
PORTVERSION= 0.84.0
CATEGORIES= net rubygems
MASTER_SITES= RG
+PKGNAMESUFFIX= 084
-MAINTAINER= sunpoet@FreeBSD.org
+MAINTAINER= idefix@fechner.net
COMMENT= Protobuf specifications and client libraries for Gitaly
LICENSE= MIT
@@ -14,8 +14,12 @@
RUN_DEPENDS= rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \
rubygem-grpc>=1.0:net/rubygem-grpc
+CONFLICTS_INSTALL= rubygem-gitaly-proto
+
+PORTSCOUT= limit:^0\.84\.
+
NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
.include <bsd.port.mk>
Index: security/Makefile
===================================================================
--- security/Makefile
+++ security/Makefile
@@ -1076,6 +1076,7 @@
SUBDIR += rubygem-digest-crc
SUBDIR += rubygem-doorkeeper
SUBDIR += rubygem-doorkeeper-openid_connect
+ SUBDIR += rubygem-doorkeeper-openid_connect12
SUBDIR += rubygem-doorkeeper-rails5
SUBDIR += rubygem-doorkeeper-rails50
SUBDIR += rubygem-encryptor
Index: security/rubygem-doorkeeper-openid_connect12/Makefile
===================================================================
--- security/rubygem-doorkeeper-openid_connect12/Makefile
+++ security/rubygem-doorkeeper-openid_connect12/Makefile
@@ -4,18 +4,19 @@
PORTVERSION= 1.2.0
CATEGORIES= security rubygems
MASTER_SITES= RG
+PKGNAMESUFFIX= 12
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= idefix@fechner.net
COMMENT= OpenID Connect extension for Doorkeeper
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-doorkeeper>=4.0:security/rubygem-doorkeeper \
+RUN_DEPENDS= rubygem-doorkeeper>=4.3:security/rubygem-doorkeeper \
rubygem-json-jwt>=1.6:www/rubygem-json-jwt
NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
.include <bsd.port.mk>

File Metadata

Mime Type
text/plain
Expires
Tue, May 19, 3:24 PM (22 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33318273
Default Alt Text
D14840.id40749.diff (5 KB)

Event Timeline