ports/160622: update port databases/dalmp

nbari at dalmp.com nbari at dalmp.com
Sat Sep 10 14:10:09 UTC 2011


>Number:         160622
>Category:       ports
>Synopsis:       update port databases/dalmp
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 10 14:10:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas de Bari Embriz <nbari at dalmp.com>
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD eu.route.mx 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Aug 4 15:39:43 UTC 2011 root at ip-10-17-5-252:/usr/obj/i386/usr/src/sys/XEN i386


	
>Description:
  -Fixed a bug on the Prepared statements method PExecute
  -added method ErrorNum for getting the errno
  -new Prepare method, Useful when building dynamic queries that require prepared
  statements, example: Prepare($arg), Prepare('i', $arg) and later just call
  PExecute with something like PExecute($sql, $db->Prepare());
  -added an preparedStatements example

>How-To-Repeat:
	
>Fix:

	

--- dalmp.diff begins here ---
diff -urN dalmp-old/Makefile dalmp/Makefile
--- dalmp-old/Makefile	2011-09-10 13:48:50.000000000 +0000
+++ dalmp/Makefile	2011-09-10 13:48:58.000000000 +0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dalmp
-PORTVERSION=	0.9.315
+PORTVERSION=	0.9.319
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
diff -urN dalmp-old/distinfo dalmp/distinfo
--- dalmp-old/distinfo	2011-09-10 13:48:50.000000000 +0000
+++ dalmp/distinfo	2011-09-10 13:53:59.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (dalmp-0.9.315.tar.bz2) = 9fb1258464a05d010898e73fd4fd453d7b74a7724939056e874595a683b2f198
-SIZE (dalmp-0.9.315.tar.bz2) = 17965
+SHA256 (dalmp-0.9.319.tar.bz2) = a801a7f42b0fae24f1f8d5a63274121e8d909cb22704d3a80b5e5ee784e85503
+SIZE (dalmp-0.9.319.tar.bz2) = 18634
diff -urN dalmp-old/pkg-descr dalmp/pkg-descr
--- dalmp-old/pkg-descr	2011-09-10 13:48:50.000000000 +0000
+++ dalmp/pkg-descr	2011-09-10 13:51:21.000000000 +0000
@@ -8,7 +8,7 @@
  apc support.
  Group caching, cache by groups and flush by groups or individual keys.
  Disk cache support.
- Prepared statements ready.
+ Prepared statements ready, support dynamic building queries.
  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.
diff -urN dalmp-old/pkg-plist dalmp/pkg-plist
--- dalmp-old/pkg-plist	2011-09-10 13:48:50.000000000 +0000
+++ dalmp/pkg-plist	2011-09-10 13:49:36.000000000 +0000
@@ -5,6 +5,7 @@
 %%DATADIR%%/examples/cache.php
 %%DATADIR%%/examples/cache-group.php
 %%DATADIR%%/examples/curl.php
+%%DATADIR%%/examples/preparedStatements.php
 %%DATADIR%%/examples/query_Execute.php
 %%DATADIR%%/examples/queue.php
 %%DATADIR%%/examples/queueURL.php
--- dalmp.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list