From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 22 07:40:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E325106564A for ; Wed, 22 Feb 2012 07:40:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 08B0B8FC08 for ; Wed, 22 Feb 2012 07:40:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1M7eH9U038011 for ; Wed, 22 Feb 2012 07:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1M7eHBB038010; Wed, 22 Feb 2012 07:40:17 GMT (envelope-from gnats) Date: Wed, 22 Feb 2012 07:40:17 GMT Message-Id: <201202220740.q1M7eHBB038010@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael Cardell Widerkrantz Cc: Subject: Re: ports/165388: [maintainer-update] [patch] dns/radns update to radns-20110809-2. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael Cardell Widerkrantz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2012 07:40:18 -0000 The following reply was made to PR ports/165388; it has been noted by GNATS. From: Michael Cardell Widerkrantz To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/165388: [maintainer-update] [patch] dns/radns update to radns-20110809-2. Date: Wed, 22 Feb 2012 08:34:47 +0100 --=-=-= The patch was accidentally sent as application/octet-stream and base64 encoded. Here it is again as text/x-patch, hopefully sent as text. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=radns.patch Content-Description: Patch as text --- /usr/ports/dns/radns/Makefile 2011-10-12 23:51:17.000000000 +0200 +++ Makefile 2012-02-22 07:37:14.000000000 +0100 @@ -6,7 +6,8 @@ # PORTNAME= radns -PORTVERSION= 20110809 +PORTVERSION= 20110809.2 +DISTNAME= radns-20110809-2 CATEGORIES= dns MASTER_SITES= http://hack.org/mc/hacks/radns/ @@ -30,10 +31,6 @@ .include -.if ${OSVERSION} >= 900000 -BROKEN= does not compile on FreeBSD 9.X -.endif - post-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}" --- /usr/ports/dns/radns/distinfo 2011-09-28 11:48:16.000000000 +0200 +++ distinfo 2012-02-22 07:37:16.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (radns-20110809.tar.bz2) = 1a501c40c15008f0581a4d8616e261b0b4e851a04c52cdad490bcb581c7e81dd -SIZE (radns-20110809.tar.bz2) = 19966 +SHA256 (radns-20110809-2.tar.bz2) = 7165d77d8620ae49e13b8dc85e38960ea0ee50886084af9c0093a09d13cb6051 +SIZE (radns-20110809-2.tar.bz2) = 19987 --=-=-=--