mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
update to 4.52
PR: 71079 Submitted by: maintainer
This commit is contained in:
parent
9abb35f0d8
commit
db0603d7db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117519
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= adodb
|
||||
PORTVERSION= 4.50
|
||||
PORTVERSION= 4.52
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= adodb
|
||||
@ -77,6 +77,8 @@ LANG= adodb-bg.inc.php adodb-bgutf8.inc.php \
|
||||
adodb-pl.inc.php adodb-pt-br.inc.php adodb-ro.inc.php \
|
||||
adodb-ru1251.inc.php adodb-sv.inc.php
|
||||
|
||||
PEAR= readme.Auth.txt Auth/Container/ADOdb.php
|
||||
|
||||
PERF= perf-db2.inc.php perf-informix.inc.php perf-mssql.inc.php \
|
||||
perf-mysql.inc.php perf-oci8.inc.php perf-postgres.inc.php
|
||||
|
||||
@ -88,9 +90,10 @@ SESSION=adodb-compress-bzip2.php adodb-compress-gzip.php \
|
||||
old/adodb-cryptsession.php old/adodb-session-clob.php \
|
||||
old/adodb-session.php old/crypt.inc.php
|
||||
|
||||
XSL= convert-0.1-0.2.xsl convert-0.2-0.1.xsl
|
||||
XSL= convert-0.1-0.2.xsl convert-0.2-0.1.xsl remove-0.2.xsl
|
||||
|
||||
TESTS= benchmark.php client.php test-datadict.php test.php test2.php \
|
||||
TESTS= benchmark.php client.php pdo.php test-datadict.php test-perf.php \
|
||||
test-pgblob.php test-php5.php test-xmlschema.php test.php test2.php \
|
||||
test3.php test4.php test5.php test_rs_array.php testcache.php \
|
||||
testdatabases.inc.php testgenid.php testmssql.php testoci8.php \
|
||||
testoci8cursor.php testpaging.php testpear.php testsessions.php \
|
||||
@ -100,7 +103,8 @@ do-install:
|
||||
@${MKDIR} ${PREFIX}/${ADODB_DIR} ${PREFIX}/${ADODB_DIR}/contrib \
|
||||
${PREFIX}/${ADODB_DIR}/datadict ${PREFIX}/${ADODB_DIR}/drivers \
|
||||
${PREFIX}/${ADODB_DIR}/lang ${PREFIX}/${ADODB_DIR}/perf \
|
||||
${PREFIX}/${ADODB_DIR}/session/old ${PREFIX}/${ADODB_DIR}/xsl
|
||||
${PREFIX}/${ADODB_DIR}/session/old ${PREFIX}/${ADODB_DIR}/xsl \
|
||||
${PREFIX}/${ADODB_DIR}/pear/Auth/Container
|
||||
.for FILE in ${BASE}
|
||||
${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/${ADODB_DIR}/${FILE}
|
||||
.endfor
|
||||
@ -116,6 +120,9 @@ do-install:
|
||||
.for FILE in ${LANG}
|
||||
${INSTALL_DATA} ${WRKSRC}/lang/${FILE} ${PREFIX}/${ADODB_DIR}/lang/${FILE}
|
||||
.endfor
|
||||
.for FILE in ${PEAR}
|
||||
${INSTALL_DATA} ${WRKSRC}/pear/${FILE} ${PREFIX}/${ADODB_DIR}/pear/${FILE}
|
||||
.endfor
|
||||
.for FILE in ${PERF}
|
||||
${INSTALL_DATA} ${WRKSRC}/perf/${FILE} ${PREFIX}/${ADODB_DIR}/perf/${FILE}
|
||||
.endfor
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (adodb450.tgz) = 4605855e79ab5ae4718bfee28c8f675b
|
||||
SIZE (adodb450.tgz) = 367343
|
||||
MD5 (adodb452.tgz) = 875b59c3bb4d459d5ce662f9b262389e
|
||||
SIZE (adodb452.tgz) = 375145
|
||||
|
@ -87,6 +87,8 @@
|
||||
%%ADODB_DIR%%/lang/adodb-ro.inc.php
|
||||
%%ADODB_DIR%%/lang/adodb-ru1251.inc.php
|
||||
%%ADODB_DIR%%/lang/adodb-sv.inc.php
|
||||
%%ADODB_DIR%%/pear/readme.Auth.txt
|
||||
%%ADODB_DIR%%/pear/Auth/Container/ADOdb.php
|
||||
%%ADODB_DIR%%/perf/perf-db2.inc.php
|
||||
%%ADODB_DIR%%/perf/perf-informix.inc.php
|
||||
%%ADODB_DIR%%/perf/perf-mssql.inc.php
|
||||
@ -112,11 +114,12 @@
|
||||
%%ADODB_DIR%%/session/old/crypt.inc.php
|
||||
%%ADODB_DIR%%/xsl/convert-0.1-0.2.xsl
|
||||
%%ADODB_DIR%%/xsl/convert-0.2-0.1.xsl
|
||||
%%ADODB_DIR%%/xsl/remove-0.2.xsl
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/benchmark.php
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/client.php
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/pdo.php
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/test-datadict.php
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/test-pref.php
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/test-perf.php
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/test-pgblob.php
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/test-php5.php
|
||||
%%TESTS%%%%ADODB_DIR%%/tests/test-xmlschema.php
|
||||
@ -156,6 +159,9 @@
|
||||
@dirrm %%ADODB_DIR%%/datadict
|
||||
@dirrm %%ADODB_DIR%%/drivers
|
||||
@dirrm %%ADODB_DIR%%/lang
|
||||
@dirrm %%ADODB_DIR%%/pear/Auth/Container
|
||||
@dirrm %%ADODB_DIR%%/pear/Auth
|
||||
@dirrm %%ADODB_DIR%%/pear
|
||||
@dirrm %%ADODB_DIR%%/perf
|
||||
@dirrm %%ADODB_DIR%%/session/old
|
||||
@dirrm %%ADODB_DIR%%/session
|
||||
|
Loading…
Reference in New Issue
Block a user