From owner-svn-ports-head@freebsd.org Tue Apr 17 11:24:33 2018 Return-Path: Delivered-To: svn-ports-head@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 9D170F9B838; Tue, 17 Apr 2018 11:24:33 +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 493D36FF14; Tue, 17 Apr 2018 11:24:33 +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 442D33E7E; Tue, 17 Apr 2018 11:24:33 +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 w3HBOXFO079800; Tue, 17 Apr 2018 11:24:33 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3HBOWOJ079795; Tue, 17 Apr 2018 11:24:32 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201804171124.w3HBOWOJ079795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 17 Apr 2018 11:24:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467598 - in head: net/rubygem-gitaly-proto083 net/rubygem-gitaly-proto084 textproc/rubygem-github-linguist47 textproc/rubygem-loofah20 www/rubygem-toml-rb03 X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head: net/rubygem-gitaly-proto083 net/rubygem-gitaly-proto084 textproc/rubygem-github-linguist47 textproc/rubygem-loofah20 www/rubygem-toml-rb03 X-SVN-Commit-Revision: 467598 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2018 11:24:33 -0000 Author: mfechner Date: Tue Apr 17 11:24:32 2018 New Revision: 467598 URL: https://svnweb.freebsd.org/changeset/ports/467598 Log: Marked ports not used by gitlab 10.6 anymore as deprecated. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15084 Modified: head/net/rubygem-gitaly-proto083/Makefile head/net/rubygem-gitaly-proto084/Makefile head/textproc/rubygem-github-linguist47/Makefile head/textproc/rubygem-loofah20/Makefile head/www/rubygem-toml-rb03/Makefile Modified: head/net/rubygem-gitaly-proto083/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto083/Makefile Tue Apr 17 10:59:01 2018 (r467597) +++ head/net/rubygem-gitaly-proto083/Makefile Tue Apr 17 11:24:32 2018 (r467598) @@ -11,6 +11,9 @@ COMMENT= Protobuf specifications and client libraries LICENSE= MIT +DEPRECATED= Obsoleted by update of www/gitlab. Please use net/rubygem-gitaly-proto instead. +EXPIRATION_DATE= 2018-05-31 + RUN_DEPENDS= rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \ rubygem-grpc>=1.0:net/rubygem-grpc Modified: head/net/rubygem-gitaly-proto084/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto084/Makefile Tue Apr 17 10:59:01 2018 (r467597) +++ head/net/rubygem-gitaly-proto084/Makefile Tue Apr 17 11:24:32 2018 (r467598) @@ -11,6 +11,9 @@ COMMENT= Protobuf specifications and client libraries LICENSE= MIT +DEPRECATED= Obsoleted by update of www/gitlab. Please use net/rubygem-gitaly-proto instead +EXPIRATION_DATE= 2018-05-31 + RUN_DEPENDS= rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \ rubygem-grpc>=1.0:net/rubygem-grpc Modified: head/textproc/rubygem-github-linguist47/Makefile ============================================================================== --- head/textproc/rubygem-github-linguist47/Makefile Tue Apr 17 10:59:01 2018 (r467597) +++ head/textproc/rubygem-github-linguist47/Makefile Tue Apr 17 11:24:32 2018 (r467598) @@ -12,6 +12,9 @@ COMMENT= GitHub Language detection LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Obsoleted by update of www/gitlab. Please use textproc/rubygem-github-linguist instead +EXPIRATION_DATE= 2018-05-31 + RUN_DEPENDS= rubygem-charlock_holmes>=0.7.3:textproc/rubygem-charlock_holmes \ rubygem-escape_utils11>=1.1.0:textproc/rubygem-escape_utils11 \ rubygem-mime-types>=1.19:misc/rubygem-mime-types \ Modified: head/textproc/rubygem-loofah20/Makefile ============================================================================== --- head/textproc/rubygem-loofah20/Makefile Tue Apr 17 10:59:01 2018 (r467597) +++ head/textproc/rubygem-loofah20/Makefile Tue Apr 17 11:24:32 2018 (r467598) @@ -12,6 +12,9 @@ COMMENT= Library for manipulating HTML/XML documents a LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt +DEPRECATED= Obsoleted by update of www/gitlab. Please use textproc/rubygem-loofah instead. +EXPIRATION_DATE= 2018-05-31 + RUN_DEPENDS= rubygem-nokogiri>=1.5.9:textproc/rubygem-nokogiri PORTSCOUT= limit:^2\.0 Modified: head/www/rubygem-toml-rb03/Makefile ============================================================================== --- head/www/rubygem-toml-rb03/Makefile Tue Apr 17 10:59:01 2018 (r467597) +++ head/www/rubygem-toml-rb03/Makefile Tue Apr 17 11:24:32 2018 (r467598) @@ -11,6 +11,9 @@ COMMENT= TOML parser using Citrus parsing library LICENSE= MIT +DEPRECATED= Obsoleted by update of www/gitlab. Please use www/rubygem-tom-rb instead. +EXPIRDATION_DATE= 2018-05-31 + RUN_DEPENDS= rubygem-citrus>=3.0:textproc/rubygem-citrus PORTSCOUT= limit:^0\.3\.