Date: 5 Oct 2011 19:45:54 -0000 From: Nicolas de Bari Embriz <nbari@dalmp.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: nbari@dalmp.com Subject: ports/161313: update port databases/dalmp Message-ID: <20111005194554.21142.qmail@eu.route.mx> Resent-Message-ID: <201110052009.p95K9esF058533@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 161313 >Category: ports >Synopsis: update port databases/dalmp >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 05 20:09:40 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Nicolas de Bari Embriz <nbari@dalmp.com> >Release: >Organization: >Environment: >Description: Fixed database method to accept sockets (/tmp/mysql.sock) Fixed connection to properly throw an exception instead of an error Added an example 'start.php' describing how to connect using different DSN options Cleaned code >How-To-Repeat: >Fix: --- dalmp.diff begins here --- 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 --- dalmp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111005194554.21142.qmail>