aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-17 23:30:55 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-17 23:30:55 +0000
commita2004a373983c87e7161913785fb6628cfd0f685 (patch)
tree78d8c0e60bba127429fec037738da5e55a4187b1 /dns
parent112f7fcab624d34f69558ebbe0343b948272c21d (diff)
downloadports-a2004a373983c87e7161913785fb6628cfd0f685.tar.gz
ports-a2004a373983c87e7161913785fb6628cfd0f685.zip
change header file order
PR: 18055 Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru>
Notes
Notes: svn path=/head/; revision=27710
Diffstat (limited to 'dns')
-rw-r--r--dns/adns/Makefile6
-rw-r--r--dns/adns/files/patch-ac13
2 files changed, 16 insertions, 3 deletions
diff --git a/dns/adns/Makefile b/dns/adns/Makefile
index 09fb109d31cd..e9e333e11e02 100644
--- a/dns/adns/Makefile
+++ b/dns/adns/Makefile
@@ -5,9 +5,9 @@
# $FreeBSD$
#
-PORTNAME= adns
-PORTVERSION= 0.7
-CATEGORIES= net
+PORTNAME= adns
+PORTVERSION= 0.7
+CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.chiark.greenend.org.uk/users/ian/adns/
MASTER_SITE_SUBDIR= adns
diff --git a/dns/adns/files/patch-ac b/dns/adns/files/patch-ac
new file mode 100644
index 000000000000..92ad32a2a37c
--- /dev/null
+++ b/dns/adns/files/patch-ac
@@ -0,0 +1,13 @@
+--- src/adns.h.orig Thu Mar 2 04:34:04 2000
++++ src/adns.h Mon Apr 17 17:18:36 2000
+@@ -62,9 +62,9 @@
+
+ #include <stdio.h>
+
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+-#include <sys/types.h>
+ #include <sys/time.h>
+ #include <unistd.h>
+