Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 19:57:51 +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: r399718 - head/net/ntp-rc
Message-ID:  <201510191957.t9JJvpCj018897@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Mon Oct 19 19:57:51 2015
New Revision: 399718
URL: https://svnweb.freebsd.org/changeset/ports/399718

Log:
  Have shebangfix fixup update-leap.

Modified:
  head/net/ntp-rc/Makefile

Modified: head/net/ntp-rc/Makefile
==============================================================================
--- head/net/ntp-rc/Makefile	Mon Oct 19 19:52:47 2015	(r399717)
+++ head/net/ntp-rc/Makefile	Mon Oct 19 19:57:51 2015	(r399718)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ntp
 PORTVERSION=	4.2.8p4.r1
+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/ \
@@ -21,7 +22,8 @@ USES=		cpe pathfix shebangfix libedit li
 LIB_DEPENDS=	libevent.so:${PORTSDIR}/devel/libevent2
 
 SHEBANG_FILES=	scripts/ntptrace/ntptrace.in \
-		scripts/ntp-wait/ntp-wait.in
+		scripts/ntp-wait/ntp-wait.in \
+		scripts/update-leap/update-leap.in
 perl_OLD_CMD=	@PATH_PERL@
 
 .include "Makefile.inc"



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