diff -urN dalmp-old/Makefile dalmp/Makefile --- dalmp-old/Makefile 2011-10-05 19:31:52.000000000 +0000 +++ dalmp/Makefile 2011-10-05 19:32:08.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= dalmp -PORTVERSION= 1.321 +PORTVERSION= 1.324 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE diff -urN dalmp-old/distinfo dalmp/distinfo --- dalmp-old/distinfo 2011-10-05 19:31:52.000000000 +0000 +++ dalmp/distinfo 2011-10-05 19:33:54.000000000 +0000 @@ -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 -urN dalmp-old/pkg-descr dalmp/pkg-descr --- dalmp-old/pkg-descr 2011-10-05 19:31:52.000000000 +0000 +++ dalmp/pkg-descr 2011-10-05 19:35:09.000000000 +0000 @@ -14,6 +14,7 @@ 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 -urN dalmp-old/pkg-plist dalmp/pkg-plist --- dalmp-old/pkg-plist 2011-10-05 19:31:52.000000000 +0000 +++ dalmp/pkg-plist 2011-10-05 19:32:34.000000000 +0000 @@ -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