summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-mysql
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-03-04 14:57:50 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-03-04 14:57:50 +0000
commitde801ce0f8a38a938a636b42a50a65221aa11835 (patch)
tree1291e0edde4a7adb3c37b0e46ad68280b279699a /databases/p5-DBD-mysql
parentbuild and install the addpasswd program. (diff)
Updated to 2.1026
Notes
Notes: svn path=/head/; revision=76851
Diffstat (limited to 'databases/p5-DBD-mysql')
-rw-r--r--databases/p5-DBD-mysql/Makefile7
-rw-r--r--databases/p5-DBD-mysql/distinfo2
-rw-r--r--databases/p5-DBD-mysql/pkg-comment1
-rw-r--r--databases/p5-DBD-mysql/pkg-descr2
4 files changed, 5 insertions, 7 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile
index ad43bfac7756..05615f97adb6 100644
--- a/databases/p5-DBD-mysql/Makefile
+++ b/databases/p5-DBD-mysql/Makefile
@@ -6,13 +6,14 @@
#
PORTNAME= DBD-mysql
-PORTVERSION= 2.1024
+PORTVERSION= 2.1026
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
+COMMENT= MySQL driver for the Perl5 Database Interface (DBI)
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
@@ -20,8 +21,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3 \
- Mysql.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3 Mysql.3
.include <bsd.port.mk>
diff --git a/databases/p5-DBD-mysql/distinfo b/databases/p5-DBD-mysql/distinfo
index 02dd3f384fbb..c365d76c026f 100644
--- a/databases/p5-DBD-mysql/distinfo
+++ b/databases/p5-DBD-mysql/distinfo
@@ -1 +1 @@
-MD5 (DBD-mysql-2.1024.tar.gz) = e5638e0f005492d7245169c9aa871417
+MD5 (DBD-mysql-2.1026.tar.gz) = bf423505ebe8c799299e707b9efbba31
diff --git a/databases/p5-DBD-mysql/pkg-comment b/databases/p5-DBD-mysql/pkg-comment
deleted file mode 100644
index 270c05e228d8..000000000000
--- a/databases/p5-DBD-mysql/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-MySQL driver for the Perl5 Database Interface (DBI)
diff --git a/databases/p5-DBD-mysql/pkg-descr b/databases/p5-DBD-mysql/pkg-descr
index df5d647bef62..e31ddbbb101c 100644
--- a/databases/p5-DBD-mysql/pkg-descr
+++ b/databases/p5-DBD-mysql/pkg-descr
@@ -5,7 +5,7 @@ MySQL relational database management system. Most functions provided by
this programming API are supported. Some rarely used functions are
missing, mainly because noone ever requested them.
-WWW: http://search.cpan.org/search?dist=DBD-mysql
+WWW: http://search.cpan.org/dist/DBD-mysql/
-- Sergey Skvortsov
skv@FreeBSD.org