svn commit: r310830 - head/databases/dalmp
Frederic Culot
culot at FreeBSD.org
Tue Jan 22 14:24:15 UTC 2013
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 at 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 at dalmp.com>
-#
+# Created by: Nicolas de Bari Embriz <nbari at 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
More information about the svn-ports-all
mailing list