svn commit: r375366 - in head/dns/dnsmasq-devel: . files

Matthias Andree mandree at FreeBSD.org
Tue Dec 23 23:04:36 UTC 2014


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 at 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 


More information about the svn-ports-head mailing list