From root@eu.route.mx  Sat Aug 13 15:58:45 2011
Return-Path: <root@eu.route.mx>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 630D9106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Aug 2011 15:58:45 +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 CD41C8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Aug 2011 15:58:44 +0000 (UTC)
Received: (qmail 1691 invoked by uid 0); 13 Aug 2011 15:58:43 -0000
Message-Id: <20110813155843.1690.qmail@eu.route.mx>
Date: 13 Aug 2011 15:58:43 -0000
From: Nicolas de Bari Embriz <nbari@dalmp.com>
Reply-To: Nicolas de Bari Embriz <nbari@dalmp.com>
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:         159743
>Category:       ports
>Synopsis:       update port databases/dalmp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 13 16:00:23 UTC 2011
>Closed-Date:    Wed Aug 17 05:01:15 UTC 2011
>Last-Modified:  Wed Aug 17 05:10:08 UTC 2011
>Originator:     Nicolas de Bari Embriz <nbari@dalmp.com>
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:


	
>Description:
Fixed and improvements to the queue methods. A single database is used for storing multiple queues.
Fixed the http_client method
Added an example for readQueueURL
Changed the response behavior  of readQueue, not returns and empty array instead of an exeption
>How-To-Repeat:
	
>Fix:

	

--- dalmp.diff begins here ---
diff -urN dalmp-old/Makefile dalmp/Makefile
--- dalmp-old/Makefile	2011-08-13 15:24:56.000000000 +0000
+++ dalmp/Makefile	2011-08-13 15:25:15.000000000 +0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dalmp
-PORTVERSION=	0.9.313
+PORTVERSION=	0.9.315
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
diff -urN dalmp-old/distinfo dalmp/distinfo
--- dalmp-old/distinfo	2011-08-13 15:24:56.000000000 +0000
+++ dalmp/distinfo	2011-08-13 15:26:52.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (dalmp-0.9.313.tar.bz2) = 25d06baa54c3386bd70161a7751ce230e8fe76abf0fa2cb15115dbaadaad9c56
-SIZE (dalmp-0.9.313.tar.bz2) = 17622
+SHA256 (dalmp-0.9.315.tar.bz2) = 9fb1258464a05d010898e73fd4fd453d7b74a7724939056e874595a683b2f198
+SIZE (dalmp-0.9.315.tar.bz2) = 17965
diff -urN dalmp-old/pkg-descr dalmp/pkg-descr
--- dalmp-old/pkg-descr	2011-08-13 15:24:56.000000000 +0000
+++ dalmp/pkg-descr	2011-08-13 15:26:24.000000000 +0000
@@ -9,6 +9,7 @@
  Group caching, cache by groups and flush by groups or individual keys.
  Disck cache support.
  Prepared statements ready.
+ Secure connections with SSL.
  Ability to use different cache types at the same time.
  Store sessions on database(mysql/sqlite) or a cache like redis/memcache/apc.
  Easy to use/install/adapt DALMP is just a single file.
diff -urN dalmp-old/pkg-plist dalmp/pkg-plist
--- dalmp-old/pkg-plist	2011-08-13 15:24:56.000000000 +0000
+++ dalmp/pkg-plist	2011-08-13 15:25:35.000000000 +0000
@@ -7,6 +7,7 @@
 %%DATADIR%%/examples/curl.php
 %%DATADIR%%/examples/query_Execute.php
 %%DATADIR%%/examples/queue.php
+%%DATADIR%%/examples/queueURL.php
 %%DATADIR%%/examples/sessions.php
 %%DATADIR%%/examples/sqliteSessions.php
 %%DATADIR%%/examples/transactions.php
--- dalmp.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Nicolas de Bari Embriz Garcia Rojas <nbari@dalmp.com>
To: bug-followup@FreeBSD.org, nbari@dalmp.com
Cc:  
Subject: Re: ports/159743: update port databases/dalmp
Date: Wed, 17 Aug 2011 00:38:30 +0100

 Hi, can some one please commit the changes.
 
 regards
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Wed Aug 17 04:07:29 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159743 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Wed Aug 17 05:01:12 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159743: commit references a PR
Date: Wed, 17 Aug 2011 05:01:11 +0000 (UTC)

 sunpoet     2011-08-17 05:00:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/dalmp      Makefile distinfo pkg-descr pkg-plist 
   Log:
   - Update to 0.9.315
   
   Changes:
   
   0.9.315:
   - Cleaned queueURL methods and added an example queueURL
   
   0.9.314:
   - Extended the queue and readQueue methods
   
   PR:             ports/159743
   Submitted by:   Nicolas de Bari Embriz <nbari@dalmp.com> (maintainer)
   
   Revision  Changes    Path
   1.11      +1 -1      ports/databases/dalmp/Makefile
   1.12      +2 -2      ports/databases/dalmp/distinfo
   1.3       +1 -0      ports/databases/dalmp/pkg-descr
   1.4       +1 -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"
 
>Unformatted:
