From root@ns4.ddns.mx  Sun Feb 27 13:40:58 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 C2D711065673
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Feb 2011 13:40:58 +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 2D11E8FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Feb 2011 13:40:57 +0000 (UTC)
Received: (qmail 16356 invoked by uid 0); 27 Feb 2011 13:40:54 -0000
Message-Id: <20110227134054.16355.qmail@ns4.ddns.mx>
Date: 27 Feb 2011 13:40:54 -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:         155088
>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:   Sun Feb 27 13:50:10 UTC 2011
>Closed-Date:    Mon Mar 14 16:09:29 UTC 2011
>Last-Modified:  Wed Mar 16 01:50:07 UTC 2011
>Originator:     Nicolas de Bari Embriz <nbari@dalmp.com>
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:


>Description:
 Fixed the issue that was not allowing to flush the cache groups.
 Fixed sqlite sessions storing.
 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-27 14:35:20.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dalmp
-PORTVERSION=	0.9.287
+PORTVERSION=	0.9.302
 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-27 14:35:22.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.302.tar.bz2) = a9b4d98103d570f490588037b5e350c54ff1cb24c1356a085f94037b2f393cdd
+SIZE (dalmp-0.9.302.tar.bz2) = 17433
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: Sun Feb 27 13:58:51 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155088 

From: Nicolas de Bari Embriz Garcia Rojas <nbari@dalmp.com>
To: bug-followup@FreeBSD.org, nbari@dalmp.com
Cc:  
Subject: Re: ports/155088: update port databases/dalmp
Date: Sun, 13 Mar 2011 11:57:56 +0000

 Seems stable, can be updated
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Mar 14 16:09:29 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155088 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155088: commit references a PR
Date: Mon, 14 Mar 2011 16:09:32 +0000 (UTC)

 miwi        2011-03-14 16:09:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/dalmp      Makefile distinfo pkg-descr pkg-plist 
   Log:
   - Update to 0.9.302
   
   PR:             155088
   Submitted by:   Nicolas de Bari Embriz <nbari@dalmp.com> (maintainer)
   
   Revision  Changes    Path
   1.7       +1 -1      ports/databases/dalmp/Makefile
   1.8       +2 -2      ports/databases/dalmp/distinfo
   1.2       +2 -1      ports/databases/dalmp/pkg-descr
   1.3       +2 -0      ports/databases/dalmp/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: Nicolas de Bari Embriz Garcia Rojas <nbari@dalmp.com>
To: bug-followup@FreeBSD.org, miwi@freebsd.org
Cc:  
Subject: Re: ports/155088: update port databases/dalmp
Date: Wed, 16 Mar 2011 00:48:59 +0000

 Hi, there is a problem with the port, instead of committing the latest
 version of the port http://www.freebsd.org/cgi/query-pr.cgi?pr=155088
 
 was installed this one the one has some bugs:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=155050
 
 could you please commit the last one since the current one is has bugs.
 
 regards.

From: Nicolas de Bari Embriz Garcia Rojas <nbari@dalmp.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155088: update port databases/dalmp
Date: Wed, 16 Mar 2011 01:45:42 +0000

 This is the update for the current version.
 
 
 diff -urN dalmp-old/Makefile dalmp/Makefile
 --- dalmp-old/Makefile  2011-03-16 02:28:30.000000000 +0100
 +++ dalmp/Makefile      2011-03-16 02:29:04.000000000 +0100
 @@ -6,7 +6,7 @@
  #
 
  PORTNAME=      dalmp
 -PORTVERSION=   0.9.297
 +PORTVERSION=   0.9.302
  CATEGORIES=    databases
  MASTER_SITES=  ${MASTER_SITE_GOOGLE_CODE}
 
 diff -urN dalmp-old/distinfo dalmp/distinfo
 --- dalmp-old/distinfo  2011-03-16 02:28:30.000000000 +0100
 +++ dalmp/distinfo      2011-03-16 02:32:38.000000000 +0100
 @@ -1,2 +1,2 @@
 -SHA256 (dalmp-0.9.297.tar.bz2) =
 9b07db4cdd601792329b3728df14b175d2f743fb8d4ddc3c65fc8e9ce25a1baf
 -SIZE (dalmp-0.9.297.tar.bz2) = 17411
 +SHA256 (dalmp-0.9.302.tar.bz2) =
 a9b4d98103d570f490588037b5e350c54ff1cb24c1356a085f94037b2f393cdd
 +SIZE (dalmp-0.9.302.tar.bz2) = 17433
>Unformatted:
