Bug 180090 - [maintainer-update] databases/mysqlbackup - update to 2.7 release
Summary: [maintainer-update] databases/mysqlbackup - update to 2.7 release
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mark Felder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-29 15:30 UTC by Alexey Degtyarev
Modified: 2013-06-29 17:20 UTC (History)
0 users

See Also:


Attachments
mysqlbackup-2.7.diff (1.23 KB, patch)
2013-06-29 15:30 UTC, Alexey Degtyarev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Degtyarev 2013-06-29 15:30:00 UTC
	
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/
Comment 1 Mark Felder freebsd_committer freebsd_triage 2013-06-29 15:51:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->feld

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-29 17:17:13 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"
Comment 3 Mark Felder freebsd_committer freebsd_triage 2013-06-29 17:17:50 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!