svn commit: r358895 - head/net/ntp
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 23 02:48:01 UTC 2014
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"
More information about the svn-ports-all
mailing list