From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 5 20:09:41 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05D801065673 for ; Wed, 5 Oct 2011 20:09:41 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DC9DC8FC20 for ; Wed, 5 Oct 2011 20:09:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p95K9eaD058536 for ; Wed, 5 Oct 2011 20:09:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p95K9esF058533; Wed, 5 Oct 2011 20:09:40 GMT (envelope-from gnats) Resent-Date: Wed, 5 Oct 2011 20:09:40 GMT Resent-Message-Id: <201110052009.p95K9esF058533@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16D33106564A for ; Wed, 5 Oct 2011 19:45:57 +0000 (UTC) (envelope-from root@eu.route.mx) Received: from eu.route.mx (eu.route.mx [46.137.95.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8D8B48FC19 for ; Wed, 5 Oct 2011 19:45:56 +0000 (UTC) Received: (qmail 21143 invoked by uid 0); 5 Oct 2011 19:45:54 -0000 Message-Id: <20111005194554.21142.qmail@eu.route.mx> Date: 5 Oct 2011 19:45:54 -0000 From: Nicolas de Bari Embriz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: nbari@dalmp.com Subject: ports/161313: update port databases/dalmp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nbari@dalmp.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 20:09:41 -0000 >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 >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: