From owner-cvs-all@FreeBSD.ORG Wed Feb 15 09:44:40 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DEAB106566B; Wed, 15 Feb 2012 09:44:40 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EDC128FC12; Wed, 15 Feb 2012 09:44:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q1F9idhX069212; Wed, 15 Feb 2012 09:44:39 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1F9idM0069211; Wed, 15 Feb 2012 09:44:39 GMT (envelope-from dougb) Message-Id: <201202150944.q1F9idM0069211@repoman.freebsd.org> From: Doug Barton Date: Wed, 15 Feb 2012 09:44:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/p5-Net-DNS Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 09:44:40 -0000 dougb 2012-02-15 09:44:39 UTC FreeBSD ports repository Modified files: dns/p5-Net-DNS Makefile distinfo pkg-plist Log: Update to version 0.68; Jan 30, 2012 Lots of fixes for older Perl versions, and several other bug fixes The parse and data methods are renamed to decode and encode respectively New feature: IDN query support, requires Net::LibIDN New modules: Mailbox.pm, Text.pm For the port: * Add TEST_DEPENDS (probably won't work on its own due to CONFIGURE_ARGS) * Add an OPTION for IDN support, off by default * Use the PORTDOCS macro * Move the OPTIONS= to the more standard location Revision Changes Path 1.79 +14 -4 ports/dns/p5-Net-DNS/Makefile 1.50 +2 -2 ports/dns/p5-Net-DNS/distinfo 1.26 +2 -4 ports/dns/p5-Net-DNS/pkg-plist