Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2011 14:14:53 GMT
From:      Ryan Steinmetz <rpsfa@rit.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157841: [update] database/mysqlbackup to 1.5
Message-ID:  <201106131414.p5DEEr8w047352@red.freebsd.org>
Resent-Message-ID: <201106131420.p5DEKCpG077225@freefall.freebsd.org>

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

>Number:         157841
>Category:       ports
>Synopsis:       [update] database/mysqlbackup to 1.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 13 14:20:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Steinmetz
>Release:        8.2-RELEASE
>Organization:
Rochester Institute of Technology
>Environment:
>Description:
-Update to 1.5
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/mysqlbackup/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	5 Aug 2009 09:11:31 -0000	1.4
+++ Makefile	13 Jun 2011 14:13:09 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mysqlbackup
-PORTVERSION=	2.4
+PORTVERSION=	2.5
 CATEGORIES=	databases
 MASTER_SITES=	ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
 
@@ -22,6 +22,7 @@
 
 MAN1=		mysqlbackup.1
 PLIST_FILES=	bin/mysqlbackup \
+		bin/check_mysqlbackup \
 		${PERIODICS:C,^(.*)\.(.*)$,\2/\1,:S,^,etc/periodic/,}
 PLIST_DIRS=	${PERIODICS:C,^(.*)\.(.*)$,etc/periodic/\2,:u} \
 		etc/periodic
@@ -39,5 +40,6 @@
 	${INSTALL_MAN} ${WRKSRC}/mysqlbackup.1 \
 		${MAN1PREFIX}/man/man1/mysqlbackup.1
 	${INSTALL_SCRIPT} ${WRKSRC}/mysqlbackup ${PREFIX}/bin/mysqlbackup
+	${INSTALL_SCRIPT} ${WRKSRC}/check_mysqlbackup ${PREFIX}/bin/check_mysqlbackup
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/mysqlbackup/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	20 Mar 2011 12:47:17 -0000	1.5
+++ distinfo	13 Jun 2011 14:13:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (mysqlbackup-2.4.tar.gz) = 86d2bacc0a44b8795b55f227621017f9ed0ddd2603650db6edfab7ace105b802
-SIZE (mysqlbackup-2.4.tar.gz) = 13864
+SHA256 (mysqlbackup-2.5.tar.gz) = 8f0977318ecf5984870eec703f42c737d7fc493f9c8ef3a2ed92e7862f7c9aad
+SIZE (mysqlbackup-2.5.tar.gz) = 16991


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



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