diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-17 20:44:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-17 20:44:12 +0000 |
commit | ff31becc28f8d58d95361264897382fb32b74dac (patch) | |
tree | 0b7f3e67a9079046958177b1c68906166e8c3015 /databases/pear-DB/Makefile | |
parent | c062bf36a6f5a5f7c7b779cbaa49415430bced26 (diff) | |
download | ports-ff31becc28f8d58d95361264897382fb32b74dac.tar.gz ports-ff31becc28f8d58d95361264897382fb32b74dac.zip |
Notes
Diffstat (limited to 'databases/pear-DB/Makefile')
-rw-r--r-- | databases/pear-DB/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/pear-DB/Makefile b/databases/pear-DB/Makefile index bd923c47780f..b55e89a92540 100644 --- a/databases/pear-DB/Makefile +++ b/databases/pear-DB/Makefile @@ -6,9 +6,10 @@ # PORTNAME= DB -PORTVERSION= 1.7.7 +PORTVERSION= 1.7.8.r1 PORTEPOCH= 1 CATEGORIES= databases www pear +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/} MAINTAINER= thomas@goodking.ca COMMENT= PEAR Database Abstraction Layer @@ -18,8 +19,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} FILES= DB.php DB/common.php DB/dbase.php DB/fbsql.php DB/ibase.php \ DB/ifx.php DB/msql.php DB/mssql.php DB/mysql.php DB/mysqli.php \ - DB/oci8.php DB/odbc.php DB/pgsql.php DB/sybase.php DB/storage.php \ - DB/sqlite.php + DB/oci8.php DB/odbc.php DB/pgsql.php DB/sybase.php \ + DB/storage.php DB/sqlite.php DOCS= IDEAS MAINTAINERS STATUS TESTERS TESTS= db_error.phpt db_parsedsn.phpt db_factory.phpt db_ismanip.phpt \ db_error2.phpt errors.inc fetchmode_object.inc fetchmodes.inc \ |