Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2018 14:14:53 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463211 - head/net/ntp-devel
Message-ID:  <201802281414.w1SEErBr039896@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Feb 28 14:14:53 2018
New Revision: 463211
URL: https://svnweb.freebsd.org/changeset/ports/463211

Log:
  Flag FORBIDDEN instead of IGNORE due to possbile security issues.
  
  Reported by:	mat
  MFH:		2018Q1

Modified:
  head/net/ntp-devel/Makefile

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Wed Feb 28 14:08:29 2018	(r463210)
+++ head/net/ntp-devel/Makefile	Wed Feb 28 14:14:53 2018	(r463211)
@@ -13,7 +13,7 @@ DISTNAME=	${PORTNAME}-dev-${PORTVERSION:S/P/p/:S/r/-RC
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	The Network Time Protocol Distribution
 
-IGNORE=		It appears the development branch of NTP is dead.
+FORBIDDEN=	It appears the development branch of NTP is dead.
 
 LIB_DEPENDS=	libevent.so:devel/libevent \
 		libmd5.so:www/libwww



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