Skip site navigation (1)Skip section navigation (2)
Date:      13 Aug 2011 15:58:43 -0000
From:      Nicolas de Bari Embriz <nbari@dalmp.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nbari@dalmp.com
Subject:   ports/159743: update port databases/dalmp
Message-ID:  <20110813155843.1690.qmail@eu.route.mx>
Resent-Message-ID: <201108131600.p7DG0NnS044855@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159743
>Category:       ports
>Synopsis:       update port databases/dalmp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 13 16:00:23 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110813155843.1690.qmail>