mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update from 4.2.4p6 to 4.2.4p7.
PR: ports/134755
This commit is contained in:
parent
74e4ab6818
commit
c51a82e586
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234422
3 changed files with 4 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ntp
|
PORTNAME= ntp
|
||||||
PORTVERSION?= 4.2.4p6
|
PORTVERSION?= 4.2.4p7
|
||||||
CATEGORIES= net ipv6
|
CATEGORIES= net ipv6
|
||||||
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \
|
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \
|
||||||
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \
|
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (ntp-4.2.4p6.tar.gz) = 1961c2c12b66b9046d5df37d0a41b181
|
MD5 (ntp-4.2.4p7.tar.gz) = 8c19ff62ed4f7d64f8e2aa59cb11f364
|
||||||
SHA256 (ntp-4.2.4p6.tar.gz) = 647640067c7c6a4c568af54c139ce07bbf9f69b54bf9be2704b4c99c56651067
|
SHA256 (ntp-4.2.4p7.tar.gz) = 5681883ce5cd0666d73c1b907e284653964a25ad4c02a308ab11b54aca8f01c3
|
||||||
SIZE (ntp-4.2.4p6.tar.gz) = 3443787
|
SIZE (ntp-4.2.4p7.tar.gz) = 3382146
|
||||||
|
|
|
@ -12,13 +12,3 @@
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
@@ -25384,6 +25389,9 @@
|
|
||||||
ans=no
|
|
||||||
case "$host" in
|
|
||||||
*-*-linux*)
|
|
||||||
+ ans=yes
|
|
||||||
+ ;;
|
|
||||||
+ *-*-freebsd*)
|
|
||||||
ans=yes
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue