svn commit: r406140 - in head/dns/dnsdist: . files

Martin Wilke miwi at FreeBSD.org
Fri Jan 15 06:36:38 UTC 2016


Author: miwi
Date: Fri Jan 15 06:36:37 2016
New Revision: 406140
URL: https://svnweb.freebsd.org/changeset/ports/406140

Log:
  - Update to 0.0.619gda835ff
  
  PR:		206187
  Submitted by:	maintainer

Added:
  head/dns/dnsdist/files/patch-iputils.hh   (contents, props changed)
Modified:
  head/dns/dnsdist/Makefile
  head/dns/dnsdist/distinfo

Modified: head/dns/dnsdist/Makefile
==============================================================================
--- head/dns/dnsdist/Makefile	Fri Jan 15 06:35:37 2016	(r406139)
+++ head/dns/dnsdist/Makefile	Fri Jan 15 06:36:37 2016	(r406140)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dnsdist
-DISTVERSION=	0.0.336gc278ffd
+DISTVERSION=	0.0.619gda835ff
 CATEGORIES=	dns net
 MASTER_SITES=	http://builder.powerdns.com/files/dnsdist/dist/ \
 		http://fbsd.es/~cpm/freebsd/ports/distfiles/ \

Modified: head/dns/dnsdist/distinfo
==============================================================================
--- head/dns/dnsdist/distinfo	Fri Jan 15 06:35:37 2016	(r406139)
+++ head/dns/dnsdist/distinfo	Fri Jan 15 06:36:37 2016	(r406140)
@@ -1,2 +1,2 @@
-SHA256 (dnsdist-0.0.336gc278ffd.tar.bz2) = 2a617d1cb2bcf87b5866d186254078332fe24cbc074c78391e9e07d73fd8fe54
-SIZE (dnsdist-0.0.336gc278ffd.tar.bz2) = 561370
+SHA256 (dnsdist-0.0.619gda835ff.tar.bz2) = d97964fab8700e56f3f96994afec2d0a5fa5293be5db9abb038122d18b3442c9
+SIZE (dnsdist-0.0.619gda835ff.tar.bz2) = 609709

Added: head/dns/dnsdist/files/patch-iputils.hh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/dnsdist/files/patch-iputils.hh	Fri Jan 15 06:36:37 2016	(r406140)
@@ -0,0 +1,14 @@
+--- iputils.hh.orig	2016-01-13 10:18:24 UTC
++++ iputils.hh
+@@ -59,6 +59,11 @@
+ #define le64toh(x) OSSwapLittleToHostInt64(x)
+ #endif
+ 
++// for FreeBSD
++#ifdef __FreeBSD__
++#include <sys/endian.h>
++#endif
++
+ // for illumos
+ #ifdef BE_64
+ 


More information about the svn-ports-head mailing list