From root@ns4.ddns.mx  Sat Feb 26 01:25:43 2011
Return-Path: <root@ns4.ddns.mx>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B9262106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Feb 2011 01:25:43 +0000 (UTC)
	(envelope-from root@ns4.ddns.mx)
Received: from ns4.ddns.mx (ns4.ddns.mx [193.104.186.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 20BE78FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Feb 2011 01:25:42 +0000 (UTC)
Received: (qmail 9056 invoked by uid 0); 26 Feb 2011 01:25:39 -0000
Message-Id: <20110226012539.9055.qmail@ns4.ddns.mx>
Date: 26 Feb 2011 01:25:39 -0000
From: Nicolas de Bari Embriz <nbari@dalmp.com>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc: nbari@dalmp.com
Subject: update port databases/dalmp
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         155047
>Category:       ports
>Synopsis:       update port databases/dalmp
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 26 01:30:07 UTC 2011
>Closed-Date:    Mon Mar 14 16:08:20 UTC 2011
>Last-Modified:  Mon Mar 14 16:08:20 UTC 2011
>Originator:     Nicolas de Bari Embriz <nbari@dalmp.com>
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:


>Description:
  Fixed bug on sessions, causing sessions to be lost frecuently.
  Fixed method GetOne to complain the php strict standards
  Added support for storing sessions on sqlite
  Added the option to define DALMP_SITE_KEY, so users can use dalmp on the same server, with a diferent project/site without overwriting similar queries on diferent databases
  Method getLog creates the path if not exists. 
>How-To-Repeat:
	
>Fix:

	

--- dalmp.diff begins here ---
diff -urN dalmp-old/Makefile dalmp/Makefile
--- dalmp-old/Makefile	2011-02-26 02:04:37.000000000 +0100
+++ dalmp/Makefile	2011-02-26 02:06:35.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dalmp
-PORTVERSION=	0.9.287
+PORTVERSION=	0.9.297
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
diff -urN dalmp-old/distinfo dalmp/distinfo
--- dalmp-old/distinfo	2011-02-26 02:04:37.000000000 +0100
+++ dalmp/distinfo	2011-02-26 02:10:33.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (dalmp-0.9.287.tar.bz2) = 6b81c122683b5d0bc3a3a7817f396f84f74173888306d60a8138bbdde2eb1e84
-SIZE (dalmp-0.9.287.tar.bz2) = 16651
+SHA256 (dalmp-0.9.297.tar.bz2) = 9b07db4cdd601792329b3728df14b175d2f743fb8d4ddc3c65fc8e9ce25a1baf
+SIZE (dalmp-0.9.297.tar.bz2) = 17411
diff -urN dalmp-old/pkg-descr dalmp/pkg-descr
--- dalmp-old/pkg-descr	2011-02-26 02:04:37.000000000 +0100
+++ dalmp/pkg-descr	2011-02-26 02:14:31.000000000 +0100
@@ -6,10 +6,11 @@
  redis support.
  memcache support.
  apc support.
+ Group caching, cache by groups and flush by groups or individual keys.
  Disck cache support.
  Prepared statements ready.
  Ability to use different cache types at the same time.
- Simple store of session on database or a cache like redis/memcache/apc.
+ 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.
diff -urN dalmp-old/pkg-plist dalmp/pkg-plist
--- dalmp-old/pkg-plist	2011-02-26 02:04:37.000000000 +0100
+++ dalmp/pkg-plist	2011-02-26 02:05:29.000000000 +0100
@@ -4,9 +4,11 @@
 %%DATADIR%%/examples/REF.php
 %%DATADIR%%/examples/cache.php
 %%DATADIR%%/examples/cache-group.php
+%%DATADIR%%/examples/curl.php
 %%DATADIR%%/examples/query_Execute.php
 %%DATADIR%%/examples/queue.php
 %%DATADIR%%/examples/sessions.php
+%%DATADIR%%/examples/sqliteSessions.php
 %%DATADIR%%/examples/transactions.php
 %%DATADIR%%/mplt.php
 @dirrm %%DATADIR%%/examples
--- dalmp.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Feb 26 05:56:04 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155047 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Mar 14 16:08:19 UTC 2011 
State-Changed-Why:  
newer pr in 155088 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155047 
>Unformatted:
