From f89ee62d482a89754588124c8336e1546d1557ab Mon Sep 17 00:00:00 2001 From: Oliver Eikemeier Date: Sun, 16 Nov 2003 03:06:46 +0000 Subject: [PATCH] - upgrade of NET::LDAP to 0.30 - fixed dependencies - added SASL authentication - assume maintainership thanks for your work, Marc PR: 55961 Submitted by: me Approved by: marcus (mentor) --- net/p5-perl-ldap/Makefile | 18 +++++++++++++----- net/p5-perl-ldap/distinfo | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile index 23f8526b6dde..15fc45291850 100644 --- a/net/p5-perl-ldap/Makefile +++ b/net/p5-perl-ldap/Makefile @@ -6,20 +6,21 @@ # PORTNAME= perl-ldap -PORTVERSION= 0.28 +PORTVERSION= 0.30 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- -MAINTAINER= scrappy@FreeBSD.org +MAINTAINER= eik@FreeBSD.org COMMENT= A Client interface to LDAP servers BUILD_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \ ${SITE_PERL}/URI/ldap.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ - ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser + ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \ + ${SITE_PERL}/XML/SAX/Base.pm:${PORTSDIR}/textproc/p5-XML-SAX-Base +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -32,6 +33,7 @@ MAN3= Bundle::Net::LDAP.3 \ Net::LDAP::Control::Sort.3 \ Net::LDAP::Control::SortResult.3 \ Net::LDAP::Control::VLV.3 \ + Net::LDAP::Control::VLVResponse.3 \ Net::LDAP::DSML.3 \ Net::LDAP::Entry.3 \ Net::LDAP::Examples.3 \ @@ -50,4 +52,10 @@ MAN3= Bundle::Net::LDAP.3 \ Net::LDAPI.3 \ Net::LDAPS.3 -.include +.include + +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +.endif + +.include diff --git a/net/p5-perl-ldap/distinfo b/net/p5-perl-ldap/distinfo index 2209739ebd32..5a3cb93ea65d 100644 --- a/net/p5-perl-ldap/distinfo +++ b/net/p5-perl-ldap/distinfo @@ -1 +1 @@ -MD5 (perl-ldap-0.28.tar.gz) = 67d8d1827a0b0e9a57e69ba27aec27f4 +MD5 (perl-ldap-0.30.tar.gz) = be4a71801d5a85db61259fee17486592