From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 23 09:10:04 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 8FF0D106566C for ; Wed, 23 May 2012 09:10:04 +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 6802A8FC17 for ; Wed, 23 May 2012 09:10:04 +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 q4N9A4SU001539 for ; Wed, 23 May 2012 09:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4N9A4MR001538; Wed, 23 May 2012 09:10:04 GMT (envelope-from gnats) Resent-Date: Wed, 23 May 2012 09:10:04 GMT Resent-Message-Id: <201205230910.q4N9A4MR001538@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Muhammad Moinur Rahman <5u623l20@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EB97106566C for ; Wed, 23 May 2012 09:08:21 +0000 (UTC) (envelope-from bofh@bofh.telnet.net.bd) Received: from mx-out-03.telnet-bd.com (MX-OUT-03.TELNET-BD.COM [120.50.30.66]) by mx1.freebsd.org (Postfix) with ESMTP id 332CC8FC12 for ; Wed, 23 May 2012 09:08:18 +0000 (UTC) Received: from bofh.telnet.net.bd (bofh.telnet.net.bd [120.50.31.42]) by fortune-02.telnet.net.bd (Postfix) with ESMTPS id 1E2B42D4179; Wed, 23 May 2012 15:08:14 +0600 (BDT) Received: (from root@localhost) by bofh.telnet.net.bd (8.14.5/8.14.5/Submit) id q4N97pDF028773; Wed, 23 May 2012 15:07:51 +0600 (BDT) (envelope-from bofh) Message-Id: <201205230907.q4N97pDF028773@bofh.telnet.net.bd> Date: Wed, 23 May 2012 15:07:51 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tjs@cdpa.nsysu.edu.tw Subject: ports/168251: [PATCH] net/p5-Net-DHCP: update to 0.685 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2012 09:10:04 -0000 >Number: 168251 >Category: ports >Synopsis: [PATCH] net/p5-Net-DHCP: update to 0.685 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 09:10:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar 2 02:21:51 BDT >Description: - Update to 0.685 For Committer's reference: http://tb.s.ubze.ro//logs/7.4-FreeBSD-i386/p5-Net-DHCP-0.685.log http://tb.s.ubze.ro//logs/7.4-FreeBSD-amd64/p5-Net-DHCP-0.685.log http://tb.s.ubze.ro//logs/9.0-FreeBSD-i386/p5-Net-DHCP-0.685.log http://tb.s.ubze.ro//logs/9.0-FreeBSD-amd64/p5-Net-DHCP-0.685.log http://tb.s.ubze.ro//logs/8.3-FreeBSD-i386/p5-Net-DHCP-0.685.log http://tb.s.ubze.ro//logs/8.3-FreeBSD-amd64/p5-Net-DHCP-0.685.log Port maintainer (tjs@cdpa.nsysu.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- p5-Net-DHCP-0.685.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/p5-Net-DHCP/Makefile ./Makefile --- /usr/ports/net/p5-Net-DHCP/Makefile 2012-05-19 11:30:31.000000000 +0600 +++ ./Makefile 2012-05-23 15:06:17.508208474 +0600 @@ -6,7 +6,7 @@ # PORTNAME= Net-DHCP -PORTVERSION= 0.68 +PORTVERSION= 0.685 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,12 +19,9 @@ TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Net::DHCP::Constants.3 \ Net::DHCP::Packet.3 -post-patch: - @${REINPLACE_CMD} -e '/ABSTRACT_FROM/d' ${WRKSRC}/Makefile.PL - .include diff -ruN --exclude=CVS /usr/ports/net/p5-Net-DHCP/distinfo ./distinfo --- /usr/ports/net/p5-Net-DHCP/distinfo 2012-05-19 11:30:31.000000000 +0600 +++ ./distinfo 2012-05-23 02:24:33.982209780 +0600 @@ -1,2 +1,2 @@ -SHA256 (Net-DHCP-0.68.tar.gz) = f84f565ad0e2c63bfa4586b5bddf0e8c343be1cb34c48ab55117998b735a05b3 -SIZE (Net-DHCP-0.68.tar.gz) = 41887 +SHA256 (Net-DHCP-0.685.tar.gz) = 8a671f60d50423c61c6a0036b7096aa1059fbe4f7180d9bd752e427e9020e070 +SIZE (Net-DHCP-0.685.tar.gz) = 42441 diff -ruN --exclude=CVS /usr/ports/net/p5-Net-DHCP/pkg-plist ./pkg-plist --- /usr/ports/net/p5-Net-DHCP/pkg-plist 2012-05-19 11:30:31.000000000 +0600 +++ ./pkg-plist 2012-05-23 03:36:36.616209073 +0600 @@ -1,6 +1,5 @@ %%SITE_PERL%%/Net/DHCP/Constants.pm %%SITE_PERL%%/Net/DHCP/Packet.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCP/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrmtry %%SITE_PERL%%/Net/DHCP --- p5-Net-DHCP-0.685.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: