From owner-svn-ports-head@FreeBSD.ORG Thu Mar 14 12:56:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 870DB791; Thu, 14 Mar 2013 12:56:39 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6F8EEA6C; Thu, 14 Mar 2013 12:56:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2ECudKt068227; Thu, 14 Mar 2013 12:56:39 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2ECuc4r068224; Thu, 14 Mar 2013 12:56:38 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201303141256.r2ECuc4r068224@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 14 Mar 2013 12:56:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314155 - head/databases/mysqldumper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Mar 2013 12:56:39 -0000 Author: danfe Date: Thu Mar 14 12:56:38 2013 New Revision: 314155 URL: http://svnweb.freebsd.org/changeset/ports/314155 Log: - Clean up couple of things after previous commit (r314144) - Do not overwrite WWWOWN and WWWGRP, set should be already set - Fix a typo in pkg-message, shorten
lines by 2 characters - While here, define LICENSE (GPLv2), reformat and strip EOL spaces from pkg-descr, sort the knobs, improve COMMENT, etc. Modified: head/databases/mysqldumper/Makefile head/databases/mysqldumper/pkg-descr head/databases/mysqldumper/pkg-message Modified: head/databases/mysqldumper/Makefile ============================================================================== --- head/databases/mysqldumper/Makefile Thu Mar 14 12:39:44 2013 (r314154) +++ head/databases/mysqldumper/Makefile Thu Mar 14 12:56:38 2013 (r314155) @@ -1,4 +1,4 @@ -# Created by: Marek Holienka +# Created by: Marek Holienka # $FreeBSD$ PORTNAME= mysqldumper @@ -9,37 +9,41 @@ MASTER_SITES= SF/${PORTNAME}/MySQLDumper DISTNAME= MySQLDumper${PORTVERSION} MAINTAINER= marekholienka@gmail.com -COMMENT= MySQLDumper is tool for backing up MySQL databases +COMMENT= Tool for backing up MySQL databases -RUN_DEPENDS= p5-DBI>=1.48:${PORTSDIR}/databases/p5-DBI \ +LICENSE= GPLv2 -OPTIONS_DEFINE= APACHE LIGHTTPD -OPTIONS_DEFAULT= APACHE +RUN_DEPENDS= p5-DBI>=1.48:${PORTSDIR}/databases/p5-DBI USE_ZIP= yes -NO_BUILD= yes -WRKSRC= ${WRKDIR}/msd${PORTVERSION} -USE_PHP= session mysql zlib ftp USE_MYSQL= yes USE_PERL5= yes -WWWOWN= www -WWWGRP= ${WWWOWN} +USE_PHP= session mysql zlib ftp + +NO_BUILD= yes +WRKSRC= ${WRKDIR}/msd${PORTVERSION} + +OPTIONS_DEFINE= APACHE LIGHTTPD +OPTIONS_DEFAULT= APACHE .include .if ${PORT_OPTIONS:MAPACHE} USE_APACHE_RUN= 22+ .endif + .if ${PORT_OPTIONS:MLIGHTTPD} RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd .endif do-install: @${MKDIR} ${WWWDIR} - @${CP} -r ${WRKDIR}/msd${PORTVERSION}/ ${WWWDIR} - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} + ${CP} -a ${WRKDIR}/msd${PORTVERSION}/ ${WWWDIR} + ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} post-install: - ${CAT} ${PKGMESSAGE} + @${ECHO_MSG} + @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} .include Modified: head/databases/mysqldumper/pkg-descr ============================================================================== --- head/databases/mysqldumper/pkg-descr Thu Mar 14 12:39:44 2013 (r314154) +++ head/databases/mysqldumper/pkg-descr Thu Mar 14 12:56:38 2013 (r314155) @@ -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 GNU-license. +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: http://www.mysqldumper.net/ Modified: head/databases/mysqldumper/pkg-message ============================================================================== --- head/databases/mysqldumper/pkg-message Thu Mar 14 12:39:44 2013 (r314154) +++ head/databases/mysqldumper/pkg-message Thu Mar 14 12:56:38 2013 (r314155) @@ -1,8 +1,8 @@ --------------------------------------------------------------------------------- +------------------------------------------------------------------------------ Installation has successfully completed! --------------------------------------------------------------------------------- +------------------------------------------------------------------------------ -MySQLDuper is now installed, but it requires some additional setup +MySQLDumper is now installed, but it requires some additional setup. Usage: - to access the application, go to http://your-server/mysqldumper @@ -10,4 +10,4 @@ Usage: Information: - create at least one database to use the application --------------------------------------------------------------------------------- +------------------------------------------------------------------------------