Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 May 2011 19:13:26 GMT
From:      Thomas Steen Rasmussen <thomas@gibfest.dk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157322: PATCH: Upgrade www/p5-RT-Authen-ExternalAuth to 0.09
Message-ID:  <201105251913.p4PJDQ4T010296@red.freebsd.org>
Resent-Message-ID: <201105251920.p4PJK986008778@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157322
>Category:       ports
>Synopsis:       PATCH: Upgrade www/p5-RT-Authen-ExternalAuth to 0.09
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 25 19:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Steen Rasmussen
>Release:        FreeBSD 8.2-RELEASE amd64 GENERIC
>Organization:
>Environment:
FreeBSD tyklappy 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
The attached patch upgrades www/p5-RT-Authen-ExternalAuth to the latest version 0.09. This update is kind of important since it fixes a problem with the current version of www/rt38 and external authentication.

When the update at hand is committed I have another PR can be closed, as that PR was to upgrade www/p5-RT-Authen-ExternalAuth to 0.08_1 which is obviously no longer relevant since 0.09 is out:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/155750

>How-To-Repeat:
Latest version is 0.09 - see http://search.cpan.org/~falcone/RT-Authen-ExternalAuth-0.09/lib/RT/Authen/ExternalAuth.pm
>Fix:
Apply patch

Patch attached with submission follows:

diff -ru p5-RT-Authen-ExternalAuth.orig/Makefile p5-RT-Authen-ExternalAuth/Makefile
--- p5-RT-Authen-ExternalAuth.orig/Makefile	2011-05-25 20:33:04.529117675 +0200
+++ p5-RT-Authen-ExternalAuth/Makefile	2011-05-25 21:04:19.037067708 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	RT-Authen-ExternalAuth
-PORTVERSION=	0.08
-PORTREVISION=	3
+PORTVERSION=	0.09
 CATEGORIES=	www net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,7 +15,7 @@
 COMMENT=	RT extension to authenticate users against an external source
 
 BUILD_DEPENDS=	${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
 
 PERL_CONFIGURE=	yes
 
diff -ru p5-RT-Authen-ExternalAuth.orig/distinfo p5-RT-Authen-ExternalAuth/distinfo
--- p5-RT-Authen-ExternalAuth.orig/distinfo	2011-05-25 20:33:04.528113637 +0200
+++ p5-RT-Authen-ExternalAuth/distinfo	2011-05-25 20:33:41.162424701 +0200
@@ -1,4 +1,2 @@
-SHA256 (RT-Authen-ExternalAuth-0.08.tar.gz) = 2d211e5425e6e6a63b163de3d1a510768a18dbe77f233834da6d8a6b4528b24a
-SIZE (RT-Authen-ExternalAuth-0.08.tar.gz) = 39386
-SHA256 (RT-Authen-ExternalAuth-0.05.tar.gz) = e4ef01558d874b438c4818c5de1a373b93b8c2d4abffe9b87f0b88807a93c47e
-SIZE (RT-Authen-ExternalAuth-0.05.tar.gz) = 34653
+SHA256 (RT-Authen-ExternalAuth-0.09.tar.gz) = 4b2fd506f55c69b126c191c330f4bdd89ccec364077e1fd035610d19f38319bc
+SIZE (RT-Authen-ExternalAuth-0.09.tar.gz) = 56056
Only in p5-RT-Authen-ExternalAuth: work


>Release-Note:
>Audit-Trail:
>Unformatted:



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