Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jul 2001 23:24:49 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29130: Update databases/dbiwrapper to 0.12
Message-ID:  <200107220324.f6M3OnV81131@electron.databits.net>

next in thread | raw e-mail | index | archive | help

>Number:         29130
>Category:       ports
>Synopsis:       Update databases/dbiwrapper to 0.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 21 20:30:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Jul 13 09:58:28 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386

>Description:

- update to version 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@)

Repocopy, anyone? :)

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/dbiwrapper/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2001/07/16 07:22:50	1.1
+++ Makefile	2001/07/22 03:16:30
@@ -5,11 +5,12 @@
 # $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
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/dbiwrapper/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	2001/07/16 07:22:50	1.1
+++ distinfo	2001/07/22 03:16:45
@@ -1 +1 @@
-MD5 (dbi_wrapper-0.11.tar.gz) = 17ab176ae4e274a2897ddacfafa3b403
+MD5 (dbi_wrapper-0.12.tar.gz) = 4a0f074696b93e3af75522cbbd71d3aa
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/databases/dbiwrapper/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	2001/07/16 07:22:50	1.1
+++ pkg-descr	2001/07/22 03:13:16
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107220324.f6M3OnV81131>