pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-TFTP Update from version 0.10 to 0.17. Cha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70f06cfe1b36
branches:  trunk
changeset: 543759:70f06cfe1b36
user:      he <he%pkgsrc.org@localhost>
date:      Sun Jun 22 16:19:22 2008 +0000

description:
Update from version 0.10 to 0.17.  Changes:

Release 0.17 -- Wed Jul 18 06:30:05 CDT 2007

Enhancements
 * Added support for IPv6 (patch from John Jason Brzozowski)

Change 746 on 2002/09/23 by <gbarr%pobox.com@localhost> (Graham Barr)

        Fix return logic for get and put (patch from Bruce Gray)

Change 726 on 2002/05/27 by <gbarr%pobox.com@localhost> (Graham Barr)

        Release 0.15

Change 725 on 2002/05/27 by <gbarr%pobox.com@localhost> (Graham Barr)

        Fix 'Use of uninitialized' warning

Change 693 on 2002/01/11 by <gbarr%pobox.com@localhost> (Graham Barr)

        Add O_TRUNC to open in get() so an existing file is truncated instead
        of unlinked and recreated

Change 646 on 2001/09/17 by <gbarr%pobox.com@localhost> (Graham Barr)

        Ensure local files are in binmode when transfer is octet mode
        Avoid spurious Buffer underflow warning

Change 633 on 2001/09/03 by <gbarr%pobox.com@localhost> (Graham Barr)

        Release 0.12

Change 614 on 2001/05/29 by <gbarr%pobox.com@localhost> (Graham Barr)

        Move TFTP out of libnet

diffstat:

 net/p5-Net-TFTP/Makefile |  9 ++++-----
 net/p5-Net-TFTP/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r 553ca522dcc2 -r 70f06cfe1b36 net/p5-Net-TFTP/Makefile
--- a/net/p5-Net-TFTP/Makefile  Sun Jun 22 16:14:54 2008 +0000
+++ b/net/p5-Net-TFTP/Makefile  Sun Jun 22 16:19:22 2008 +0000
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:40 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2008/06/22 16:19:22 he Exp $
 
-DISTNAME=      Net-TFTP-0.10
-PKGNAME=       p5-Net-TFTP-0.10
+DISTNAME=      Net-TFTP-0.17
+PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5ntf
-PKGREVISION=   2
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~gbarr/Net-TFTP-0.17/
 COMMENT=       Perl5 module for TFTP transfers
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-WRKSRC=                        ${WRKDIR}/Net-TFTP-0.10
 PERL5_PACKLIST=                auto/Net/TFTP/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 553ca522dcc2 -r 70f06cfe1b36 net/p5-Net-TFTP/distinfo
--- a/net/p5-Net-TFTP/distinfo  Sun Jun 22 16:14:54 2008 +0000
+++ b/net/p5-Net-TFTP/distinfo  Sun Jun 22 16:19:22 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 12:13:59 agc Exp $
+$NetBSD: distinfo,v 1.4 2008/06/22 16:19:22 he Exp $
 
-SHA1 (Net-TFTP-0.10.tar.gz) = e09da51ba2da1388ae769c2ed8e08c0cc49a10ef
-RMD160 (Net-TFTP-0.10.tar.gz) = 16a3718e1bbd9137134b97ee716faf1265e95507
-Size (Net-TFTP-0.10.tar.gz) = 6525 bytes
+SHA1 (Net-TFTP-0.17.tar.gz) = e857ee7fb50f6302e317395ea1d8ac0a5d478677
+RMD160 (Net-TFTP-0.17.tar.gz) = 89702f419c648e5b8b8dff35ef17cc5d565e72fc
+Size (Net-TFTP-0.17.tar.gz) = 7940 bytes



Home | Main Index | Thread Index | Old Index