Skip site navigation (1)Skip section navigation (2)
Date:      27 Mar 2002 22:00:41 -0000
From:      "ago" <a.go@wish.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36389: Fix databases/adodb
Message-ID:  <20020327220041.37513.qmail@mandark.attica.home>

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

>Number:         36389
>Category:       ports
>Synopsis:       Fix databases/adodb
>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:   Wed Mar 27 14:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     ago
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD mandark.attica.home 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Mar 27 01:54:20 CET 2002 toor@mandark.attica.home:/usr/obj/usr/src/sys/CUSTOM i386


>Description:
	Add a missing driver. Bump PORTREVISION because of this.

Modified:
	Makefile
	pkg-plist

>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ago/etc/cvsroot/ports/databases/adodb/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- Makefile	27 Mar 2002 21:30:53 -0000	1.28
+++ Makefile	27 Mar 2002 21:51:04 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	adodb
 PORTVERSION=	1.81
+PORTREVISION=	1
 CATEGORIES=	databases www
 MASTER_SITES=	http://phplens.com/lens/dl/
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//}
@@ -52,15 +53,16 @@
 		drivers/adodb-postgres.inc.php \
 		drivers/adodb-postgres7.inc.php \
 		drivers/adodb-proxy.inc.php \
+		drivers/adodb-sqlanywhere.inc.php \
 		drivers/adodb-sybase.inc.php \
 		drivers/adodb-vfp.inc.php \
 
 INCLUDES=	adodb-csvlib.inc.php \
 		adodb-errorhandler.inc.php \
 		adodb-errorpear.inc.php \
-		adodb-pear.inc.php \
-		adodb-lib.inc.php \
 		adodb.inc.php \
+		adodb-lib.inc.php \
+		adodb-pear.inc.php \
 		client.php \
 		crypt.inc.php \
 		tohtml.inc.php
Index: pkg-plist
===================================================================
RCS file: /home/ago/etc/cvsroot/ports/databases/adodb/pkg-plist,v
retrieving revision 1.15
diff -u -r1.15 pkg-plist
--- pkg-plist	27 Mar 2002 21:30:53 -0000	1.15
+++ pkg-plist	27 Mar 2002 21:28:53 -0000
@@ -37,6 +37,7 @@
 %%ADODB_DRIVERS%%/adodb-postgres.inc.php
 %%ADODB_DRIVERS%%/adodb-postgres7.inc.php
 %%ADODB_DRIVERS%%/adodb-proxy.inc.php
+%%ADODB_DRIVERS%%/adodb-sqlanywhere.inc.php
 %%ADODB_DRIVERS%%/adodb-sybase.inc.php
 %%ADODB_DRIVERS%%/adodb-vfp.inc.php
 %%ADODB_TESTS%%/benchmark.php.sample
>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?20020327220041.37513.qmail>