Sun Aug 24 20:18:52 2008 UTC ()
Update from version 1.00 to 1.03, discussed in general terms with maintainer.

Pkgsrc changes:
 o Canonicalize MASTER_SITES and HOMEPAGE

Upstream changes:

1.03 Fri Mar 21 17:20:00 CET 2008
   - added support for IP_HDRINCL with IPv6 raw sockets (Linux only)
   => in fact, it should have worked before, but it appears to be a regression

1.02 Tue Feb 19 12:11:21 CET 2008
   - bugfix: due to Socket6 update, AF_INET6 definition has changed

1.01 Sun Feb 17 19:08:15 CET 2008
   - update: portability patches for other Unix systems (untested), concerning
             IP_HDRINCL constants and the like
   - update: license string (lc(Artistic)), to make CPANTS happy


(he)
diff -r1.2 -r1.3 pkgsrc/net/p5-Net-Write/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/net/p5-Net-Write/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/net/p5-Net-Write/Makefile (expand / switch to unified diff)

--- pkgsrc/net/p5-Net-Write/Makefile 2008/06/12 02:14:40 1.2
+++ pkgsrc/net/p5-Net-Write/Makefile 2008/08/24 20:18:52 1.3
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:40 joerg Exp $ 1# $NetBSD: Makefile,v 1.3 2008/08/24 20:18:52 he Exp $
2# 2#
3 3
4DISTNAME= Net-Write-1.00 4DISTNAME= Net-Write-1.03
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= net 6CATEGORIES= net
7MASTER_SITES= http://search.cpan.org/CPAN/authors/id/G/GO/GOMOR/ 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
8 8
9MAINTAINER= adrianp@NetBSD.org 9MAINTAINER= adrianp@NetBSD.org
10HOMEPAGE= http://search.cpan.org/CPAN/authors/id/G/GO/GOMOR/ 10HOMEPAGE= http://search.cpan.org/dist/Net-Write/
11COMMENT= Portable interface to open and send raw data to network 11COMMENT= Portable interface to open and send raw data to network
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15DEPENDS+= p5-Class-Gomor-[0-9]*:../../devel/p5-Class-Gomor 15DEPENDS+= p5-Class-Gomor-[0-9]*:../../devel/p5-Class-Gomor
16DEPENDS+= p5-Net-Pcap>=0.12:../../net/p5-Net-Pcap 16DEPENDS+= p5-Net-Pcap>=0.12:../../net/p5-Net-Pcap
17DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6 17DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6
18 18
19PERL5_PACKLIST= auto/Net/Write/.packlist 19PERL5_PACKLIST= auto/Net/Write/.packlist
20USE_LANGUAGES= # none 20USE_LANGUAGES= # none
21 21
22.include "../../lang/perl5/module.mk" 22.include "../../lang/perl5/module.mk"
23.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/p5-Net-Write/distinfo (expand / switch to unified diff)

--- pkgsrc/net/p5-Net-Write/distinfo 2007/01/03 14:09:28 1.1.1.1
+++ pkgsrc/net/p5-Net-Write/distinfo 2008/08/24 20:18:52 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2007/01/03 14:09:28 adrianp Exp $ 1$NetBSD: distinfo,v 1.2 2008/08/24 20:18:52 he Exp $
2 2
3SHA1 (Net-Write-1.00.tar.gz) = 4362f4016b1a6302a5eb3befbff4cc27d95af56c 3SHA1 (Net-Write-1.03.tar.gz) = 68c008126fc8122a50aa14ecbbc5541ce41d7df0
4RMD160 (Net-Write-1.00.tar.gz) = 9fc612edeaa1c7489b6aeb2a96cbc972d897492d 4RMD160 (Net-Write-1.03.tar.gz) = 13d1a9579991f0b1feff9035d0d67219d1640de3
5Size (Net-Write-1.00.tar.gz) = 7962 bytes 5Size (Net-Write-1.03.tar.gz) = 8556 bytes