Date: Thu, 3 May 2012 23:49:46 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tjs@cdpa.nsysu.edu.tw Subject: ports/167563: [PATCH] net/p5-Net-DHCP: update to 0.68 Message-ID: <3Vk1563Z32z8dn@sunpoet.net> Resent-Message-ID: <201205031600.q43G0PDh066905@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167563 >Category: ports >Synopsis: [PATCH] net/p5-Net-DHCP: update to 0.68 >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: Thu May 03 16:00:25 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Mon Apr 23 19:27:08 CST 2012 >Description: - Update to 0.68 - Add LICENSE - Add TEST_DEPENDS - Sort MAN3 and PLIST Changes: http://search.cpan.org/dist/Net-DHCP/Changes Port maintainer (tjs@cdpa.nsysu.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-Net-DHCP-0.68.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-DHCP/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 17 Sep 2011 06:49:12 -0000 1.5 +++ Makefile 3 May 2012 15:49:48 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Net-DHCP -PORTVERSION= 0.67 +PORTVERSION= 0.68 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,17 @@ MAINTAINER= tjs@cdpa.nsysu.edu.tw COMMENT= A DHCP set of classes designed to handle basic DHCP handling +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn + PERL_CONFIGURE= yes -MAN3= Net::DHCP::Packet.3 Net::DHCP::Constants.3 +MAN3= Net::DHCP::Constants.3 \ + Net::DHCP::Packet.3 + +post-patch: + @${REINPLACE_CMD} -e '/ABSTRACT_FROM/d' ${WRKSRC}/Makefile.PL .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-DHCP/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 15 Dec 2010 23:09:16 -0000 1.2 +++ distinfo 3 May 2012 15:49:48 -0000 @@ -1,2 +1,2 @@ -SHA256 (Net-DHCP-0.67.tar.gz) = 46b78ff1d619c243d633b8a82f5e41bc7a2a70844474f65c9b92777a822be8f7 -SIZE (Net-DHCP-0.67.tar.gz) = 21692 +SHA256 (Net-DHCP-0.68.tar.gz) = f84f565ad0e2c63bfa4586b5bddf0e8c343be1cb34c48ab55117998b735a05b3 +SIZE (Net-DHCP-0.68.tar.gz) = 41887 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-DHCP/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 13 Jul 2006 10:19:15 -0000 1.1 +++ pkg-plist 3 May 2012 15:49:48 -0000 @@ -1,5 +1,5 @@ -%%SITE_PERL%%/Net/DHCP/Packet.pm %%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 --- p5-Net-DHCP-0.68.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3Vk1563Z32z8dn>