From alexey@home.renatasystems.org  Sat Jun 29 14:23:20 2013
Return-Path: <alexey@home.renatasystems.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 24BEEF89
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Jun 2013 14:23:20 +0000 (UTC)
	(envelope-from alexey@home.renatasystems.org)
Received: from home.renatasystems.org (home.renatasystems.org [87.242.77.210])
	by mx1.freebsd.org (Postfix) with ESMTP id 83F9D184C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Jun 2013 14:23:18 +0000 (UTC)
Received: from home.renatasystems.org (localhost [127.0.0.1])
	by home.renatasystems.org (8.14.5/8.14.5) with ESMTP id r5TE87AW089917
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Jun 2013 18:08:07 +0400 (MSK)
	(envelope-from alexey@home.renatasystems.org)
Received: (from alexey@localhost)
	by home.renatasystems.org (8.14.5/8.14.5/Submit) id r5TE82Wb089916;
	Sat, 29 Jun 2013 18:08:02 +0400 (MSK)
	(envelope-from alexey)
Message-Id: <201306291408.r5TE82Wb089916@home.renatasystems.org>
Date: Sat, 29 Jun 2013 18:08:02 +0400 (MSK)
From: "Alexey V. Degtyarev" <alexey@renatasystems.org>
Reply-To: "Alexey V. Degtyarev" <alexey@renatasystems.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer-update] databases/mysqlbackup - update to 2.7 release
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         180090
>Category:       ports
>Synopsis:       [maintainer-update] databases/mysqlbackup - update to 2.7 release
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    feld
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 29 14:30:00 UTC 2013
>Closed-Date:    Sat Jun 29 16:17:51 UTC 2013
>Last-Modified:  Sat Jun 29 16:20:00 UTC 2013
>Originator:     Alexey V. Degtyarev
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD renatasystems.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Mon Jan 30 09:54:00 UTC 2012 root@amd64-builder.renatasystems.org:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	
This will update databases/mysqlbackup to the latest release: 2.7

Changes with this release:

* Option "-Z" introduced: pipeline mysqldump output to compressor program;
  Thanks Mark Felder.

* Option "-I" introduced: ignore errors from mysqldump program;

* Fixed error when slave could not start when extra auth options used;
  Thanks Luis D.

* Lockfile path is now based on UID of user running mysqlbackup (unless
  explicitly set);

While here, update ports' Makefile header and COMMENT.

WWW: http://code.google.com/p/mysqlbackup/
>How-To-Repeat:
	
>Fix:

	

--- mysqlbackup-2.7.diff begins here ---
Index: mysqlbackup/distinfo
===================================================================
--- mysqlbackup/distinfo	(revision 321967)
+++ mysqlbackup/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (mysqlbackup-2.6.tar.gz) = 19a8c208baa53bf168cc936a0448e8a9f2e1e6b8674bcba718e122b7bcdb72e0
-SIZE (mysqlbackup-2.6.tar.gz) = 15501
+SHA256 (mysqlbackup-2.7.tar.gz) = 17d23177ab8ebb8f089226174ca2d6acf11e7c64b291f5446482d97d50a3fb95
+SIZE (mysqlbackup-2.7.tar.gz) = 17563
Index: mysqlbackup/Makefile
===================================================================
--- mysqlbackup/Makefile	(revision 321967)
+++ mysqlbackup/Makefile	(working copy)
@@ -1,18 +1,14 @@
-# New ports collection makefile for:	mysqlbackup
-# Date created:				Sun 07 Jun 2009
-# Whom:					Alexey V. Degtyarev
-#
+# Created by: Alexey Degtyarev <alexey@renatasystems.org>
 # $FreeBSD$
-#
 
 PORTNAME=	mysqlbackup
-PORTVERSION=	2.6
+PORTVERSION=	2.7
 CATEGORIES=	databases
 MASTER_SITES=	GOOGLE_CODE \
 		ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
 
 MAINTAINER=	alexey@renatasystems.org
-COMMENT=	Program to create everyday MySQL-database servers backup
+COMMENT=	Program to create MySQL backups on a periodic basis
 
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/LICENSE
--- mysqlbackup-2.7.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->feld 
Responsible-Changed-By: feld 
Responsible-Changed-When: Sat Jun 29 14:51:14 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180090 
State-Changed-From-To: open->closed 
State-Changed-By: feld 
State-Changed-When: Sat Jun 29 16:17:50 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180090 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180090: commit references a PR
Date: Sat, 29 Jun 2013 16:17:13 +0000 (UTC)

 Author: feld
 Date: Sat Jun 29 16:17:05 2013
 New Revision: 322050
 URL: http://svnweb.freebsd.org/changeset/ports/322050
 
 Log:
   - Update to 2.7
   
   PR: ports/180090
   Submitted by: alexey@renatasystems.org
   Approved by: crees (mentor)
 
 Modified:
   head/databases/mysqlbackup/Makefile   (contents, props changed)
   head/databases/mysqlbackup/distinfo   (contents, props changed)
 
 Modified: head/databases/mysqlbackup/Makefile
 ==============================================================================
 --- head/databases/mysqlbackup/Makefile	Sat Jun 29 15:09:57 2013	(r322049)
 +++ head/databases/mysqlbackup/Makefile	Sat Jun 29 16:17:05 2013	(r322050)
 @@ -1,18 +1,14 @@
 -# New ports collection makefile for:	mysqlbackup
 -# Date created:				Sun 07 Jun 2009
 -# Whom:					Alexey V. Degtyarev
 -#
 +# Created by: Alexey Degtyarev <alexey@renatasystems.org>
  # $FreeBSD$
 -#
  
  PORTNAME=	mysqlbackup
 -PORTVERSION=	2.6
 +PORTVERSION=	2.7
  CATEGORIES=	databases
  MASTER_SITES=	GOOGLE_CODE \
  		ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
  
  MAINTAINER=	alexey@renatasystems.org
 -COMMENT=	Program to create everyday MySQL-database servers backup
 +COMMENT=	Creates MySQL backups on a periodic basis
  
  LICENSE=	BSD
  LICENSE_FILE=	${WRKSRC}/LICENSE
 
 Modified: head/databases/mysqlbackup/distinfo
 ==============================================================================
 --- head/databases/mysqlbackup/distinfo	Sat Jun 29 15:09:57 2013	(r322049)
 +++ head/databases/mysqlbackup/distinfo	Sat Jun 29 16:17:05 2013	(r322050)
 @@ -1,2 +1,2 @@
 -SHA256 (mysqlbackup-2.6.tar.gz) = 19a8c208baa53bf168cc936a0448e8a9f2e1e6b8674bcba718e122b7bcdb72e0
 -SIZE (mysqlbackup-2.6.tar.gz) = 15501
 +SHA256 (mysqlbackup-2.7.tar.gz) = 17d23177ab8ebb8f089226174ca2d6acf11e7c64b291f5446482d97d50a3fb95
 +SIZE (mysqlbackup-2.7.tar.gz) = 17563
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
