From owner-svn-ports-all@freebsd.org Thu Jul 6 14:14:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EFB1DAEF8B; Thu, 6 Jul 2017 14:14:23 +0000 (UTC) (envelope-from tz@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 mx1.freebsd.org (Postfix) with ESMTPS id E049E718C1; Thu, 6 Jul 2017 14:14:22 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v66EEMsW034964; Thu, 6 Jul 2017 14:14:22 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v66EEMK5034963; Thu, 6 Jul 2017 14:14:22 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201707061414.v66EEMK5034963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 6 Jul 2017 14:14:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445154 - head/net/rubygem-oauth212 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/net/rubygem-oauth212 X-SVN-Commit-Revision: 445154 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.23 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: Thu, 06 Jul 2017 14:14:23 -0000 Author: tz Date: Thu Jul 6 14:14:21 2017 New Revision: 445154 URL: https://svnweb.freebsd.org/changeset/ports/445154 Log: net/rubygem-oauth212: set DEPRICATED and EXPIRATION_DATE This port was needed for www/gitlab 9.0. After the update to 9.1 it is no longer needed and therefore depricated. Modified: head/net/rubygem-oauth212/Makefile Modified: head/net/rubygem-oauth212/Makefile ============================================================================== --- head/net/rubygem-oauth212/Makefile Thu Jul 6 14:10:14 2017 (r445153) +++ head/net/rubygem-oauth212/Makefile Thu Jul 6 14:14:21 2017 (r445154) @@ -20,6 +20,9 @@ RUN_DEPENDS= rubygem-faraday>=0.8:www/rubygem-faraday rubygem-multi_xml>=0.5:textproc/rubygem-multi_xml \ rubygem-rack>=1.2:www/rubygem-rack +DEPRECATED= Only created for www/gitlab; please use net/rubygem-oauth2 instead +EXPIRATION_DATE= 2017-07-31 + PORTSCOUT= limit:^1\.2\. NO_ARCH= yes