aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-02-08 13:23:09 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-02-08 13:23:09 +0000
commitf7a37b19f199ae07f54654e62953b8427b38ee08 (patch)
treedee075370ab495a891d9600aff0feb25a744621c /databases
parent8924a8d8075be02f590790f4305e953964985869 (diff)
downloadports-f7a37b19f199ae07f54654e62953b8427b38ee08.tar.gz
ports-f7a37b19f199ae07f54654e62953b8427b38ee08.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBD-mysql/Makefile10
-rw-r--r--databases/p5-DBD-mysql/distinfo2
-rw-r--r--databases/p5-DBD-mysql/pkg-descr17
-rw-r--r--databases/p5-DBD-mysql/pkg-plist1
4 files changed, 16 insertions, 14 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile
index 70f9f89f3a89..ba13fa724555 100644
--- a/databases/p5-DBD-mysql/Makefile
+++ b/databases/p5-DBD-mysql/Makefile
@@ -1,18 +1,18 @@
-# New ports collection makefile for: p5-Mysql-modules
-# Date created: September 29th 1996
-# Whom: James FitzGibbon <jfitz@FreeBSD.org>
+# New ports collection makefile for: DBD::mysql
+# Date created: 27 Nov 2001
+# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= DBD-mysql
-PORTVERSION= 2.1004
+PORTVERSION= 2.1010
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
PKGNAMEPREFIX= p5-
-MAINTAINER= skv@protey.ru
+MAINTAINER= skv@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
diff --git a/databases/p5-DBD-mysql/distinfo b/databases/p5-DBD-mysql/distinfo
index 2d026ee85d08..ac5f47a7ff0b 100644
--- a/databases/p5-DBD-mysql/distinfo
+++ b/databases/p5-DBD-mysql/distinfo
@@ -1 +1 @@
-MD5 (DBD-mysql-2.1004.tar.gz) = c15dc25536260fab78b86890d1508e8f
+MD5 (DBD-mysql-2.1010.tar.gz) = 9ad86ec62d1a8e3b46eb829809821d83
diff --git a/databases/p5-DBD-mysql/pkg-descr b/databases/p5-DBD-mysql/pkg-descr
index dd065ed4f44d..df5d647bef62 100644
--- a/databases/p5-DBD-mysql/pkg-descr
+++ b/databases/p5-DBD-mysql/pkg-descr
@@ -1,10 +1,11 @@
-DBD::mysql is the Perl5 Database Interface driver for the
-MySQL database. In other words: DBD::mysql is an interface
-between the Perl programming language and the MySQL
-programming API that comes with the 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.
+DBD::mysql is the Perl5 Database Interface driver for the MySQL
+database. In other words: DBD::mysql is an interface between the Perl
+programming language and the MySQL programming API that comes with the
+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
+
+-- Sergey Skvortsov
+skv@FreeBSD.org
diff --git a/databases/p5-DBD-mysql/pkg-plist b/databases/p5-DBD-mysql/pkg-plist
index 10842784c96a..d9bf437f5d20 100644
--- a/databases/p5-DBD-mysql/pkg-plist
+++ b/databases/p5-DBD-mysql/pkg-plist
@@ -11,5 +11,6 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.so
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBD 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true