From owner-svn-ports-all@freebsd.org Mon Mar 26 15:10:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EAC6F4C22A; Mon, 26 Mar 2018 15:10:51 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1598881E37; Mon, 26 Mar 2018 15:10:51 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 108F6687D; Mon, 26 Mar 2018 15:10:51 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2QFAorb052473; Mon, 26 Mar 2018 15:10:50 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2QFAoZx052464; Mon, 26 Mar 2018 15:10:50 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201803261510.w2QFAoZx052464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 26 Mar 2018 15:10:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465602 - in head: databases databases/rubygem-pg018 devel devel/rubygem-google-protobuf351 net net/rubygem-gitaly-proto083 net/rubygem-gitaly-proto084 security security/rubygem-doorkee... X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head: databases databases/rubygem-pg018 devel devel/rubygem-google-protobuf351 net net/rubygem-gitaly-proto083 net/rubygem-gitaly-proto084 security security/rubygem-doorkeeper-openid_connect12 X-SVN-Commit-Revision: 465602 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2018 15:10:51 -0000 Author: mfechner Date: Mon Mar 26 15:10:49 2018 New Revision: 465602 URL: https://svnweb.freebsd.org/changeset/ports/465602 Log: New ports required for gitlab update to 10.5.x. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D14840 Added: head/databases/rubygem-pg018/ - copied from r414136, head/databases/rubygem-pg/ head/devel/rubygem-google-protobuf351/ - copied from r458063, head/devel/rubygem-google-protobuf/ head/net/rubygem-gitaly-proto083/ - copied from r460399, head/net/rubygem-gitaly-proto/ head/net/rubygem-gitaly-proto084/ - copied from r460894, head/net/rubygem-gitaly-proto/ head/security/rubygem-doorkeeper-openid_connect12/ - copied from r455061, head/security/rubygem-doorkeeper-openid_connect/ Modified: head/databases/Makefile head/databases/rubygem-pg018/Makefile head/devel/Makefile head/devel/rubygem-google-protobuf351/Makefile head/net/Makefile head/net/rubygem-gitaly-proto083/Makefile head/net/rubygem-gitaly-proto084/Makefile head/security/Makefile head/security/rubygem-doorkeeper-openid_connect12/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon Mar 26 14:45:02 2018 (r465601) +++ head/databases/Makefile Mon Mar 26 15:10:49 2018 (r465602) @@ -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 Modified: head/databases/rubygem-pg018/Makefile ============================================================================== --- head/databases/rubygem-pg/Makefile Wed Apr 27 21:57:31 2016 (r414136) +++ head/databases/rubygem-pg018/Makefile Mon Mar 26 15:10:49 2018 (r465602) @@ -1,21 +1,25 @@ -# Created by: Wen Heping # $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 Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 26 14:45:02 2018 (r465601) +++ head/devel/Makefile Mon Mar 26 15:10:49 2018 (r465602) @@ -5499,6 +5499,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 Modified: head/devel/rubygem-google-protobuf351/Makefile ============================================================================== --- head/devel/rubygem-google-protobuf/Makefile Thu Jan 4 20:11:17 2018 (r458063) +++ head/devel/rubygem-google-protobuf351/Makefile Mon Mar 26 15:10:49 2018 (r465602) @@ -1,17 +1,19 @@ -# Created by: Po-Chuan Hsieh # $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 Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Mar 26 14:45:02 2018 (r465601) +++ head/net/Makefile Mon Mar 26 15:10:49 2018 (r465602) @@ -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 Modified: head/net/rubygem-gitaly-proto083/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto/Makefile Tue Jan 30 15:38:55 2018 (r460399) +++ head/net/rubygem-gitaly-proto083/Makefile Mon Mar 26 15:10:49 2018 (r465602) @@ -1,12 +1,12 @@ -# Created by: Po-Chuan Hsieh # $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 @@ LICENSE= MIT 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 Modified: head/net/rubygem-gitaly-proto084/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto/Makefile Sun Feb 4 10:13:15 2018 (r460894) +++ head/net/rubygem-gitaly-proto084/Makefile Mon Mar 26 15:10:49 2018 (r465602) @@ -1,12 +1,12 @@ -# Created by: Po-Chuan Hsieh # $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 @@ LICENSE= MIT 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 Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Mar 26 14:45:02 2018 (r465601) +++ head/security/Makefile Mon Mar 26 15:10:49 2018 (r465602) @@ -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 Modified: head/security/rubygem-doorkeeper-openid_connect12/Makefile ============================================================================== --- head/security/rubygem-doorkeeper-openid_connect/Makefile Tue Nov 28 16:35:38 2017 (r455061) +++ head/security/rubygem-doorkeeper-openid_connect12/Makefile Mon Mar 26 15:10:49 2018 (r465602) @@ -4,18 +4,19 @@ PORTNAME= doorkeeper-openid_connect 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