mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Update to 4.92
PR: ports/103754 Submitted by: Martin Matuska <martin(at)matuska.org> (maintainer)
This commit is contained in:
parent
ba70d6b79b
commit
b3ba4503e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174138
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= adodb
|
||||
PORTVERSION= 4.80
|
||||
PORTVERSION= 4.92
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= adodb
|
||||
@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= martin@matuska.org
|
||||
COMMENT= Database library for PHP
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHP= pcre
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
NO_BUILD= YES
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (adodb480.tgz) = 942164adfc953173205231b9522304e0
|
||||
SHA256 (adodb480.tgz) = cb2cff6e2d1c908c5479709b6ccac73fe209353ea0e785a2fa71380b147d7961
|
||||
SIZE (adodb480.tgz) = 452518
|
||||
MD5 (adodb492.tgz) = 5ed194f08d251d405e8cd31b0244a329
|
||||
SHA256 (adodb492.tgz) = 463bceef22c2810f0572ac6d8246737f4c13d3481a1079ef928daa5c3a9fa0a1
|
||||
SIZE (adodb492.tgz) = 467569
|
||||
|
@ -7,6 +7,7 @@
|
||||
%%ADODB_DIR%%/adodb-exceptions.inc.php
|
||||
%%ADODB_DIR%%/adodb-iterator.inc.php
|
||||
%%ADODB_DIR%%/adodb-lib.inc.php
|
||||
%%ADODB_DIR%%/adodb-memcache.lib.inc.php
|
||||
%%ADODB_DIR%%/adodb-pager.inc.php
|
||||
%%ADODB_DIR%%/adodb-pear.inc.php
|
||||
%%ADODB_DIR%%/adodb-perf.inc.php
|
||||
@ -114,13 +115,16 @@
|
||||
%%ADODB_DIR%%/session/adodb-compress-bzip2.php
|
||||
%%ADODB_DIR%%/session/adodb-compress-gzip.php
|
||||
%%ADODB_DIR%%/session/adodb-cryptsession.php
|
||||
%%ADODB_DIR%%/session/adodb-cryptsession2.php
|
||||
%%ADODB_DIR%%/session/adodb-encrypt-mcrypt.php
|
||||
%%ADODB_DIR%%/session/adodb-encrypt-md5.php
|
||||
%%ADODB_DIR%%/session/adodb-encrypt-secret.php
|
||||
%%ADODB_DIR%%/session/adodb-encrypt-sha1.php
|
||||
%%ADODB_DIR%%/session/adodb-sess.txt
|
||||
%%ADODB_DIR%%/session/adodb-session-clob.php
|
||||
%%ADODB_DIR%%/session/adodb-session-clob2.php
|
||||
%%ADODB_DIR%%/session/adodb-session.php
|
||||
%%ADODB_DIR%%/session/adodb-session2.php
|
||||
%%ADODB_DIR%%/session/adodb-sessions.mysql.sql
|
||||
%%ADODB_DIR%%/session/adodb-sessions.oracle.clob.sql
|
||||
%%ADODB_DIR%%/session/adodb-sessions.oracle.sql
|
||||
@ -130,6 +134,7 @@
|
||||
%%ADODB_DIR%%/session/old/adodb-session.php
|
||||
%%ADODB_DIR%%/session/old/crypt.inc.php
|
||||
%%ADODB_DIR%%/session/session_schema.xml
|
||||
%%ADODB_DIR%%/session/session_schema2.xml
|
||||
%%ADODB_DIR%%/xsl/convert-0.1-0.2.xsl
|
||||
%%ADODB_DIR%%/xsl/convert-0.1-0.3.xsl
|
||||
%%ADODB_DIR%%/xsl/convert-0.2-0.1.xsl
|
||||
@ -137,10 +142,11 @@
|
||||
%%ADODB_DIR%%/xsl/remove-0.2.xsl
|
||||
%%ADODB_DIR%%/xsl/remove-0.3.xsl
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/benchmark.php
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/cf~testsessions.php
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/client.php
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/pdo.php
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/rr.htm
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/test-active-record.php
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/test-active-recs2.php
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/test-datadict.php
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/test-perf.php
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/test-pgblob.php
|
||||
@ -170,6 +176,7 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs-datadict.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs-oracle.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs-perf.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs-session.old.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs-session.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/license.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/old-changelog.htm
|
||||
|
Loading…
x
Reference in New Issue
Block a user