svn commit: r427487 - head/databases/dalmp

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 1 10:38:27 UTC 2016


Author: amdmi3
Date: Thu Dec  1 10:38:25 2016
New Revision: 427487
URL: https://svnweb.freebsd.org/changeset/ports/427487

Log:
  - Pet portlint
  - Remove bogus (in presence of USE_GITHUB) USES=tar*
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/databases/dalmp/Makefile
  head/databases/dalmp/pkg-descr

Modified: head/databases/dalmp/Makefile
==============================================================================
--- head/databases/dalmp/Makefile	Thu Dec  1 10:36:38 2016	(r427486)
+++ head/databases/dalmp/Makefile	Thu Dec  1 10:38:25 2016	(r427487)
@@ -3,8 +3,8 @@
 
 PORTNAME=	dalmp
 PORTVERSION=	3.0.3
-PORTREVISION=	1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	databases
 
 MAINTAINER=	nbari at dalmp.com
@@ -17,9 +17,10 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	nbari
 GH_PROJECT=	${PORTNAME:tu}
 
-USES=		tar:bzip2
+USES=		php
 
 NO_BUILD=	yes
+NO_ARCH=	yes
 USE_PHP=	pcre mysqli session memcache sqlite3 curl
 
 do-install:

Modified: head/databases/dalmp/pkg-descr
==============================================================================
--- head/databases/dalmp/pkg-descr	Thu Dec  1 10:36:38 2016	(r427486)
+++ head/databases/dalmp/pkg-descr	Thu Dec  1 10:38:25 2016	(r427487)
@@ -6,7 +6,8 @@ Details
 * Dependecy Injector (DI) support, load once, trigger when required.
 * APC, Disk, Memcache, Redis.io cache support.
 * Group caching cache by groups and flush by groups or individual keys.
-* Prepared statements ready, support dynamic building queries, auto detect types (i,d,s,b).
+* Prepared statements ready, support dynamic building queries, auto
+  detect types (i,d,s,b).
 * Secure connections with SSL.
 * SQLite3 Encryption.
 * Save sessions in database (mysql/sqlite) or a cache like redis/memcache/apc.


More information about the svn-ports-head mailing list