Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2015 01:07:11 +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: r399797 - in head/net: ntp ntp-devel
Message-ID:  <201510200107.t9K17Blk015694@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Tue Oct 20 01:07:11 2015
New Revision: 399797
URL: https://svnweb.freebsd.org/changeset/ports/399797

Log:
  Shebang fix update-leap.

Modified:
  head/net/ntp-devel/Makefile
  head/net/ntp/Makefile

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Tue Oct 20 00:10:42 2015	(r399796)
+++ head/net/ntp-devel/Makefile	Tue Oct 20 01:07:11 2015	(r399797)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ntp
 PORTVERSION=	4.3.76
+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/
@@ -20,7 +21,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"

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Tue Oct 20 00:10:42 2015	(r399796)
+++ head/net/ntp/Makefile	Tue Oct 20 01:07:11 2015	(r399797)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ntp
 PORTVERSION=	4.2.8p3
-PORTREVISION=	1
+PORTREVISION=	2
 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 +21,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?201510200107.t9K17Blk015694>