Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Aug 2016 12:44:09 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
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
Message-ID:  <201608031244.u73Ci9nD071627@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608031244.u73Ci9nD071627>