mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Update to 1.4.0
PR: ports/105386 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
This commit is contained in:
parent
c415b68d6e
commit
f65b519e55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177128
2 changed files with 9 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= DB_Table
|
PORTNAME= DB_Table
|
||||||
PORTVERSION= 1.2.1
|
PORTVERSION= 1.4.0
|
||||||
CATEGORIES= databases www pear
|
CATEGORIES= databases www pear
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
@ -20,7 +20,11 @@ LATEST_LINK= pear-DB_Table
|
||||||
OPTIONS= PEAR_HTML_QUICKFORM "PEAR::HTML_QuickForm support" off
|
OPTIONS= PEAR_HTML_QUICKFORM "PEAR::HTML_QuickForm support" off
|
||||||
|
|
||||||
CATEGORY= DB
|
CATEGORY= DB
|
||||||
FILES= Table.php Table/Manager.php Table/QuickForm.php Table/Valid.php
|
FILES= Table.php Table/Manager/ibase.php Table/Manager/mysql.php \
|
||||||
|
Table/Manager/mysqli.php Table/Manager/oci8.php \
|
||||||
|
Table/Manager/pgsql.php Table/Manager/sqlite.php \
|
||||||
|
Table/Date.php Table/Manager.php Table/QuickForm.php \
|
||||||
|
Table/Valid.php
|
||||||
DOCS= _sources.txt all-words.txt mssql-words.txt mysql-words.txt \
|
DOCS= _sources.txt all-words.txt mssql-words.txt mysql-words.txt \
|
||||||
oci8-words.txt pgsql-words.txt sql92-words.txt sql99-words.txt \
|
oci8-words.txt pgsql-words.txt sql92-words.txt sql99-words.txt \
|
||||||
sqlite-words.txt
|
sqlite-words.txt
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (PEAR/DB_Table-1.2.1.tgz) = 7edbdd378f0d7f541b02778919dd06a1
|
MD5 (PEAR/DB_Table-1.4.0.tgz) = cb3c4fce056b60d0934b57932a8e0b0a
|
||||||
SHA256 (PEAR/DB_Table-1.2.1.tgz) = 4fee5a912c3d2f18d1f3ab6264c7d8601d02dbb85d5fa5a85b498c57da0f19f4
|
SHA256 (PEAR/DB_Table-1.4.0.tgz) = cd2905126f0c23228e35000a97a296c647dc7a64f88272b53cbbeb49843ac78c
|
||||||
SIZE (PEAR/DB_Table-1.2.1.tgz) = 28927
|
SIZE (PEAR/DB_Table-1.4.0.tgz) = 47887
|
||||||
|
|
Loading…
Add table
Reference in a new issue