Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2013 21:20:21 GMT
From:      Nicolas de Bari Embriz Garcia Rojas <nbari@dalmp.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175419: update port databases/dalmp
Message-ID:  <201301182120.r0ILKLZD010235@red.freebsd.org>
Resent-Message-ID: <201301182130.r0ILU2sf027113@freefall.freebsd.org>

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

>Number:         175419
>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:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 18 21:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas de Bari Embriz Garcia Rojas
>Release:        9.1
>Organization:
>Environment:
FreeBSD nbari-z200.diz.la 9.1-STABLE FreeBSD 9.1-STABLE #3 r245458: Tue Jan 15 16:51:26 WET 2013     root@nbari-z200.diz.la:/usr/obj/usr/src/sys/z200  amd64

>Description:
update to version 2.1
DALMP_Sessions and DALMP_Cache (objets) work in stand alone
DALMP_Cache improvements on the deleteTree method.
removed ending php tags ?>
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN dalmp-old/Makefile dalmp/Makefile
--- dalmp-old/Makefile	2013-01-18 20:44:28.683227245 +0000
+++ dalmp/Makefile	2013-01-18 21:08:53.549225813 +0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dalmp
-PORTVERSION=	2.0
+PORTVERSION=	2.1
 CATEGORIES=	databases
 MASTER_SITES=	GOOGLE_CODE
 
diff -urN dalmp-old/distinfo dalmp/distinfo
--- dalmp-old/distinfo	2013-01-18 20:44:28.683227245 +0000
+++ dalmp/distinfo	2013-01-18 21:08:56.421227291 +0000
@@ -1,2 +1,2 @@
-SHA256 (dalmp-2.0.tar.bz2) = 0fa6ffe5086ed18b42d2512abbd2b6500472f13efebf733d4b20c3b727e9e36d
-SIZE (dalmp-2.0.tar.bz2) = 115520
+SHA256 (dalmp-2.1.tar.bz2) = ea39513cb040bb51969db4cfdf8a6f3b11874b1957ce0693f7f5a481a9dd6bb0
+SIZE (dalmp-2.1.tar.bz2) = 117446
diff -urN dalmp-old/pkg-plist dalmp/pkg-plist
--- dalmp-old/pkg-plist	2013-01-18 20:44:28.683227245 +0000
+++ dalmp/pkg-plist	2013-01-18 20:52:17.972227113 +0000
@@ -1,4 +1,5 @@
 %%DATADIR%%/LICENSE.txt
+%%DATADIR%%/README.markdown
 %%DATADIR%%/dalmp.php
 %%DATADIR%%/classes/DALMP.php
 %%DATADIR%%/classes/DALMP/Cache.php
@@ -6,14 +7,19 @@
 %%DATADIR%%/classes/DALMP/Logger.php
 %%DATADIR%%/classes/DALMP/Sessions.php
 %%DATADIR%%/examples/2databases.php
+%%DATADIR%%/examples/README.markdown
 %%DATADIR%%/examples/REF.php
 %%DATADIR%%/examples/cache-group.php
 %%DATADIR%%/examples/cache.php
+%%DATADIR%%/examples/cache_dir.php
+%%DATADIR%%/examples/cache_memcache.php
+%%DATADIR%%/examples/cache_redis.php
 %%DATADIR%%/examples/csv.php
 %%DATADIR%%/examples/curl.php
 %%DATADIR%%/examples/preparedStatements.php
 %%DATADIR%%/examples/query_Execute.php
 %%DATADIR%%/examples/queue.php
+%%DATADIR%%/examples/sessions-redis.php
 %%DATADIR%%/examples/sessions.php
 %%DATADIR%%/examples/sqlite-encryption.php
 %%DATADIR%%/examples/sqliteSessions.php


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



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