From alex@foxybanana.com  Mon Aug  7 08:03:13 2006
Return-Path: <alex@foxybanana.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DC2E716A4DE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Aug 2006 08:03:13 +0000 (UTC)
	(envelope-from alex@foxybanana.com)
Received: from eastrmmtao04.cox.net (eastrmmtao04.cox.net [68.230.240.35])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 58BFC43D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Aug 2006 08:03:08 +0000 (GMT)
	(envelope-from alex@foxybanana.com)
Received: from Laptop.mine.box ([68.226.0.95]) by eastrmmtao04.cox.net
          (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP
          id <20060807080307.URQD25210.eastrmmtao04.cox.net@Laptop.mine.box>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Mon, 7 Aug 2006 04:03:07 -0400
Received: from Laptop.mine.box (localhost [127.0.0.1])
	by Laptop.mine.box (8.13.6/8.13.6) with ESMTP id k77832Ko015415
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 7 Aug 2006 04:03:02 -0400 (EDT)
	(envelope-from alex@localhost.my.domain)
Received: (from alex@localhost)
	by Laptop.mine.box (8.13.6/8.13.6/Submit) id k77832qg015414;
	Mon, 7 Aug 2006 04:03:02 -0400 (EDT)
	(envelope-from alex)
Message-Id: <200608070803.k77832qg015414@Laptop.mine.box>
Date: Mon, 7 Aug 2006 04:03:02 -0400 (EDT)
From: Alexander Botero-Lowry <alex@foxybanana.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] net/mDNSResponder: update to 108
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         101557
>Category:       ports
>Synopsis:       [PATCH] net/mDNSResponder: update to 108
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 07 08:10:17 GMT 2006
>Closed-Date:    Tue Aug 08 14:11:12 GMT 2006
>Last-Modified:  Tue Aug 08 14:11:12 GMT 2006
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #1: Mon Jul 10 22:43:23 CDT 2006
>Description:
- Update to 108
- Grab maintainership

Removed file(s):
- files/patch-mDNSShared::dns_sd.h

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mDNSResponder-108.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/mDNSResponder/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	10 Jun 2006 20:45:58 -0000	1.16
+++ Makefile	7 Aug 2006 08:01:20 -0000
@@ -7,12 +7,12 @@
 #
 
 PORTNAME=	mDNSResponder
-PORTVERSION=	107.5
+PORTVERSION=	108
 CATEGORIES=	net dns
 MASTER_SITES=	http://darwinsource.opendarwin.org/tarballs/apsl/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	alex@foxybanana.com
 COMMENT=	Apple's mDNSResponder
 
 INSTALLS_SHLIB=	YES
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/mDNSResponder/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	14 May 2006 13:36:13 -0000	1.5
+++ distinfo	7 Aug 2006 08:01:20 -0000
@@ -1,3 +1,3 @@
-MD5 (mDNSResponder-107.5.tar.gz) = ec345a16649ecb5b6e50096f2b5cbdaf
-SHA256 (mDNSResponder-107.5.tar.gz) = 8703e4a72108a8ed89194af7658cac348592e84fa67bd2d3794da4d81a610cf5
-SIZE (mDNSResponder-107.5.tar.gz) = 1379397
+MD5 (mDNSResponder-108.tar.gz) = 645eda2dd5d465b8dabedc3b87e1b31a
+SHA256 (mDNSResponder-108.tar.gz) = 262d945eaaa6a8071a98512d3b13699d2c0ea8713410daf8c81c3add8d17809f
+SIZE (mDNSResponder-108.tar.gz) = 1362840
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/mDNSResponder/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist	14 May 2006 13:36:13 -0000	1.6
+++ pkg-plist	7 Aug 2006 08:01:20 -0000
@@ -1,4 +1,3 @@
-bin/dns-sd
 bin/mDNSClientPosix
 bin/mDNSIdentify
 bin/mDNSNetMonitor
Index: files/patch-mDNSPosix_Makefile
===================================================================
RCS file: /home/ncvs/ports/net/mDNSResponder/files/patch-mDNSPosix_Makefile,v
retrieving revision 1.2
diff -u -r1.2 patch-mDNSPosix_Makefile
--- files/patch-mDNSPosix_Makefile	14 May 2006 13:36:14 -0000	1.2
+++ files/patch-mDNSPosix_Makefile	7 Aug 2006 08:01:20 -0000
@@ -1,11 +1,11 @@
---- mDNSPosix/Makefile.orig	Fri Mar 10 14:35:15 2006
-+++ mDNSPosix/Makefile	Fri Mar 10 14:35:31 2006
-@@ -407,7 +407,7 @@
+--- mDNSPosix/Makefile.orig	Mon Aug  7 03:47:48 2006
++++ mDNSPosix/Makefile	Mon Aug  7 03:48:14 2006
+@@ -401,7 +401,7 @@
  
- all: setup Daemon libdns_sd Clients SAClient SAResponder SAProxyResponder Identify NetMonitor dnsextd $(OPTIONALTARG)
+ all: setup Daemon libdns_sd Client Responder ProxyResponder Identify NetMonitor dnsextd $(OPTIONALTARG)
  
--install: setup InstalledDaemon InstalledStartup InstalledLib InstalledManPages InstalledClients $(OPTINSTALL)
-+install: setup InstalledDaemon InstalledLib InstalledManPages InstalledClients $(OPTINSTALL)
+-install: setup InstalledDaemon InstalledLib InstalledStartup InstalledManPages $(OPTINSTALL)
++install: setup InstalledDaemon InstalledLib InstalledManPages $(OPTINSTALL)
  
  # 'setup' sets up the build directory structure the way we want
  setup:
Index: files/patch-mDNSShared::dns_sd.h
===================================================================
RCS file: files/patch-mDNSShared::dns_sd.h
diff -N files/patch-mDNSShared::dns_sd.h
--- files/patch-mDNSShared::dns_sd.h	14 May 2006 13:36:14 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,10 +0,0 @@
---- mDNSShared/dns_sd.h.orig	Tue Dec 20 22:24:58 2005
-+++ mDNSShared/dns_sd.h	Fri Mar 10 14:41:32 2006
-@@ -42,6 +42,7 @@
- #endif
- 
- /* stdint.h does not exist on FreeBSD 4.x; its types are defined in sys/types.h instead */
-+#include <osreldate.h>
- #if defined(__FreeBSD_version) && (__FreeBSD_version < 500000)
- #include <sys/types.h>
- 
--- mDNSResponder-108.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Mon Aug 7 08:11:17 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101557 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Tue Aug 8 14:11:11 UTC 2006 
State-Changed-Why:  
Committed, with changes (the patch you removed is needed on 4.x) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101557 
>Unformatted:
