From owner-svn-ports-all@freebsd.org Mon Jul 16 14:36:54 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 B8DE5102A90B; Mon, 16 Jul 2018 14:36:54 +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 67C2273AE1; Mon, 16 Jul 2018 14:36:54 +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 44E4B1DD2E; Mon, 16 Jul 2018 14:36:54 +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 w6GEasld037119; Mon, 16 Jul 2018 14:36:54 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6GEaq7Q037109; Mon, 16 Jul 2018 14:36:52 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807161436.w6GEaq7Q037109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 16 Jul 2018 14:36:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474739 - in head: databases/rubygem-redis-namespace15 devel/rubygem-grape-entity060 net/rubygem-asset_sync220 net/rubygem-gitaly-proto095 net/rubygem-gitaly-proto096 net/rubygem-gitaly... X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head: databases/rubygem-redis-namespace15 devel/rubygem-grape-entity060 net/rubygem-asset_sync220 net/rubygem-gitaly-proto095 net/rubygem-gitaly-proto096 net/rubygem-gitaly-proto099 net/rubygem-omn... X-SVN-Commit-Revision: 474739 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.27 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, 16 Jul 2018 14:36:55 -0000 Author: mfechner Date: Mon Jul 16 14:36:51 2018 New Revision: 474739 URL: https://svnweb.freebsd.org/changeset/ports/474739 Log: Deprecate ports not required by gitlab-ce and any other port anymore. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D16265 Modified: head/databases/rubygem-redis-namespace15/Makefile head/devel/rubygem-grape-entity060/Makefile head/net/rubygem-asset_sync220/Makefile head/net/rubygem-gitaly-proto095/Makefile head/net/rubygem-gitaly-proto096/Makefile head/net/rubygem-gitaly-proto099/Makefile head/net/rubygem-omniauth-github11/Makefile head/security/rubygem-rbnacl4/Makefile head/www/rubygem-gollum-lib-gitlab/Makefile head/www/rubygem-gon61/Makefile Modified: head/databases/rubygem-redis-namespace15/Makefile ============================================================================== --- head/databases/rubygem-redis-namespace15/Makefile Mon Jul 16 14:04:40 2018 (r474738) +++ head/databases/rubygem-redis-namespace15/Makefile Mon Jul 16 14:36:51 2018 (r474739) @@ -9,6 +9,9 @@ PKGNAMESUFFIX= 15 MAINTAINER= mfechner@FreeBSD.org COMMENT= Ruby client class for Redis with namespace support +DEPRECATED= Obsoleted by update of www/gitlab-ce. Please use databases/rubygem-redis-namespace instead. +EXPIRATION_DATE= 2018-07-31 + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/devel/rubygem-grape-entity060/Makefile ============================================================================== --- head/devel/rubygem-grape-entity060/Makefile Mon Jul 16 14:04:40 2018 (r474738) +++ head/devel/rubygem-grape-entity060/Makefile Mon Jul 16 14:36:51 2018 (r474739) @@ -12,6 +12,9 @@ COMMENT= Entities - a simple Facade to use with your m LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Obsoleted by update of www/gitlab-ce. Please use devel/rubygem-grape-entity instead. +EXPIRATION_DATE= 2018-07-31 + RUN_DEPENDS= rubygem-activesupport4>=4.0:devel/rubygem-activesupport4 \ rubygem-multi_json>=1.3.2:devel/rubygem-multi_json Modified: head/net/rubygem-asset_sync220/Makefile ============================================================================== --- head/net/rubygem-asset_sync220/Makefile Mon Jul 16 14:04:40 2018 (r474738) +++ head/net/rubygem-asset_sync220/Makefile Mon Jul 16 14:36:51 2018 (r474739) @@ -11,6 +11,9 @@ COMMENT= Synchronizes Assets between Rails and S3 LICENSE= MIT +DEPRECATED= Obsoleted by update of www/gitlab-ce. Please use net/rubygem-asset_sync instead. +EXPIRATION_DATE= 2018-07-31 + RUN_DEPENDS= rubygem-activemodel4>=4.1.0:databases/rubygem-activemodel4 \ rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-mime-types>=2.99:misc/rubygem-mime-types \ Modified: head/net/rubygem-gitaly-proto095/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto095/Makefile Mon Jul 16 14:04:40 2018 (r474738) +++ head/net/rubygem-gitaly-proto095/Makefile Mon Jul 16 14:36:51 2018 (r474739) @@ -12,6 +12,9 @@ COMMENT= Protobuf specifications and client libraries LICENSE= MIT +DEPRECATED= Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead. +EXPIRATION_DATE= 2018-07-31 + RUN_DEPENDS= rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \ rubygem-grpc>=1.10:net/rubygem-grpc Modified: head/net/rubygem-gitaly-proto096/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto096/Makefile Mon Jul 16 14:04:40 2018 (r474738) +++ head/net/rubygem-gitaly-proto096/Makefile Mon Jul 16 14:36:51 2018 (r474739) @@ -11,6 +11,9 @@ COMMENT= Protobuf specifications and client libraries LICENSE= MIT +DEPRECATED= Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead. +EXPIRATION_DATE= 2018-07-31 + RUN_DEPENDS= rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \ rubygem-grpc>=1.10:net/rubygem-grpc Modified: head/net/rubygem-gitaly-proto099/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto099/Makefile Mon Jul 16 14:04:40 2018 (r474738) +++ head/net/rubygem-gitaly-proto099/Makefile Mon Jul 16 14:36:51 2018 (r474739) @@ -12,6 +12,9 @@ COMMENT= Protobuf specifications and client libraries LICENSE= MIT +DEPRECATED= Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead. +EXPIRATION_DATE= 2018-07-31 + RUN_DEPENDS= rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \ rubygem-grpc>=1.10:net/rubygem-grpc Modified: head/net/rubygem-omniauth-github11/Makefile ============================================================================== --- head/net/rubygem-omniauth-github11/Makefile Mon Jul 16 14:04:40 2018 (r474738) +++ head/net/rubygem-omniauth-github11/Makefile Mon Jul 16 14:36:51 2018 (r474739) @@ -11,6 +11,9 @@ COMMENT= Official OmniAuth strategy for GitHub LICENSE= MIT +DEPRECATED= Obsoleted by update of www/gitlab-ce. Please use net/rubygem-omniauth-github instead. +EXPIRATION_DATE= 2018-07-31 + RUN_DEPENDS= rubygem-omniauth>=1.0:security/rubygem-omniauth \ rubygem-omniauth-oauth2>=1.1:net/rubygem-omniauth-oauth2 Modified: head/security/rubygem-rbnacl4/Makefile ============================================================================== --- head/security/rubygem-rbnacl4/Makefile Mon Jul 16 14:04:40 2018 (r474738) +++ head/security/rubygem-rbnacl4/Makefile Mon Jul 16 14:36:51 2018 (r474739) @@ -11,6 +11,9 @@ COMMENT= Networking and Cryptography (NaCl) library LICENSE= MIT +DEPRECATED= Obsoleted by update of www/gitlab-ce. Please use security/rubygem-rbnacl instead. +EXPIRATION_DATE= 2018-07-31 + LIB_DEPENDS= libsodium.so:security/libsodium BUILD_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler RUN_DEPENDS= rubygem-ffi>=0:devel/rubygem-ffi Modified: head/www/rubygem-gollum-lib-gitlab/Makefile ============================================================================== --- head/www/rubygem-gollum-lib-gitlab/Makefile Mon Jul 16 14:04:40 2018 (r474738) +++ head/www/rubygem-gollum-lib-gitlab/Makefile Mon Jul 16 14:36:51 2018 (r474739) @@ -6,6 +6,9 @@ MASTERDIR= ${.CURDIR}/../rubygem-gollum-lib PKGNAMESUFFIX= -gitlab +DEPRECATED= Obsoleted by update of www/gitlab-ce. Please use www/rubygem-gitlab-gollum-lib instead. +EXPIRATION_DATE= 2018-07-31 + OPTIONS_DEFAULT= GITLAB .include "${MASTERDIR}/Makefile" Modified: head/www/rubygem-gon61/Makefile ============================================================================== --- head/www/rubygem-gon61/Makefile Mon Jul 16 14:04:40 2018 (r474738) +++ head/www/rubygem-gon61/Makefile Mon Jul 16 14:36:51 2018 (r474739) @@ -12,6 +12,9 @@ COMMENT= Framework to pass data to JS easily LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Obsoleted by update of www/gitlab-ce. Please use www/rubygem-gon instead. +EXPIRATION_DATE= 2018-07-31 + RUN_DEPENDS= rubygem-actionpack4>=3.0:www/rubygem-actionpack4 \ rubygem-json>=0:devel/rubygem-json \ rubygem-multi_json>=0:devel/rubygem-multi_json \