ports/180090: [maintainer-update] databases/mysqlbackup - update to 2.7 release

Alexey V. Degtyarev alexey at renatasystems.org
Sat Jun 29 14:30:01 UTC 2013


>Number:         180090
>Category:       ports
>Synopsis:       [maintainer-update] databases/mysqlbackup - update to 2.7 release
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 29 14:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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 at 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 at 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 at 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:
>Unformatted:


More information about the freebsd-ports-bugs mailing list