mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- 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)
This commit is contained in:
parent
945d3f05cb
commit
9b05e6ee4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310830
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user