aboutsummaryrefslogtreecommitdiff
path: root/databases/dalmp
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2011-09-10 19:44:31 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2011-09-10 19:44:31 +0000
commitc44fe8145e2f45dcb9b34b1e77f31bcbe89e5bd7 (patch)
tree06d5496a17648a3e344be54167b6eb0baced675b /databases/dalmp
parentb2db0a11a60c705bd6549c3649b10d9939f43122 (diff)
downloadports-c44fe8145e2f45dcb9b34b1e77f31bcbe89e5bd7.tar.gz
ports-c44fe8145e2f45dcb9b34b1e77f31bcbe89e5bd7.zip
- Update to 0.9.319
PR: ports/160622 Submitted by: nbari@dalmp.com (maintainer) Approved by: wxs, tabthorpe (mentors, implicit)
Notes
Notes: svn path=/head/; revision=281597
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