Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2015 19:19:16 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388384 - head/sysutils/monitord
Message-ID:  <201506021919.t52JJGpX096629@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun  2 19:19:16 2015
New Revision: 388384
URL: https://svnweb.freebsd.org/changeset/ports/388384

Log:
  - Fix fetch
  
  PR:		200521
  Submitted by:	admin@lissyara.su

Modified:
  head/sysutils/monitord/Makefile

Modified: head/sysutils/monitord/Makefile
==============================================================================
--- head/sysutils/monitord/Makefile	Tue Jun  2 19:05:10 2015	(r388383)
+++ head/sysutils/monitord/Makefile	Tue Jun  2 19:19:16 2015	(r388384)
@@ -5,13 +5,11 @@ PORTNAME=	monitord
 PORTVERSION=	0.4.1
 PORTREVISION=	3
 CATEGORIES=	sysutils
-MASTER_SITES=	ftp://ftp.erudition.net/pub/monitord/
+MASTER_SITES=	http://lissyara.su/distfiles/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Service that restarts other standalone services
 
-BROKEN=		No public distfiles
-
 USE_RC_SUBR=	monitord
 
 post-patch:



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