From m.seaman@infracaninophile.co.uk  Sat Mar 26 10:05:06 2011
Return-Path: <m.seaman@infracaninophile.co.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5005A106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Mar 2011 10:05:06 +0000 (UTC)
	(envelope-from m.seaman@infracaninophile.co.uk)
Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78])
	by mx1.freebsd.org (Postfix) with ESMTP id A45F88FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Mar 2011 10:05:05 +0000 (UTC)
Received: from lucid-nonsense.infracaninophile.co.uk (localhost [IPv6:::1])
	by smtp.infracaninophile.co.uk (8.14.4/8.14.4) with ESMTP id p2QA51jh079038
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Mar 2011 10:05:01 GMT
	(envelope-from matthew@lucid-nonsense.infracaninophile.co.uk)
Received: (from matthew@localhost)
	by lucid-nonsense.infracaninophile.co.uk (8.14.4/8.14.4/Submit) id p2QA51kL079037;
	Sat, 26 Mar 2011 10:05:01 GMT
	(envelope-from matthew)
Message-Id: <201103261005.p2QA51kL079037@lucid-nonsense.infracaninophile.co.uk>
Date: Sat, 26 Mar 2011 10:05:01 GMT
From: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Reply-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer] www/p5-RT-Extension-LDAPImport update to 0.31
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         155944
>Category:       ports
>Synopsis:       [maintainer] www/p5-RT-Extension-LDAPImport update to 0.31
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 26 10:10:11 UTC 2011
>Closed-Date:    Mon Mar 28 08:23:24 UTC 2011
>Last-Modified:  Mon Mar 28 08:30:10 UTC 2011
>Originator:     Matthew Seaman
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
Infracaninophile
>Environment:
System: FreeBSD lucid-nonsense.infracaninophile.co.uk 8.2-STABLE FreeBSD 8.2-STABLE #37 r219303M: Sat Mar 5 13:35:42 GMT 2011 root@lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64


	
>Description:

Update to version 0.31

Add LICENSE

Changelog: http://cpansearch.perl.org/src/FALCONE/RT-Extension-LDAPImport-0.31/Changes


>How-To-Repeat:
	
>Fix:

	

--- p5-RT-Extension-LDAPImport.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-RT-Extension-LDAPImport/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	16 Dec 2010 02:34:04 -0000	1.8
+++ Makefile	26 Mar 2011 09:59:42 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	RT-Extension-LDAPImport
-PORTVERSION=	0.07
-PORTREVISION=	1
+DISTVERSION=	0.31
 CATEGORIES=	www net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,6 +14,10 @@
 MAINTAINER=	m.seaman@infracaninophile.co.uk
 COMMENT=	RT extension to import users from an LDAP store
 
+# Licensed under 'the same terms as perl itself'
+LICENSE_COMB=	dual
+LICENSE=	ART10 GPLv1
+
 BUILD_DEPENDS=	${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \
 		${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor
 RUN_DEPENDS=	${BUILD_DEPENDS}
@@ -46,11 +49,6 @@
 MAN3=		RT::Extension::LDAPImport.3
 PLIST_SUB+=	RTHOME=${RTHOME}
 
-post-patch:
-	@${REINPLACE_CMD} -e 's,/opt/rt3/lib,${RT_PM_DIR},' \
-	    ${WRKSRC}/bin/rtldapimport && \
-	    ${RM} ${WRKSRC}/bin/rtldapimport.bak
-
 # Note: You can install using an arbitrary $PREFIX but only if it
 # matches the $PREFIX used to install www/rt3{6,8}.  Hence ignore
 # $PREFIX in the environment and inherit settings from RT.pm
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-RT-Extension-LDAPImport/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	19 Mar 2011 12:35:57 -0000	1.4
+++ distinfo	26 Mar 2011 09:59:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (RT-Extension-LDAPImport-0.07.tar.gz) = 5e1d6fe3e2d03fa3fe407d739bf9ef9f7f733bcf9508748c8144e125bbdf3219
-SIZE (RT-Extension-LDAPImport-0.07.tar.gz) = 23252
+SHA256 (RT-Extension-LDAPImport-0.31.tar.gz) = 8e0102586efb3929e4a5e5fc5b8cf98641657e55bfe0dff173b0944017eb5635
+SIZE (RT-Extension-LDAPImport-0.31.tar.gz) = 40986
--- p5-RT-Extension-LDAPImport.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Mar 26 10:10:23 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155944 
Responsible-Changed-From-To: perl->wen 
Responsible-Changed-By: wen 
Responsible-Changed-When: Mon Mar 28 03:14:13 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155944 
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Mon Mar 28 08:23:22 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155944 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155944: commit references a PR
Date: Mon, 28 Mar 2011 08:22:27 +0000 (UTC)

 wen         2011-03-28 08:22:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-RT-Extension-LDAPImport Makefile distinfo 
   Log:
   - Update to 0.31
   ChangeLog: http://cpansearch.perl.org/src/FALCONE/RT-Extension-LDAPImport-0.31/Changes
   
   PR:             ports/155944
   Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
   
   Revision  Changes    Path
   1.9       +4 -7      ports/www/p5-RT-Extension-LDAPImport/Makefile
   1.5       +2 -2      ports/www/p5-RT-Extension-LDAPImport/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
