diff options
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 4 | ||||
-rw-r--r-- | dns/dnsmasq-devel/distinfo | 4 | ||||
-rw-r--r-- | dns/dnsmasq-devel/files/patch-src_inotify.c | 13 |
3 files changed, 4 insertions, 17 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 0a7038b981e4..3f395918b4b7 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= dnsmasq -PORTVERSION= 2.73.0t2 -DISTVERSION= 2.73test2 +PORTVERSION= 2.73.0t3 +DISTVERSION= 2.73test3 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/ PKGNAMESUFFIX= -devel diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index a6253d5f74e8..10f07e79cb8d 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.73test2.tar.xz) = 12479e475aab7a33764aba526b7554365400606026f1c9aa0784dfb4573f38b2 -SIZE (dnsmasq-2.73test2.tar.xz) = 472184 +SHA256 (dnsmasq-2.73test3.tar.xz) = bafdc95206715eba4a93d3619c875512af793f04e4dff5917e8d5479d605d161 +SIZE (dnsmasq-2.73test3.tar.xz) = 473232 diff --git a/dns/dnsmasq-devel/files/patch-src_inotify.c b/dns/dnsmasq-devel/files/patch-src_inotify.c deleted file mode 100644 index f3f8df41b4d2..000000000000 --- a/dns/dnsmasq-devel/files/patch-src_inotify.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/inotify.c.orig 2014-12-23 15:46:08 UTC -+++ src/inotify.c -@@ -15,9 +15,9 @@ - */ - - #include "dnsmasq.h" --#include <sys/inotify.h> - - #ifdef HAVE_LINUX_NETWORK -+#include <sys/inotify.h> - - /* the strategy is to set a inotify on the directories containing - resolv files, for any files in the directory which are close-write |