diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-07-22 03:46:53 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-07-22 03:46:53 +0000 |
commit | fc7247006aad5856f99618f84b04307bf4712ed5 (patch) | |
tree | ffc4479804b907084cdf848799faefdb816fd800 /databases | |
parent | c73f088f3d16b73135ab1dbfcfe58184ac98f3ae (diff) | |
download | FreeBSD-ports-fc7247006aad5856f99618f84b04307bf4712ed5.zip FreeBSD-ports-fc7247006aad5856f99618f84b04307bf4712ed5.tar.gz |
Update to 0.12
update pkg-descr to point out this is a Perl module (suggested by mi@)
rename port to p5-DBIWrapper (also suggested by mi@)
PR: 29130
Submitted by: maintainer
Diffstat (limited to 'databases')
-rw-r--r-- | databases/dbiwrapper/Makefile | 10 | ||||
-rw-r--r-- | databases/dbiwrapper/distinfo | 2 | ||||
-rw-r--r-- | databases/dbiwrapper/pkg-descr | 4 | ||||
-rw-r--r-- | databases/p5-DBIWrapper/Makefile | 10 | ||||
-rw-r--r-- | databases/p5-DBIWrapper/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-DBIWrapper/pkg-descr | 4 |
6 files changed, 18 insertions, 14 deletions
diff --git a/databases/dbiwrapper/Makefile b/databases/dbiwrapper/Makefile index b61918c..57fdf15 100644 --- a/databases/dbiwrapper/Makefile +++ b/databases/dbiwrapper/Makefile @@ -5,16 +5,18 @@ # $FreeBSD$ # -PORTNAME= dbiwrapper -PORTVERSION= 0.11 +PORTNAME= DBIWrapper +PORTVERSION= 0.12 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= dbiwrapper +PKGNAMEPREFIX= p5- DISTNAME= dbi_wrapper-${PORTVERSION} MAINTAINER= petef@databits.net -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/databases/dbiwrapper/distinfo b/databases/dbiwrapper/distinfo index d96be14..28a9ec9 100644 --- a/databases/dbiwrapper/distinfo +++ b/databases/dbiwrapper/distinfo @@ -1 +1 @@ -MD5 (dbi_wrapper-0.11.tar.gz) = 17ab176ae4e274a2897ddacfafa3b403 +MD5 (dbi_wrapper-0.12.tar.gz) = 4a0f074696b93e3af75522cbbd71d3aa diff --git a/databases/dbiwrapper/pkg-descr b/databases/dbiwrapper/pkg-descr index d1993c6..c80f662 100644 --- a/databases/dbiwrapper/pkg-descr +++ b/databases/dbiwrapper/pkg-descr @@ -1,5 +1,5 @@ -DBIWrapper is the generic database Object for accessing -the DBI database interface. It provides the lowest level +DBIWrapper is a generic database Perl module for accessing +the Perl DBI database interface. It provides the lowest level of functionality needed by any program wanting to access databases via the DBI. Currently, DBIWrapper is only aware of Pg (PostgreSQL), mysql (MySQL) and ODBC DBD diff --git a/databases/p5-DBIWrapper/Makefile b/databases/p5-DBIWrapper/Makefile index b61918c..57fdf15 100644 --- a/databases/p5-DBIWrapper/Makefile +++ b/databases/p5-DBIWrapper/Makefile @@ -5,16 +5,18 @@ # $FreeBSD$ # -PORTNAME= dbiwrapper -PORTVERSION= 0.11 +PORTNAME= DBIWrapper +PORTVERSION= 0.12 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= dbiwrapper +PKGNAMEPREFIX= p5- DISTNAME= dbi_wrapper-${PORTVERSION} MAINTAINER= petef@databits.net -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/databases/p5-DBIWrapper/distinfo b/databases/p5-DBIWrapper/distinfo index d96be14..28a9ec9 100644 --- a/databases/p5-DBIWrapper/distinfo +++ b/databases/p5-DBIWrapper/distinfo @@ -1 +1 @@ -MD5 (dbi_wrapper-0.11.tar.gz) = 17ab176ae4e274a2897ddacfafa3b403 +MD5 (dbi_wrapper-0.12.tar.gz) = 4a0f074696b93e3af75522cbbd71d3aa diff --git a/databases/p5-DBIWrapper/pkg-descr b/databases/p5-DBIWrapper/pkg-descr index d1993c6..c80f662 100644 --- a/databases/p5-DBIWrapper/pkg-descr +++ b/databases/p5-DBIWrapper/pkg-descr @@ -1,5 +1,5 @@ -DBIWrapper is the generic database Object for accessing -the DBI database interface. It provides the lowest level +DBIWrapper is a generic database Perl module for accessing +the Perl DBI database interface. It provides the lowest level of functionality needed by any program wanting to access databases via the DBI. Currently, DBIWrapper is only aware of Pg (PostgreSQL), mysql (MySQL) and ODBC DBD |