svn commit: r487967 - head/databases/pear-MDB_QueryTool

Jochen Neumeister joneum at FreeBSD.org
Fri Dec 21 09:22:44 UTC 2018


Author: joneum
Date: Fri Dec 21 09:22:43 2018
New Revision: 487967
URL: https://svnweb.freebsd.org/changeset/ports/487967

Log:
  - Add LICENSE
  - cleanup pkg-descr

Modified:
  head/databases/pear-MDB_QueryTool/Makefile
  head/databases/pear-MDB_QueryTool/pkg-descr

Modified: head/databases/pear-MDB_QueryTool/Makefile
==============================================================================
--- head/databases/pear-MDB_QueryTool/Makefile	Fri Dec 21 09:17:33 2018	(r487966)
+++ head/databases/pear-MDB_QueryTool/Makefile	Fri Dec 21 09:22:43 2018	(r487967)
@@ -8,6 +8,8 @@ CATEGORIES=	databases www pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	PEAR OO-interface for easily retrieving and modifying data in a DB
 
+LICENSE=	BSD2CLAUSE
+
 BUILD_DEPENDS=	${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR} \
 		${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR}
 RUN_DEPENDS:=	${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR} \

Modified: head/databases/pear-MDB_QueryTool/pkg-descr
==============================================================================
--- head/databases/pear-MDB_QueryTool/pkg-descr	Fri Dec 21 09:17:33 2018	(r487966)
+++ head/databases/pear-MDB_QueryTool/pkg-descr	Fri Dec 21 09:22:43 2018	(r487967)
@@ -8,6 +8,6 @@ updated/added in a DB. This package bases on an SQL-Bu
 easily build SQL-Statements and execute them.
 
 NB: this is a PEAR::MDB porting from the original DB_QueryTool written by
-Wolfram Kriesing and Paolo Panto (vision:produktion, wk at visionp.de).
+Wolfram Kriesing and Paolo Panto.
 
 WWW: https://pear.php.net/package/MDB_QueryTool


More information about the svn-ports-all mailing list