summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-13 17:59:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-13 17:59:12 +0000
commit86f163f8e1c726efdfb3364ffce654d82d8dec99 (patch)
treead7626214912cfc53f21083e716c64761e4de63a /dns
parentapply xlist not to the own files (diff)
- Update to 2.14.1
PR: ports/70404 Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
Notes
Notes: svn path=/head/; revision=116138
Diffstat (limited to 'dns')
-rw-r--r--dns/dnrd/Makefile2
-rw-r--r--dns/dnrd/distinfo4
-rw-r--r--dns/dnrd/files/patch-configure12
-rw-r--r--dns/dnrd/files/patch-dns.c10
-rw-r--r--dns/dnrd/files/patch-query.h10
-rw-r--r--dns/dnrd/files/patch-src-domnode.c10
-rw-r--r--dns/dnrd/files/patch-src-relay.c16
7 files changed, 3 insertions, 61 deletions
diff --git a/dns/dnrd/Makefile b/dns/dnrd/Makefile
index 8f28705e3c10..b385bc1eb48f 100644
--- a/dns/dnrd/Makefile
+++ b/dns/dnrd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dnrd
-PORTVERSION= 2.14
+PORTVERSION= 2.14.1
CATEGORIES= dns
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dnrd
diff --git a/dns/dnrd/distinfo b/dns/dnrd/distinfo
index 125d77499c36..e046c36f934d 100644
--- a/dns/dnrd/distinfo
+++ b/dns/dnrd/distinfo
@@ -1,2 +1,2 @@
-MD5 (dnrd-2.14.tar.gz) = f0645955944a16594b50549abdc2d1c0
-SIZE (dnrd-2.14.tar.gz) = 139548
+MD5 (dnrd-2.14.1.tar.gz) = cdcc538779bf707617fae10824808b14
+SIZE (dnrd-2.14.1.tar.gz) = 139799
diff --git a/dns/dnrd/files/patch-configure b/dns/dnrd/files/patch-configure
deleted file mode 100644
index 34d46b5a37f6..000000000000
--- a/dns/dnrd/files/patch-configure
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.orig Wed Jul 21 09:52:13 2004
-+++ configure Wed Jul 28 22:34:54 2004
-@@ -4170,8 +4170,7 @@
-
- case $host_os in
- netbsd*|bsdi*) ;;
-- freebsd4*) THREAD_CFLAGS="-pthread" ;;
-- freebsd*) THREAD_LIBS="-lc_r" ;;
-+ freebsd*) THREAD_CFLAGS="${PTHREAD_CFLAGS}" THREAD_LIBS="${PTHREAD_LIBS}" ;;
- linux*|openbsd*) THREAD_LIBS="-lpthread" ;;
- esac
-
diff --git a/dns/dnrd/files/patch-dns.c b/dns/dnrd/files/patch-dns.c
deleted file mode 100644
index 79360e8ad9d9..000000000000
--- a/dns/dnrd/files/patch-dns.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/dns.c Thu Jan 4 10:37:21 2001
-+++ src/dns.c.new Sat Mar 10 14:29:38 2001
-@@ -27,6 +27,7 @@
- #include <ctype.h>
-
- #include <netdb.h>
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
diff --git a/dns/dnrd/files/patch-query.h b/dns/dnrd/files/patch-query.h
deleted file mode 100644
index ebc5cd6ba907..000000000000
--- a/dns/dnrd/files/patch-query.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/query.h.orig Sat Jan 6 14:56:49 2001
-+++ src/query.h Sat Jan 6 14:56:59 2001
-@@ -25,6 +25,7 @@
- #ifndef _DNSR_QUERY_H_
- #define _DNSR_QUERY_H_
-
-+#include <sys/types.h>
- #include <time.h>
- #include <netinet/in.h>
-
diff --git a/dns/dnrd/files/patch-src-domnode.c b/dns/dnrd/files/patch-src-domnode.c
deleted file mode 100644
index d5e42424a676..000000000000
--- a/dns/dnrd/files/patch-src-domnode.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/domnode.c.orig Mon Jul 19 13:17:21 2004
-+++ src/domnode.c Wed Jul 28 22:28:52 2004
-@@ -26,6 +26,7 @@
-
- #include <stdlib.h>
- #include <string.h>
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
diff --git a/dns/dnrd/files/patch-src-relay.c b/dns/dnrd/files/patch-src-relay.c
deleted file mode 100644
index 27ca6de60a61..000000000000
--- a/dns/dnrd/files/patch-src-relay.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/relay.c.orig Mon Jul 19 13:17:21 2004
-+++ src/relay.c Wed Jul 28 22:27:44 2004
-@@ -19,12 +19,12 @@
- */
-
- #include <stdio.h>
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
- #include <errno.h>
- #include <sys/time.h>
--#include <sys/types.h>
- #include <unistd.h>
- #include <string.h>
-