summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-LDAP
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2005-09-29 15:48:04 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2005-09-29 15:48:04 +0000
commit5d098d6d3219544099bd9f3fd64af00dafcabc77 (patch)
tree0f0530396c745f7469bd71047d173ba4f3deae0c /databases/p5-DBD-LDAP
parentUpdate to 0.21 (diff)
* update to 0.07
* change maintainer to perl@ Changes: http://search.cpan.org/src/TURNERJW/DBD-LDAP-0.07/Changes
Notes
Notes: svn path=/head/; revision=143791
Diffstat (limited to 'databases/p5-DBD-LDAP')
-rw-r--r--databases/p5-DBD-LDAP/Makefile4
-rw-r--r--databases/p5-DBD-LDAP/distinfo4
-rw-r--r--databases/p5-DBD-LDAP/pkg-descr2
3 files changed, 4 insertions, 6 deletions
diff --git a/databases/p5-DBD-LDAP/Makefile b/databases/p5-DBD-LDAP/Makefile
index 81508f9d6578..ed12fd6010c5 100644
--- a/databases/p5-DBD-LDAP/Makefile
+++ b/databases/p5-DBD-LDAP/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= DBD-LDAP
-PORTVERSION= 0.06
+PORTVERSION= 0.07
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= DBI interface for accessing LDAP servers
BUILD_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
diff --git a/databases/p5-DBD-LDAP/distinfo b/databases/p5-DBD-LDAP/distinfo
index 2d6de764d28d..794dcb4ce501 100644
--- a/databases/p5-DBD-LDAP/distinfo
+++ b/databases/p5-DBD-LDAP/distinfo
@@ -1,2 +1,2 @@
-MD5 (DBD-LDAP-0.06.tar.gz) = db90c6990f309781e94493fcf5402168
-SIZE (DBD-LDAP-0.06.tar.gz) = 25683
+MD5 (DBD-LDAP-0.07.tar.gz) = 66cb22e36e537e143f5bb31d2fb26243
+SIZE (DBD-LDAP-0.07.tar.gz) = 29003
diff --git a/databases/p5-DBD-LDAP/pkg-descr b/databases/p5-DBD-LDAP/pkg-descr
index 32d79aad79ce..be1181e44468 100644
--- a/databases/p5-DBD-LDAP/pkg-descr
+++ b/databases/p5-DBD-LDAP/pkg-descr
@@ -4,5 +4,3 @@ You will need access to an existing LDAP database or set up your own using
an LDAP server, ie. "OpenLDAP".
WWW: http://search.cpan.org/dist/DBD-LDAP/
-
-Seamus Venasse <svenasse@polaris.ca>