diff options
author | he <he@pkgsrc.org> | 2008-08-24 20:18:52 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-24 20:18:52 +0000 |
commit | 436975a6cf314dee32b3cf6c98de0a709a311e4a (patch) | |
tree | 45426b096d5596e9188c94eaaeac863ef236d6b3 /net/p5-Net-Write | |
parent | 82fd97e6009d83211cd9d197c7d0b6853ff6755d (diff) | |
download | pkgsrc-436975a6cf314dee32b3cf6c98de0a709a311e4a.tar.gz |
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
Diffstat (limited to 'net/p5-Net-Write')
-rw-r--r-- | net/p5-Net-Write/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-Write/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/p5-Net-Write/Makefile b/net/p5-Net-Write/Makefile index 610da7ce575..5174b0100c3 100644 --- a/net/p5-Net-Write/Makefile +++ b/net/p5-Net-Write/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:40 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/08/24 20:18:52 he Exp $ # -DISTNAME= Net-Write-1.00 +DISTNAME= Net-Write-1.03 PKGNAME= p5-${DISTNAME} CATEGORIES= net -MASTER_SITES= http://search.cpan.org/CPAN/authors/id/G/GO/GOMOR/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= adrianp@NetBSD.org -HOMEPAGE= http://search.cpan.org/CPAN/authors/id/G/GO/GOMOR/ +HOMEPAGE= http://search.cpan.org/dist/Net-Write/ COMMENT= Portable interface to open and send raw data to network PKG_DESTDIR_SUPPORT= user-destdir diff --git a/net/p5-Net-Write/distinfo b/net/p5-Net-Write/distinfo index 9bc957a12cc..68d3feb2a5b 100644 --- a/net/p5-Net-Write/distinfo +++ b/net/p5-Net-Write/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/01/03 14:09:28 adrianp Exp $ +$NetBSD: distinfo,v 1.2 2008/08/24 20:18:52 he Exp $ -SHA1 (Net-Write-1.00.tar.gz) = 4362f4016b1a6302a5eb3befbff4cc27d95af56c -RMD160 (Net-Write-1.00.tar.gz) = 9fc612edeaa1c7489b6aeb2a96cbc972d897492d -Size (Net-Write-1.00.tar.gz) = 7962 bytes +SHA1 (Net-Write-1.03.tar.gz) = 68c008126fc8122a50aa14ecbbc5541ce41d7df0 +RMD160 (Net-Write-1.03.tar.gz) = 13d1a9579991f0b1feff9035d0d67219d1640de3 +Size (Net-Write-1.03.tar.gz) = 8556 bytes |