Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2012 20:09:38 +0400 (MSK)
From:      "Alexey V. Degtyarev" <alexey@renatasystems.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/166299: [maintainer update] databases/mysqlbackup - update to 2.6 release
Message-ID:  <201203211609.q2LG9cpI084368@home.renatasystems.org>
Resent-Message-ID: <201203211640.q2LGeBsQ092300@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166299
>Category:       ports
>Synopsis:       [maintainer update] databases/mysqlbackup - update to 2.6 release
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 21 16:40:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Alexey V. Degtyarev
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD home.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

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

	

--- mysqlbackup-2.6.diff begins here ---
diff -Nru mysqlbackup-2.5/Makefile mysqlbackup/Makefile
--- mysqlbackup-2.5/Makefile	2011-08-22 17:17:36.000000000 +0400
+++ mysqlbackup/Makefile	2012-03-21 20:03:55.000000000 +0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mysqlbackup
-PORTVERSION=	2.5
+PORTVERSION=	2.6
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 		ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
diff -Nru mysqlbackup-2.5/distinfo mysqlbackup/distinfo
--- mysqlbackup-2.5/distinfo	2011-08-22 17:17:36.000000000 +0400
+++ mysqlbackup/distinfo	2012-03-21 20:03:47.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (mysqlbackup-2.5.tar.gz) = a61d13c50244c27e2fbeba3b9a7b4b32d88b8650cc0dfcba5d944073a5aaf870
-SIZE (mysqlbackup-2.5.tar.gz) = 14223
+SHA256 (mysqlbackup-2.6.tar.gz) = 19a8c208baa53bf168cc936a0448e8a9f2e1e6b8674bcba718e122b7bcdb72e0
+SIZE (mysqlbackup-2.6.tar.gz) = 15501
diff -Nru mysqlbackup-2.5/pkg-descr mysqlbackup/pkg-descr
--- mysqlbackup-2.5/pkg-descr	2011-08-22 17:17:36.000000000 +0400
+++ mysqlbackup/pkg-descr	2012-03-21 20:01:11.000000000 +0400
@@ -3,16 +3,19 @@
 Why mysqlbackup?
 
 1. Requires minimum coding to create everyday MySQL-backups with some
-additional functions.
+   additional functions.
 
 2. Backups can be compressed on-the-fly and automatically rotated after
-specified number of a days past.
+   specified number of a days past.
 
-3. Includes basic database maintenance: check, optimize tables before
-backup creation.
+3. "Slave mode" feature - stop slave, save it's status and then create backup.
+   Start slave afterwards.
 
-4. It can be safely used on a large MySQL installations (1000+ databases).
+4. Includes basic database maintenance: check, optimize tables before backup
+   creation.
 
-5. It is written in sh - code interpreter available in a base system.
+5. It can be safely used on a large MySQL installations (1000+ databases).
+
+6. It is written in sh - code interpreter available in a base system.
 
 WWW: https://mysqlbackup.googlecode.com
--- mysqlbackup-2.6.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203211609.q2LG9cpI084368>