diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2015-01-09 16:41:32 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2015-01-09 16:41:32 +0000 |
commit | d78e5a106c08ef722f9156391b1bd8246810c2db (patch) | |
tree | 984bdecb371560a21226a9dbd47a36f47e63698b /dns/dnsmasq-devel | |
parent | b1a084f7dc31a4c75b820b003b16fab96c16055f (diff) | |
download | ports-d78e5a106c08ef722f9156391b1bd8246810c2db.tar.gz ports-d78e5a106c08ef722f9156391b1bd8246810c2db.zip |
Update to new test release.
Changes: the two items at the end of v2.73 here:
<http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob;f=CHANGELOG;h=e8bf80f81baac3366dfecbdb6e80c4102fb21574;hb=424c4a8a53c8aa5d6ac899c95803b97410abec8f#l26>
Notes
Notes:
svn path=/head/; revision=376623
Diffstat (limited to 'dns/dnsmasq-devel')
-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 |