svn commit: r395723 - head/net/ntp-devel

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 31 18:43:00 UTC 2015


Author: amdmi3
Date: Mon Aug 31 18:42:59 2015
New Revision: 395723
URL: https://svnweb.freebsd.org/changeset/ports/395723

Log:
  - Switch to USES=libedit as suggested by stage-qa
  
  Approved by:	portmgr blanket

Modified:
  head/net/ntp-devel/Makefile

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Mon Aug 31 18:42:47 2015	(r395722)
+++ head/net/ntp-devel/Makefile	Mon Aug 31 18:42:59 2015	(r395723)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ntp
 PORTVERSION=	4.3.70
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \
 		http://archive.ntp.org/ntp4/ntp-dev/
@@ -16,7 +17,7 @@ CONFLICTS=	ntp-[0-9].* ntp-rc-*
 
 GNU_CONFIGURE=	yes
 OPTIONS_SUB=	yes
-USES=		cpe pathfix shebangfix libtool pkgconfig
+USES=		cpe pathfix shebangfix libedit libtool pkgconfig
 LIB_DEPENDS=	libevent.so:${PORTSDIR}/devel/libevent2
 
 SHEBANG_FILES=	scripts/ntptrace/ntptrace.in \


More information about the svn-ports-head mailing list