svn commit: r454522 - head/databases/mysqldumper

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 20 04:32:00 UTC 2017


Author: sunpoet
Date: Mon Nov 20 04:31:58 2017
New Revision: 454522
URL: https://svnweb.freebsd.org/changeset/ports/454522

Log:
  Add LICENSE_FILE
  
  - Update IGNORE_WITH_PHP
  - Reformat pkg-descr
  - Update WWW

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

Modified: head/databases/mysqldumper/Makefile
==============================================================================
--- head/databases/mysqldumper/Makefile	Mon Nov 20 04:31:53 2017	(r454521)
+++ head/databases/mysqldumper/Makefile	Mon Nov 20 04:31:58 2017	(r454522)
@@ -11,6 +11,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Tool for backing up MySQL databases
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/ReadMe/license_english.txt
 
 RUN_DEPENDS=	p5-DBI>=1.48:databases/p5-DBI
 
@@ -19,7 +20,7 @@ OPTIONS_DEFAULT=APACHE
 
 PORTSCOUT=	limit:^[0-9\.]*$$
 
-IGNORE_WITH_PHP=70
+IGNORE_WITH_PHP=70 71 72
 NO_ARCH=	yes
 NO_BUILD=	yes
 USE_PHP=	ftp mysql session zlib

Modified: head/databases/mysqldumper/pkg-descr
==============================================================================
--- head/databases/mysqldumper/pkg-descr	Mon Nov 20 04:31:53 2017	(r454521)
+++ head/databases/mysqldumper/pkg-descr	Mon Nov 20 04:31:58 2017	(r454522)
@@ -1,7 +1,7 @@
-MySQLDumper is a PHP and Perl based tool for backing up MySQL databases.
-You can easily dump your data into a backup file and, if needed, restore it.
-It is especially suited for shared hosting webspaces, where you don't have
-shell access.  MySQLDumper is an open source project and released under the
-GPLv2 license.
+MySQLDumper is a PHP and Perl based tool for backing up MySQL databases. You can
+easily dump your data into a backup file and, if needed, restore it. It is
+especially suited for shared hosting webspaces, where you don't have shell
+access. MySQLDumper is an open source project and released under the GPLv2
+license.
 
-WWW: http://www.mysqldumper.net/
+WWW: https://sourceforge.net/projects/mysqldumper/


More information about the svn-ports-all mailing list