diff --git a/net/ntp/Makefile b/net/ntp/Makefile index c8d8d57e258a..778853208292 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -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/ \ diff --git a/net/ntp/distinfo b/net/ntp/distinfo index 4611ce491c74..07fcae4f6818 100644 --- a/net/ntp/distinfo +++ b/net/ntp/distinfo @@ -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 diff --git a/net/ntp/files/patch-configure b/net/ntp/files/patch-configure index b384d9d4c4b8..72dd4c4c4494 100644 --- a/net/ntp/files/patch-configure +++ b/net/ntp/files/patch-configure @@ -12,13 +12,3 @@ esac done -@@ -25384,6 +25389,9 @@ - ans=no - case "$host" in - *-*-linux*) -+ ans=yes -+ ;; -+ *-*-freebsd*) - ans=yes - ;; - esac