svn commit: r399797 - in head/net: ntp ntp-devel

Cy Schubert cy at FreeBSD.org
Tue Oct 20 01:07:13 UTC 2015


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"


More information about the svn-ports-all mailing list