Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2016 18:33:07 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423365 - head/databases/mysqlbackup
Message-ID:  <201610051833.u95IX7da052341@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Oct  5 18:33:07 2016
New Revision: 423365
URL: https://svnweb.freebsd.org/changeset/ports/423365

Log:
  databases/mysqlbackup: unbreak (fetches fine)
  
  Maybe the renatasystems server was down briefly because this port fetches
  without any issue now.
  
  PR:		213002
  Submitted by:	maintainer

Modified:
  head/databases/mysqlbackup/Makefile

Modified: head/databases/mysqlbackup/Makefile
==============================================================================
--- head/databases/mysqlbackup/Makefile	Wed Oct  5 18:17:01 2016	(r423364)
+++ head/databases/mysqlbackup/Makefile	Wed Oct  5 18:33:07 2016	(r423365)
@@ -4,8 +4,7 @@
 PORTNAME=	mysqlbackup
 PORTVERSION=	2.8
 CATEGORIES=	databases
-MASTER_SITES=	GOOGLE_CODE \
-		ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
+MASTER_SITES=	ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
 
 MAINTAINER=	alexey@renatasystems.org
 COMMENT=	Creates MySQL backups on a periodic basis
@@ -13,9 +12,7 @@ COMMENT=	Creates MySQL backups on a peri
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN=		Unfetchable (google code has gone away)
-
-USE_MYSQL=	yes
+USES=		mysql
 NO_BUILD=	yes
 
 PERIODICS=	200.mysqlbackup.daily \



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