From owner-cvs-all@FreeBSD.ORG Thu Jan 1 18:44:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D6F616A4CE; Thu, 1 Jan 2004 18:44:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D94543D3F; Thu, 1 Jan 2004 18:44:06 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i022i60B027965; Thu, 1 Jan 2004 18:44:06 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i022i619027964; Thu, 1 Jan 2004 18:44:06 -0800 (PST) (envelope-from dougb) Message-Id: <200401020244.i022i619027964@repoman.freebsd.org> From: Doug Barton Date: Thu, 1 Jan 2004 18:44:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/p5-Net-DNS Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2004 02:44:07 -0000 dougb 2004/01/01 18:44:06 PST FreeBSD ports repository Modified files: dns/p5-Net-DNS Makefile distinfo Log: Update to version 0.44, the latest available. Version 0.43 had the actual substantive changes, 0.44 has some non-user-visible changes to make CPAN.pm happy. Power users of this module are encouraged to read the CHANGES file. Most users shouldn't have problems with this upgrade. Significant changes to the software: 1. Ongoing refinement of proper class inheritance/categorization. 2. Fix zone transfers with 'many-answer' format. 3. Finally "fixed" the .xs code, and accompanying Makefile.pl options to work out of the box on both RELENG_4 and 5-current. 4. Added a Makefile.pl option to avoid the online tests. 5. Support for unknown RR types. Changes to the port: 1. Take advantage of 3 and 4 above. 2. portlint doesn't like the word 'file' to appear in the Makefile, so change it to 'doc' for the PORTDOCS install loop. Revision Changes Path 1.48 +6 -5 ports/dns/p5-Net-DNS/Makefile 1.24 +1 -1 ports/dns/p5-Net-DNS/distinfo