Update from 4.2.4p6 to 4.2.4p7.

PR:		ports/134755
This commit is contained in:
Cy Schubert 2009-05-23 04:11:55 +00:00
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

View File

@ -6,7 +6,7 @@
#
PORTNAME= ntp
PORTVERSION?= 4.2.4p6
PORTVERSION?= 4.2.4p7
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \

View File

@ -1,3 +1,3 @@
MD5 (ntp-4.2.4p6.tar.gz) = 1961c2c12b66b9046d5df37d0a41b181
SHA256 (ntp-4.2.4p6.tar.gz) = 647640067c7c6a4c568af54c139ce07bbf9f69b54bf9be2704b4c99c56651067
SIZE (ntp-4.2.4p6.tar.gz) = 3443787
MD5 (ntp-4.2.4p7.tar.gz) = 8c19ff62ed4f7d64f8e2aa59cb11f364
SHA256 (ntp-4.2.4p7.tar.gz) = 5681883ce5cd0666d73c1b907e284653964a25ad4c02a308ab11b54aca8f01c3
SIZE (ntp-4.2.4p7.tar.gz) = 3382146

View File

@ -12,13 +12,3 @@
esac
done
@@ -25384,6 +25389,9 @@
ans=no
case "$host" in
*-*-linux*)
+ ans=yes
+ ;;
+ *-*-freebsd*)
ans=yes
;;
esac