aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2011-10-10 17:37:20 +0000
committerEitan Adler <eadler@FreeBSD.org>2011-10-10 17:37:20 +0000
commitc577ba5fa9b1ebe9f1c22eba4fffd74e60f4249c (patch)
tree80c6d8da2d568f79577ca4f426bc7a18e3d6dc90 /databases
parent6d6e6a59bccc47ccad73dd5c72eb7814fba70ca8 (diff)
downloadports-c577ba5fa9b1ebe9f1c22eba4fffd74e60f4249c.tar.gz
ports-c577ba5fa9b1ebe9f1c22eba4fffd74e60f4249c.zip
- update to 1.324
- update pkg-descr PR: ports/161313 Submitted by: Nicolas de Bari Embriz <nbari@dalmp.com> (maintainer) Approved by: sahil (mentor)
Notes
Notes: svn path=/head/; revision=283341
Diffstat (limited to 'databases')
-rw-r--r--databases/dalmp/Makefile2
-rw-r--r--databases/dalmp/distinfo4
-rw-r--r--databases/dalmp/pkg-descr3
-rw-r--r--databases/dalmp/pkg-plist1
4 files changed, 6 insertions, 4 deletions
diff --git a/databases/dalmp/Makefile b/databases/dalmp/Makefile
index b9aabd247ba2..6215aa8035f6 100644
--- a/databases/dalmp/Makefile
+++ b/databases/dalmp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dalmp
-PORTVERSION= 1.321
+PORTVERSION= 1.324
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE
diff --git a/databases/dalmp/distinfo b/databases/dalmp/distinfo
index eb2ef394dc3c..c251204d4487 100644
--- a/databases/dalmp/distinfo
+++ b/databases/dalmp/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dalmp-1.321.tar.bz2) = 91f8bb72bce53db306d8094a70ff2e469e8748774725b50070677ece4b4995cf
-SIZE (dalmp-1.321.tar.bz2) = 18547
+SHA256 (dalmp-1.324.tar.bz2) = 2afad118f8b664de5db80f2b5e7f04ec6c0066f45d0b0f56342b9a40cf03fa49
+SIZE (dalmp-1.324.tar.bz2) = 19550
diff --git a/databases/dalmp/pkg-descr b/databases/dalmp/pkg-descr
index af1c60dd39a1..0958fa838280 100644
--- a/databases/dalmp/pkg-descr
+++ b/databases/dalmp/pkg-descr
@@ -14,6 +14,7 @@ Details:
Store sessions on database(mysql/sqlite) or a cache like redis/memcache/apc.
Easy to use/install/adapt DALMP is just a single file.
Nested Transactions (SAVEPOINT / ROLLBACK TO SAVEPOINT).
- sql queue.
+ SQL queues.
+ support connections via unix sockets.
WWW: http://code.google.com/p/dalmp
diff --git a/databases/dalmp/pkg-plist b/databases/dalmp/pkg-plist
index 8afbfcab9fd1..64659c5f4ee3 100644
--- a/databases/dalmp/pkg-plist
+++ b/databases/dalmp/pkg-plist
@@ -11,6 +11,7 @@
%%DATADIR%%/examples/queueURL.php
%%DATADIR%%/examples/sessions.php
%%DATADIR%%/examples/sqliteSessions.php
+%%DATADIR%%/examples/start.php
%%DATADIR%%/examples/transactions.php
%%DATADIR%%/mplt.php
@dirrm %%DATADIR%%/examples