diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ntp-devel/Makefile | 2 | ||||
-rw-r--r-- | net/ntp-devel/distinfo | 6 | ||||
-rw-r--r-- | net/ntp-devel/files/patch-Makefile.am | 13 | ||||
-rw-r--r-- | net/ntp-devel/files/patch-configure.ac | 12 |
4 files changed, 14 insertions, 19 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 9bc4c6bb15d1..5224ce7c23ea 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ntp -PORTVERSION= 4.2.7p76 +PORTVERSION= 4.2.7p77 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-dev/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ diff --git a/net/ntp-devel/distinfo b/net/ntp-devel/distinfo index 566e7d69280c..6540ea62e9fb 100644 --- a/net/ntp-devel/distinfo +++ b/net/ntp-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (ntp-dev-4.2.7p76.tar.gz) = 5d08c8585e16e3674ee379d5c529e3eb -SHA256 (ntp-dev-4.2.7p76.tar.gz) = fa79acb1937b9298b95c9435e4641d7dc8501190524cff1aa8fc75cf3b46dbbc -SIZE (ntp-dev-4.2.7p76.tar.gz) = 4566619 +MD5 (ntp-dev-4.2.7p77.tar.gz) = a8a6eaa5c329d7841448d28c5a72e39c +SHA256 (ntp-dev-4.2.7p77.tar.gz) = 701783e9f8ae85b423ca73588ee2b25d601312747a29f880c83b7c7195da5462 +SIZE (ntp-dev-4.2.7p77.tar.gz) = 4591492 diff --git a/net/ntp-devel/files/patch-Makefile.am b/net/ntp-devel/files/patch-Makefile.am deleted file mode 100644 index f54122ecdb0e..000000000000 --- a/net/ntp-devel/files/patch-Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.am.orig 2010-10-30 03:01:30.000000000 -0700 -+++ Makefile.am 2010-11-02 21:51:10.137966705 -0700 -@@ -28,10 +28,6 @@ - util \ - $(NULL) - --SUBDIRS+= \ -- tests \ -- $(NULL) -- - DIST_SUBDIRS= \ - scripts \ - include \ diff --git a/net/ntp-devel/files/patch-configure.ac b/net/ntp-devel/files/patch-configure.ac index fa0a69b335e5..e507dfe5abd0 100644 --- a/net/ntp-devel/files/patch-configure.ac +++ b/net/ntp-devel/files/patch-configure.ac @@ -1,6 +1,14 @@ --- configure.ac.orig 2010-11-01 21:38:51.000000000 -0700 -+++ configure.ac 2010-11-02 21:45:55.011452697 -0700 -@@ -4908,9 +4908,6 @@ ++++ configure.ac 2010-11-04 19:51:10.231549380 -0700 +@@ -4891,6 +4891,7 @@ + AC_CONFIG_FILES(scripts/ntpver, [chmod +x scripts/ntpver]) + AC_CONFIG_FILES(scripts/plot_summary, [chmod +x scripts/plot_summary]) + AC_CONFIG_FILES(scripts/summary, [chmod +x scripts/summary]) ++AC_CONFIG_FILES(tests/Makefile) + AC_CONFIG_FILES(util/Makefile) + + AC_PROG_CXX +@@ -4908,9 +4909,6 @@ fi AM_CONDITIONAL([GTEST_AVAILABLE], [test x${GTEST_CONFIG} != x]) |