aboutsummaryrefslogtreecommitdiffstats
path: root/databases/dalmp
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2011-09-11 03:44:31 +0800
committerzi <zi@FreeBSD.org>2011-09-11 03:44:31 +0800
commit2293d7d3d2b46b3aca76fc491b822e834e470301 (patch)
treee58d93f4f4812a85f160e54908b889def2a7b07f /databases/dalmp
parent54a24d27494b4ee81cecc2ad3485f5dd7695fc4d (diff)
downloadfreebsd-ports-gnome-2293d7d3d2b46b3aca76fc491b822e834e470301.tar.gz
freebsd-ports-gnome-2293d7d3d2b46b3aca76fc491b822e834e470301.tar.zst
freebsd-ports-gnome-2293d7d3d2b46b3aca76fc491b822e834e470301.zip
- Update to 0.9.319
PR: ports/160622 Submitted by: nbari@dalmp.com (maintainer) Approved by: wxs, tabthorpe (mentors, implicit)
Diffstat (limited to 'databases/dalmp')
-rw-r--r--databases/dalmp/Makefile2
-rw-r--r--databases/dalmp/distinfo4
-rw-r--r--databases/dalmp/pkg-descr2
-rw-r--r--databases/dalmp/pkg-plist1
4 files changed, 5 insertions, 4 deletions
diff --git a/databases/dalmp/Makefile b/databases/dalmp/Makefile
index 212025cbd1ac..9efecaf8a2d7 100644
--- a/databases/dalmp/Makefile
+++ b/databases/dalmp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dalmp
-PORTVERSION= 0.9.315
+PORTVERSION= 0.9.319
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
diff --git a/databases/dalmp/distinfo b/databases/dalmp/distinfo
index 22d84a385d5e..459df7e7f061 100644
--- a/databases/dalmp/distinfo
+++ b/databases/dalmp/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dalmp-0.9.315.tar.bz2) = 9fb1258464a05d010898e73fd4fd453d7b74a7724939056e874595a683b2f198
-SIZE (dalmp-0.9.315.tar.bz2) = 17965
+SHA256 (dalmp-0.9.319.tar.bz2) = a801a7f42b0fae24f1f8d5a63274121e8d909cb22704d3a80b5e5ee784e85503
+SIZE (dalmp-0.9.319.tar.bz2) = 18634
diff --git a/databases/dalmp/pkg-descr b/databases/dalmp/pkg-descr
index 0fe1ba4076cb..af1c60dd39a1 100644
--- a/databases/dalmp/pkg-descr
+++ b/databases/dalmp/pkg-descr
@@ -8,7 +8,7 @@ Details:
apc support.
Group caching, cache by groups and flush by groups or individual keys.
Disk cache support.
- Prepared statements ready.
+ Prepared statements ready, support dynamic building queries.
Secure connections with SSL.
Ability to use different cache types at the same time.
Store sessions on database(mysql/sqlite) or a cache like redis/memcache/apc.
diff --git a/databases/dalmp/pkg-plist b/databases/dalmp/pkg-plist
index 0f276ba32c42..8afbfcab9fd1 100644
--- a/databases/dalmp/pkg-plist
+++ b/databases/dalmp/pkg-plist
@@ -5,6 +5,7 @@
%%DATADIR%%/examples/cache.php
%%DATADIR%%/examples/cache-group.php
%%DATADIR%%/examples/curl.php
+%%DATADIR%%/examples/preparedStatements.php
%%DATADIR%%/examples/query_Execute.php
%%DATADIR%%/examples/queue.php
%%DATADIR%%/examples/queueURL.php