ports/159744: update port databases/dalmp

Nicolas de Bari nbari at dalmp.com
Sat Aug 13 16:10:10 UTC 2011


>Number:         159744
>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:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas de Bari Embriz <nbari at 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:



More information about the freebsd-ports-bugs mailing list