pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/47627: Please update net/p5-Net-DHCP to 0.693



>Number:         47627
>Category:       pkg
>Synopsis:       Please update net/p5-Net-DHCP to 0.693
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Mar 08 11:20:00 +0000 2013
>Originator:     Edgar Fuß
>Release:        pkgsrc-2012Q4
>Organization:
Mathematisches Institut der Uni Bonn
>Environment:
>Description:
0.693  2012-10-16

        - Changes kindly sent in my Alexander Clouter
        - Allows static routes to be included in dhcp packets
        - (no tests yet)

0.692  2012-09-05

        - Minor typo in pod

0.691  2012-08-24

        - Updated changelog for Kawlitee

0.69  2012-06-06

        - Added 'use warnings' to improve Kwalitee
        - Now uses dist::zilla

0.685  2012-05-21

        - Removed file

0.684  2012-05-21

        - Changed to using Dist::Zilla.

0.683  2012-01-21

        - Still chasing the Build requires issue.

0.682  2012-01-21

        - Minor update to tests sent in from Gregory Herrmann via RT#74187. 
Thanks for that!
        - Updated pod to complete coverage

0.681  2012-01-16

        - Forgot to update MANIFEST file... woops. Also some po updates.

0.68   2012-01-14

        - Added Net/DHCP.pm stub.

0.67_2  2011-04-18

        - Updated pod. Please be awair that i have added the word "CableLabs" 
to to pod. This 05-be of concern to Debian. Im not sure how their licensing 
works exactly vs CableLabs copyrights. Im reasonably certain its aok.
        - Minor changes for RT#73972
        - Improvements to tests

0.67_1  2010-12-16

        - Warning: the declaration of DHO_NIS_DOMAIN was overlapping for 
options 40 options 64. Therefore, options 64 and 65 where renamed 
DHO_NISV3_SERVER and DHO_NISV3_DOMAIN to remove this overlap and remain 
consistent.
        - Constants.pm. Added a vast number of option codes from the IANA 
listing.
        - Added updated DHCP message codes, added Netware IP Codes. Tests were 
added for coverage of constants.
        - Packet.pm. Changed a whole bunch of stuff. Including removing some 
then then else orgies, tidying up lots of warnings.
        - Tests. I'd added a bunch more tests :)
        - Rearranged the test suite. Added lots of tests.

>How-To-Repeat:
head net/p5-Net-DHCP/Makefile
>Fix:
cvs diff: Diffing net/p5-Net-DHCP
Index: net/p5-Net-DHCP/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/p5-Net-DHCP/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- net/p5-Net-DHCP/Makefile    23 Oct 2012 17:18:47 -0000      1.3
+++ net/p5-Net-DHCP/Makefile    8 Mar 2013 11:01:59 -0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2012/10/23 17:18:47 asau Exp $
+# $NetBSD: Makefile,v $
 #
 
-DISTNAME=      Net-DHCP-0.67
+DISTNAME=      Net-DHCP-0.693
 PKGNAME=       p5-${DISTNAME}
 PKGREVISION=   1
 CATEGORIES=    net perl5
@@ -12,11 +12,14 @@
 COMMENT=       Object methods to create a DHCP packet
 LICENSE=       ${PERL5_LICENSE}
 
+PERL5_REQD+=   5.8.0
+
 EGSUBDIR=       share/examples/p5-Net-DHCP
 INSTALLATION_DIRS+=     ${EGSUBDIR}
 
 EGFILES=       examples/dhcp_sniffer.pl examples/dhcpd.pl 
examples/dhcpd_test.pl
-EGFILES+=      examples/lease_query.pl examples/send_packet.pl
+EGFILES+=      examples/dumpianatoxml.pl examples/l2tp-dhcp-inform 
examples/lease_query.pl
+EGFILES+=      examples/list_dho.pl examples/send_packet.pl
 
 REPLACE_PERL+= ${EGFILES}
 
@@ -25,6 +28,7 @@
        ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${DESTDIR:Q}${PREFIX:Q}/${EGSUBDIR}
 .endfor
 
+PERL5_MODULE_TYPE=     Module::Build
 PERL5_PACKLIST=                auto/Net/DHCP/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index