svn commit: r399718 - head/net/ntp-rc

Cy Schubert cy at FreeBSD.org
Mon Oct 19 19:57:53 UTC 2015


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"


More information about the svn-ports-all mailing list