diff options
author | cy <cy@FreeBSD.org> | 2009-05-23 12:11:55 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2009-05-23 12:11:55 +0800 |
commit | bc282319da100bed7b65a8b1dd9a7f46b7d89eb0 (patch) | |
tree | 5ac35a53f889d95f83c912c302d96b7f94c797ff /net/ntp | |
parent | 0aa4f89056479032d013199bc0c989809be56f1d (diff) | |
download | freebsd-ports-gnome-bc282319da100bed7b65a8b1dd9a7f46b7d89eb0.tar.gz freebsd-ports-gnome-bc282319da100bed7b65a8b1dd9a7f46b7d89eb0.tar.zst freebsd-ports-gnome-bc282319da100bed7b65a8b1dd9a7f46b7d89eb0.zip |
Update from 4.2.4p6 to 4.2.4p7.
PR: ports/134755
Diffstat (limited to 'net/ntp')
-rw-r--r-- | net/ntp/Makefile | 2 | ||||
-rw-r--r-- | net/ntp/distinfo | 6 | ||||
-rw-r--r-- | net/ntp/files/patch-configure | 10 |
3 files changed, 4 insertions, 14 deletions
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 |