From owner-svn-ports-head@freebsd.org Wed Aug 3 12:44:10 2016 Return-Path: Delivered-To: svn-ports-head@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 72CAABAAA7A; Wed, 3 Aug 2016 12:44:10 +0000 (UTC) (envelope-from matthew@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 253E312C7; Wed, 3 Aug 2016 12:44:10 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u73Ci9GW071629; Wed, 3 Aug 2016 12:44:09 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u73Ci9nD071627; Wed, 3 Aug 2016 12:44:09 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201608031244.u73Ci9nD071627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 3 Aug 2016 12:44:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419512 - in head/www/p5-RT-Authen-ExternalAuth: . files X-SVN-Group: ports-head 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.22 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: Wed, 03 Aug 2016 12:44:10 -0000 Author: matthew Date: Wed Aug 3 12:44:08 2016 New Revision: 419512 URL: https://svnweb.freebsd.org/changeset/ports/419512 Log: Update to 0.26 This module has been folded into the core for rt-4.4, so remove the RT44 option and make RT42 the default choice. Remove patch-inc__Module__Install__RTx.pm -- upstream have applied the fix. Deleted: head/www/p5-RT-Authen-ExternalAuth/files/ Modified: head/www/p5-RT-Authen-ExternalAuth/Makefile head/www/p5-RT-Authen-ExternalAuth/distinfo Modified: head/www/p5-RT-Authen-ExternalAuth/Makefile ============================================================================== --- head/www/p5-RT-Authen-ExternalAuth/Makefile Wed Aug 3 12:09:37 2016 (r419511) +++ head/www/p5-RT-Authen-ExternalAuth/Makefile Wed Aug 3 12:44:08 2016 (r419512) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= RT-Authen-ExternalAuth -DISTVERSION= 0.25 -PORTREVISION= 2 +DISTVERSION= 0.26 CATEGORIES= www net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,12 +22,12 @@ NO_ARCH= yes USES+= perl5 USE_PERL5= configure +# This module has been made part of core rt-4.4.x OPTIONS_SINGLE= RTVERSION -OPTIONS_SINGLE_RTVERSION= RT40 RT42 RT44 +OPTIONS_SINGLE_RTVERSION= RT40 RT42 RT40_DESC= Install for rt-4.0.x (www/rt40) RT42_DESC= Install for rt-4.2.x (www/rt42) -RT44_DESC= Install for rt-4.4.x (www/rt44) -OPTIONS_DEFAULT= RT44 +OPTIONS_DEFAULT= RT42 .include @@ -49,7 +48,7 @@ MAN3PREFIX= ${PREFIX} PLIST_SUB+= RTHOME=share/rt${RT_VER} # Note: You can install using an arbitrary $PREFIX but only if it -# matches the $PREFIX used to install www/rt{40,42,44}. Hence ignore +# matches the $PREFIX used to install www/rt{40,42}. Hence ignore # $PREFIX in the environment and inherit settings from RT.pm do-configure: Modified: head/www/p5-RT-Authen-ExternalAuth/distinfo ============================================================================== --- head/www/p5-RT-Authen-ExternalAuth/distinfo Wed Aug 3 12:09:37 2016 (r419511) +++ head/www/p5-RT-Authen-ExternalAuth/distinfo Wed Aug 3 12:44:08 2016 (r419512) @@ -1,2 +1,3 @@ -SHA256 (RT-Authen-ExternalAuth-0.25.tar.gz) = ac22f33429af4b53c2a487a3fded19becc79ad538ca35753ec5fa3de27f5911c -SIZE (RT-Authen-ExternalAuth-0.25.tar.gz) = 79297 +TIMESTAMP = 1470224438 +SHA256 (RT-Authen-ExternalAuth-0.26.tar.gz) = 3331a47e2d4c93ab085c36785a958ce8398733a73a66e96c2f81da2c3f01ecb3 +SIZE (RT-Authen-ExternalAuth-0.26.tar.gz) = 77179