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
This commit is contained in:
parent
82fd97e600
commit
436975a6cf
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue