Update 4.2.7p447 --> 4.2.7p449
This commit is contained in:
parent
e21b05521c
commit
273b288d6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362101
2 changed files with 8 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ntp
|
||||
PORTVERSION= 4.2.7p447
|
||||
PORTVERSION= 4.2.7p449
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \
|
||||
ftp://ftp.archive.de.uu.net/pub/unix/ntp/ntp4/ntp-dev/ \
|
||||
|
@ -57,6 +57,11 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}4
|
|||
|
||||
AUTOTOOLSFILES= aclocal.m4
|
||||
|
||||
# XXX Temporary hack. Remember to remove this next commit.
|
||||
post-extract:
|
||||
@/usr/bin/touch ${WRKSRC}/scripts/build/checkHtmlFileDates
|
||||
@${CHMOD} +x ${WRKSRC}/scripts/build/checkHtmlFileDates
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \
|
||||
${WRKSRC}/aclocal.m4
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (ntp-dev-4.2.7p447.tar.gz) = 4f866071a627cba56e08acca95363ca87da0ba0cfe3f94dfe749054357302477
|
||||
SIZE (ntp-dev-4.2.7p447.tar.gz) = 6495548
|
||||
SHA256 (ntp-dev-4.2.7p449.tar.gz) = 1908f8a06425f0bf2b87a4ac86478c283f688e8c391763851b2dfba3aba9cbfb
|
||||
SIZE (ntp-dev-4.2.7p449.tar.gz) = 6517858
|
||||
|
|
Loading…
Reference in a new issue