svn commit: r436861 - head/net/ntp

Cy Schubert cy at FreeBSD.org
Fri Mar 24 23:20:55 UTC 2017


Author: cy
Date: Fri Mar 24 23:20:53 2017
New Revision: 436861
URL: https://svnweb.freebsd.org/changeset/ports/436861

Log:
  Remove autogen dependency added by r426923. This version of ntp no
  longer needs it.

Modified:
  head/net/ntp/Makefile

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Fri Mar 24 23:12:17 2017	(r436860)
+++ head/net/ntp/Makefile	Fri Mar 24 23:20:53 2017	(r436861)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ntp
 PORTVERSION=	4.2.8p10
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \
 		http://archive.ntp.org/ntp4/ntp-4.2/ \
@@ -12,7 +13,6 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/P/
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	The Network Time Protocol Distribution
 
-BUILD_DEPENDS=	autogen:devel/autogen
 LIB_DEPENDS=	libevent.so:devel/libevent \
 		libmd5.so:www/libwww
 


More information about the svn-ports-all mailing list