aboutsummaryrefslogtreecommitdiff
path: root/databases/adodb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/adodb/Makefile')
-rw-r--r--databases/adodb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/adodb/Makefile b/databases/adodb/Makefile
index 85b6804a7c3d..04d21d897b10 100644
--- a/databases/adodb/Makefile
+++ b/databases/adodb/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= adodb
-PORTVERSION= 1.90
+PORTVERSION= 2.50
CATEGORIES= databases www
MASTER_SITES= http://phplens.com/lens/dl/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
@@ -62,7 +62,6 @@ INCLUDES= adodb-csvlib.inc.php \
adodb.inc.php \
adodb-lib.inc.php \
adodb-pear.inc.php \
- client.php \
crypt.inc.php \
tohtml.inc.php
@@ -76,6 +75,7 @@ SAMPLES= adodb-cryptsession.php \
server.php
TESTS= tests/benchmark.php \
+ tests/client.php \
tests/test.php \
tests/test2.php \
tests/test3.php \