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 ?> Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it.
Author: culot Date: Tue Jan 22 14:24:14 2013 New Revision: 310830 URL: http://svnweb.freebsd.org/changeset/ports/310830 Log: - Update to 2.1 [1] - Trim Makefile's header PR: ports/175507 [1] Submitted by: Nicolas de Bari Embriz Garcia Rojas <nbari@dalmp.com> (maintainer) Modified: head/databases/dalmp/Makefile head/databases/dalmp/distinfo head/databases/dalmp/pkg-plist Modified: head/databases/dalmp/Makefile ============================================================================== --- head/databases/dalmp/Makefile Tue Jan 22 13:30:07 2013 (r310829) +++ head/databases/dalmp/Makefile Tue Jan 22 14:24:14 2013 (r310830) @@ -1,12 +1,8 @@ -# New ports collection makefile for: dalmp -# Date created: 06 Nov 2010 -# Whom: Nicolas de Bari Embriz <nbari@dalmp.com> -# +# Created by: Nicolas de Bari Embriz <nbari@dalmp.com> # $FreeBSD$ -# PORTNAME= dalmp -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE Modified: head/databases/dalmp/distinfo ============================================================================== --- head/databases/dalmp/distinfo Tue Jan 22 13:30:07 2013 (r310829) +++ head/databases/dalmp/distinfo Tue Jan 22 14:24:14 2013 (r310830) @@ -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 Modified: head/databases/dalmp/pkg-plist ============================================================================== --- head/databases/dalmp/pkg-plist Tue Jan 22 13:30:07 2013 (r310829) +++ head/databases/dalmp/pkg-plist Tue Jan 22 14:24:14 2013 (r310830) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!