svn commit: r315799 - head/net-mgmt/nagios-check_tftp

Bryan Drewery bdrewery at FreeBSD.org
Sun Apr 14 14:10:52 UTC 2013


Author: bdrewery
Date: Sun Apr 14 14:10:51 2013
New Revision: 315799
URL: http://svnweb.freebsd.org/changeset/ports/315799

Log:
  - Fix fetch with new MASTER_SITE
  
  PR:		ports/177834
  Submitted by:	Holger Repp <holgerrepp at googlemail.com> (maintainer)
  Approved by:	portmgr (implicit)

Modified:
  head/net-mgmt/nagios-check_tftp/Makefile

Modified: head/net-mgmt/nagios-check_tftp/Makefile
==============================================================================
--- head/net-mgmt/nagios-check_tftp/Makefile	Sat Apr 13 21:12:26 2013	(r315798)
+++ head/net-mgmt/nagios-check_tftp/Makefile	Sun Apr 14 14:10:51 2013	(r315799)
@@ -1,14 +1,10 @@
-# New ports collection makefile for:   check_tftp
-# Date created:        7 August 2011
-# Whom:                hr <holgerrepp at googlemail.com>
-#
+# Created by: hr <holgerrepp at googlemail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	check_tftp
 PORTVERSION=	1.0.1
 CATEGORIES=	net-mgmt
-MASTER_SITES=	http://mathias-kettner.de/download/
+MASTER_SITES=	http://mymixrechner.de/freebsd-ports/distfiles/
 PKGNAMEPREFIX=	nagios-
 DISTNAME=	${PORTNAME}
 EXTRACT_SUFX=


More information about the svn-ports-head mailing list