Bug 177940 - [patch update] net/p5-perl-ldap 0.4400 -> 0.5400
Summary: [patch update] net/p5-perl-ldap 0.4400 -> 0.5400
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-17 21:40 UTC by Kurt Jaeger
Modified: 2013-04-18 18:20 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.84 KB, patch)
2013-04-17 21:40 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger 2013-04-17 21:40:00 UTC
	net/p5-perl-ldap 0.4400 -> 0.5400

How-To-Repeat: 	-
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-17 21:40:08 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-17 21:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2013-04-18 07:31:13 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-04-18 18:16:14 UTC
Author: culot
Date: Thu Apr 18 17:16:06 2013
New Revision: 316056
URL: http://svnweb.freebsd.org/changeset/ports/316056

Log:
  - Update to 0.54
  
  Changes:	http://search.cpan.org/dist/perl-ldap/Changes
  PR:		ports/177940
  Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
  Feature safe:	yes

Modified:
  head/net/p5-perl-ldap/Makefile   (contents, props changed)
  head/net/p5-perl-ldap/distinfo   (contents, props changed)
  head/net/p5-perl-ldap/pkg-plist   (contents, props changed)

Modified: head/net/p5-perl-ldap/Makefile
==============================================================================
--- head/net/p5-perl-ldap/Makefile	Thu Apr 18 17:01:08 2013	(r316055)
+++ head/net/p5-perl-ldap/Makefile	Thu Apr 18 17:16:06 2013	(r316056)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	perl-ldap
-PORTVERSION=	0.4400
+PORTVERSION=	0.5400
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MARSCHAP
@@ -13,19 +13,19 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Client interface to LDAP (includes Net::LDAP)
 
 BUILD_DEPENDS=	p5-Authen-SASL>=2.00:${PORTSDIR}/security/p5-Authen-SASL \
-		p5-Convert-ASN1>=0.07:${PORTSDIR}/converters/p5-Convert-ASN1 \
+		p5-Convert-ASN1>=0.20:${PORTSDIR}/converters/p5-Convert-ASN1 \
 		p5-IO-Socket-SSL>=1.26:${PORTSDIR}/security/p5-IO-Socket-SSL \
 		p5-URI>=1.10:${PORTSDIR}/net/p5-URI \
-		p5-XML-SAX-Writer>=0:${PORTSDIR}/textproc/p5-XML-SAX-Writer
-RUN_DEPENDS=	p5-Authen-SASL>=2.00:${PORTSDIR}/security/p5-Authen-SASL \
-		p5-Convert-ASN1>=0.07:${PORTSDIR}/converters/p5-Convert-ASN1 \
-		p5-IO-Socket-SSL>=1.26:${PORTSDIR}/security/p5-IO-Socket-SSL \
-		p5-URI>=1.10:${PORTSDIR}/net/p5-URI \
-		p5-XML-SAX-Writer>=0:${PORTSDIR}/textproc/p5-XML-SAX-Writer
+		p5-XML-SAX-Base>0:${PORTSDIR}/textproc/p5-XML-SAX-Base \
+		p5-XML-SAX-Writer>0:${PORTSDIR}/textproc/p5-XML-SAX-Writer
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
 MAN3=		Bundle::Net::LDAP.3 \
+		LWP::Protocol::ldap.3 \
+		LWP::Protocol::ldapi.3 \
+		LWP::Protocol::ldaps.3 \
 		Net::LDAP.3 \
 		Net::LDAP::Constant.3 \
 		Net::LDAP::Control.3 \
@@ -54,6 +54,8 @@ MAN3=		Bundle::Net::LDAP.3 \
 		Net::LDAP::Extension::SetPassword.3 \
 		Net::LDAP::Extension::WhoAmI.3 \
 		Net::LDAP::Extra.3 \
+		Net::LDAP::Extra::eDirectory.3 \
+		Net::LDAP::Extra::AD.3 \
 		Net::LDAP::FAQ.3 \
 		Net::LDAP::Filter.3 \
 		Net::LDAP::FilterMatch.3 \

Modified: head/net/p5-perl-ldap/distinfo
==============================================================================
--- head/net/p5-perl-ldap/distinfo	Thu Apr 18 17:01:08 2013	(r316055)
+++ head/net/p5-perl-ldap/distinfo	Thu Apr 18 17:16:06 2013	(r316056)
@@ -1,2 +1,2 @@
-SHA256 (perl-ldap-0.44.tar.gz) = 6c398f32bf598ee139d111b5fd91cda1e77ca0fb3a57e9616909efdec5d4cacb
-SIZE (perl-ldap-0.44.tar.gz) = 262973
+SHA256 (perl-ldap-0.54.tar.gz) = 1a99d9ff56dbb8c26ce7ace5476892db6ee345d77a519235b130e8b0d1ed1876
+SIZE (perl-ldap-0.54.tar.gz) = 299693

Modified: head/net/p5-perl-ldap/pkg-plist
==============================================================================
--- head/net/p5-perl-ldap/pkg-plist	Thu Apr 18 17:01:08 2013	(r316055)
+++ head/net/p5-perl-ldap/pkg-plist	Thu Apr 18 17:16:06 2013	(r316056)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Bundle/Net/LDAP.pm
 %%SITE_PERL%%/LWP/Protocol/ldap.pm
+%%SITE_PERL%%/LWP/Protocol/ldapi.pm
 %%SITE_PERL%%/LWP/Protocol/ldaps.pm
 %%SITE_PERL%%/Net/LDAP.pm
 %%SITE_PERL%%/Net/LDAP.pod
@@ -34,6 +35,8 @@
 %%SITE_PERL%%/Net/LDAP/Extension/SetPassword.pm
 %%SITE_PERL%%/Net/LDAP/Extension/WhoAmI.pm
 %%SITE_PERL%%/Net/LDAP/Extra.pm
+%%SITE_PERL%%/Net/LDAP/Extra/AD.pm
+%%SITE_PERL%%/Net/LDAP/Extra/eDirectory.pm
 %%SITE_PERL%%/Net/LDAP/FAQ.pod
 %%SITE_PERL%%/Net/LDAP/Filter.pm
 %%SITE_PERL%%/Net/LDAP/Filter.pod
@@ -55,10 +58,13 @@
 %%SITE_PERL%%/Net/LDAP/Util.pm
 %%SITE_PERL%%/Net/LDAPI.pm
 %%SITE_PERL%%/Net/LDAPS.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/.packlist
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+%%SITE_PERL%%/mach/auto/Net/LDAP/.packlist
+@dirrmtry %%SITE_PERL%%/mach/auto/Net/LDAP
+@dirrmtry %%SITE_PERL%%/mach/auto/Net
+@dirrmtry %%SITE_PERL%%/mach/auto
+@dirrmtry %%SITE_PERL%%/mach
 @dirrmtry %%SITE_PERL%%/Net/LDAP/Intermediate
+@dirrmtry %%SITE_PERL%%/Net/LDAP/Extra
 @dirrmtry %%SITE_PERL%%/Net/LDAP/Extension
 @dirrmtry %%SITE_PERL%%/Net/LDAP/Control
 @dirrmtry %%SITE_PERL%%/Net/LDAP
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Frederic Culot freebsd_committer freebsd_triage 2013-04-18 18:16:25 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!