diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-07 01:04:07 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-07 01:04:07 +0800 |
commit | f4dfbed4b370760f292c0896ff528d3f7687ceb2 (patch) | |
tree | 30154da101e4d03f36df17dbd1596aa6ae01685c /databases/pear-DB | |
parent | f47e8706fe4db03bcde6097a76a6eff1a89e9a05 (diff) | |
download | freebsd-ports-gnome-f4dfbed4b370760f292c0896ff528d3f7687ceb2.tar.gz freebsd-ports-gnome-f4dfbed4b370760f292c0896ff528d3f7687ceb2.tar.zst freebsd-ports-gnome-f4dfbed4b370760f292c0896ff528d3f7687ceb2.zip |
- Update to 1.7.9
PR: ports/108837
Submitted by: Thomas Abthorpe <thomas at goodking.ca> (maintainer)
Diffstat (limited to 'databases/pear-DB')
-rw-r--r-- | databases/pear-DB/Makefile | 25 | ||||
-rw-r--r-- | databases/pear-DB/distinfo | 6 |
2 files changed, 17 insertions, 14 deletions
diff --git a/databases/pear-DB/Makefile b/databases/pear-DB/Makefile index de18d0795918..39cd73064270 100644 --- a/databases/pear-DB/Makefile +++ b/databases/pear-DB/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DB -PORTVERSION= 1.7.8 +PORTVERSION= 1.7.9 PORTEPOCH= 1 CATEGORIES= databases www pear DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/} @@ -26,16 +26,19 @@ TESTS= db_error.phpt db_parsedsn.phpt db_factory.phpt db_ismanip.phpt \ db_error2.phpt errors.inc fetchmode_object.inc fetchmodes.inc \ include.inc limit.inc numcols.inc numrows.inc \ prepexe.inc run.cvs sequences.inc simplequery.inc \ - transactions.inc skipif.inc driver/01connect.phpt \ - driver/02fetch.phpt driver/03simplequery.phpt \ - driver/04numcols.phpt driver/05sequences.phpt \ - driver/06prepexec.phpt driver/08affectedrows.phpt \ - driver/09numrows.phpt driver/10errormap.phpt \ - driver/11transactions.phpt driver/13limit.phpt \ - driver/14fetchmode_object.phpt driver/15quote.phpt \ - driver/16tableinfo.phpt driver/17query.phpt driver/18get.phpt \ - driver/19getlistof.phpt driver/connect.inc driver/mktable.inc \ - driver/multiconnect.php driver/run.cvs driver/setup.inc.cvs \ + transactions.inc skipif.inc \ + driver/01connect.phpt driver/02fetch.phpt \ + driver/03simplequery.phpt driver/04numcols.phpt \ + driver/05sequences.phpt driver/06prepexec.phpt \ + driver/08affectedrows.phpt driver/09numrows.phpt \ + driver/10errormap.phpt driver/11transactions.phpt \ + driver/13limit.phpt driver/14fetchmode_object.phpt \ + driver/15quote.phpt driver/16tableinfo.phpt \ + driver/17query.phpt driver/18get.phpt \ + driver/19getlistof.phpt driver/20locale.phpt \ + driver/21freeResult.phpt driver/connect.inc \ + driver/mktable.inc driver/multiconnect.php \ + driver/run.cvs driver/setup.inc.cvs \ driver/skipif.inc _DOCSDIR= doc diff --git a/databases/pear-DB/distinfo b/databases/pear-DB/distinfo index 664bab3cc1d5..24041b5125f9 100644 --- a/databases/pear-DB/distinfo +++ b/databases/pear-DB/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/DB-1.7.8.tgz) = 2c8f7fdd3d49fa8bd0fa43ac392e619c -SHA256 (PEAR/DB-1.7.8.tgz) = f12f1a357c310e01e05c8b4fce32cdfa8eb48ea657476f1269810fd5e78eb620 -SIZE (PEAR/DB-1.7.8.tgz) = 131552 +MD5 (PEAR/DB-1.7.9.tgz) = 9edf89806eb59b46f061ccc7fbe54fd8 +SHA256 (PEAR/DB-1.7.9.tgz) = e9ad22eb8fc3194b12a138ebc72ffdb1216d68670a0ab60062e122c94371ff75 +SIZE (PEAR/DB-1.7.9.tgz) = 131858 |