svn commit: r423365 - head/databases/mysqlbackup

John Marino marino at FreeBSD.org
Wed Oct 5 18:33:09 UTC 2016


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 at 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 \


More information about the svn-ports-all mailing list