Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2014 02:48:00 +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: r358895 - head/net/ntp
Message-ID:  <201406230248.s5N2m0Ve034868@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jun 23 02:48:00 2014
New Revision: 358895
URL: http://svnweb.freebsd.org/changeset/ports/358895
QAT: https://qat.redports.org/buildarchive/r358895/

Log:
  - Switch to USES=libtool
  - Fix shebangs
  - Remove redundant MAN1
  
  Approved by:	portmgr blanket

Modified:
  head/net/ntp/Makefile

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Mon Jun 23 02:44:52 2014	(r358894)
+++ head/net/ntp/Makefile	Mon Jun 23 02:48:00 2014	(r358895)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ntp
 PORTVERSION?=	4.2.6p5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net ipv6
 MASTER_SITES=	ftp://ftp.udel.edu/pub/ntp/ntp4/ \
 		http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \
@@ -17,15 +17,11 @@ COMMENT=	The Network Time Protocol Distr
 FORBIDDEN=	CVE-2013-5211 / VU#348126
 LATEST_LINK=	${PORTNAME}
 
+USES=		libtool shebangfix
+SHEBANG_FILES=	${WRKSRC}/scripts/ntptrace.in ${WRKSRC}/scripts/ntp-wait.in
+perl_OLD_CMD=	@PATH_PERL@
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	automake libtool
-
-MAN1=		sntp.1 \
-		ntpd.1 \
-		ntpdc.1 \
-		ntpq.1 \
-		ntpsnmpd.1 \
-		ntp-keygen.1 \
+USE_AUTOTOOLS=	automake
 
 .include "Makefile.inc"
 



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