Date: Tue, 23 Dec 2014 23:04:35 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375366 - in head/dns/dnsmasq-devel: . files Message-ID: <201412232304.sBNN4Z8B003009@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Tue Dec 23 23:04:34 2014 New Revision: 375366 URL: https://svnweb.freebsd.org/changeset/ports/375366 QAT: https://qat.redports.org/buildarchive/r375366/ Log: Package 2.73test2, with one additional patch to make it build (also reported upstream). CHANGELOG at: <http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=fbc5205702c7f6f431d9f1043c553d7fb62ddfdb> Added: head/dns/dnsmasq-devel/files/patch-src_inotify.c (contents, props changed) Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Tue Dec 23 22:59:52 2014 (r375365) +++ head/dns/dnsmasq-devel/Makefile Tue Dec 23 23:04:34 2014 (r375366) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.72rc2 +PORTVERSION= 2.73.0t2 +DISTVERSION= 2.73test2 CATEGORIES= dns ipv6 -MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ +MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/ PKGNAMESUFFIX= -devel MAINTAINER= mandree@FreeBSD.org @@ -12,7 +13,7 @@ COMMENT= Lightweight DNS forwarder, DHCP LICENSE= GPLv2 -IGNORE= build stable version instead, it is newer than this release candidate +#IGNORE= build stable version instead, it is newer than this release candidate CONFLICTS_INSTALL=dnsmasq-2* PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Tue Dec 23 22:59:52 2014 (r375365) +++ head/dns/dnsmasq-devel/distinfo Tue Dec 23 23:04:34 2014 (r375366) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.72rc2.tar.xz) = 23d464dec8b8d16f3a2fe86b99fa71908a8347ad9e426212b5bb020c048bddc5 -SIZE (dnsmasq-2.72rc2.tar.xz) = 469732 +SHA256 (dnsmasq-2.73test2.tar.xz) = 12479e475aab7a33764aba526b7554365400606026f1c9aa0784dfb4573f38b2 +SIZE (dnsmasq-2.73test2.tar.xz) = 472184 Added: head/dns/dnsmasq-devel/files/patch-src_inotify.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dnsmasq-devel/files/patch-src_inotify.c Tue Dec 23 23:04:34 2014 (r375366) @@ -0,0 +1,13 @@ +--- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412232304.sBNN4Z8B003009>