Skip site navigation (1)Skip section navigation (2)
Date:      8 Jan 2011 02:57:34 -0000
From:      nbari@dalmp.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nbari@dalmp.com
Subject:   ports/153783: update databases/dalmp typo error causing code not to work
Message-ID:  <20110108025734.98773.qmail@ns4.ddns.mx>
Resent-Message-ID: <201101080300.p0830J5v070476@freefall.freebsd.org>

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

>Number:         153783
>Category:       ports
>Synopsis:       update databases/dalmp typo error causing code not to work
>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 Jan 08 03:00:19 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas de Bari Embriz <nbari@dalmp.com>
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
port DALMP 

>Description:
  when all the cahes systems are off and database must be used a typo s/returned/cache was giving probles making the code not to work.

  bedises the update inclues previos submit changes (fixed bugs with redis and debugger)
>How-To-Repeat:
	
>Fix:

	

--- dalmp.diff begins here ---
diff -urN dalmp-old/Makefile dalmp/Makefile
--- dalmp-old/Makefile	2011-01-07 23:47:25.000000000 +0100
+++ dalmp/Makefile	2011-01-08 03:51:03.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dalmp
-PORTVERSION=	0.9.240
+PORTVERSION=	0.9.249
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
diff -urN dalmp-old/distinfo dalmp/distinfo
--- dalmp-old/distinfo	2011-01-07 23:47:25.000000000 +0100
+++ dalmp/distinfo	2011-01-08 03:51:50.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (dalmp-0.9.240.tar.bz2) = bf0c3f838bb698b8471a026fcc5bd872887628efa7be3a3895acbe75effae9a5
-SIZE (dalmp.tar.bz2) = 15679
+SHA256 (dalmp-0.9.249.tar.bz2) = 1d68f340d9fe3a78dafb116f7aa14d82335f864af7fe61ca184d876f631dbaab
+SIZE (dalmp-0.9.249.tar.bz2) = 15569
--- 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?20110108025734.98773.qmail>