aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBD-LDAP
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2005-09-29 23:48:04 +0800
committerskv <skv@FreeBSD.org>2005-09-29 23:48:04 +0800
commit13a4d27b7f5d0fee83b0ceb44722e082aad6d08c (patch)
treea5b33866885175fc296b329a2249a38e7b223901 /databases/p5-DBD-LDAP
parent305b6be79c8461bec09eaf782bcaac79f83964cd (diff)
downloadfreebsd-ports-gnome-13a4d27b7f5d0fee83b0ceb44722e082aad6d08c.tar.gz
freebsd-ports-gnome-13a4d27b7f5d0fee83b0ceb44722e082aad6d08c.tar.zst
freebsd-ports-gnome-13a4d27b7f5d0fee83b0ceb44722e082aad6d08c.zip
* update to 0.07
* change maintainer to perl@ Changes: http://search.cpan.org/src/TURNERJW/DBD-LDAP-0.07/Changes
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>