diff options
author | he <he@pkgsrc.org> | 2008-07-14 18:18:17 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-07-14 18:18:17 +0000 |
commit | 258b6bb21f8c7e9fad817296fdfe1d3e7157e745 (patch) | |
tree | dc263cf3e1c8c0d7d5e70f41f54d6c68a536065e /net | |
parent | a289d95a34eb935c2f6bf87c9209d74d20f9ea17 (diff) | |
download | pkgsrc-258b6bb21f8c7e9fad817296fdfe1d3e7157e745.tar.gz |
Update from version 0.25 to 1.05. Changes:
1.05 Sat Aug 12 17:28:41 EDT 2006
Run correctly on Windows platforms under Perl 5.8.8.
1.03-1.04 Fri Dec 2 10:44:35 EST 2005
Various fixes to compile cleanly on Windows platforms.
1.02 Thu Nov 17 12:04:21 EST 2005
Skip regression test #4 (mcast_drop) because it always fails
on windows platforms. This
should not affect functionality, as the test asks
mcast_drop() to return a false value when dropping
an address twice.
1.01 July 5, 2005
All symbols now in IO::Socket::Multicast package
(some were in IO::Socket in previous versions)
Incorporates patches to compile cleanly on Win32 systems,
contributed by Thomas Kratz.
1.00 April 9, 2005
Reconstructed module after CVS server crash.
Fixed documentation errors
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-IO-Socket-Multicast/Makefile | 8 | ||||
-rw-r--r-- | net/p5-IO-Socket-Multicast/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/p5-IO-Socket-Multicast/Makefile b/net/p5-IO-Socket-Multicast/Makefile index 9149ccefb03..f1987d77feb 100644 --- a/net/p5-IO-Socket-Multicast/Makefile +++ b/net/p5-IO-Socket-Multicast/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:39 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/07/14 18:18:17 he Exp $ # -DISTNAME= IO-Socket-Multicast-0.25 +DISTNAME= IO-Socket-Multicast-1.05 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ism -PKGREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} MAINTAINER= he@NetBSD.org -COMMENT= IO::Socket::Multicast - perl multicast socket IO +HOMEPAGE= http://search.cpan.org/~lds/IO-Socket-Multicast-1.05/ +COMMENT= Perl multicast socket IO PKG_DESTDIR_SUPPORT= user-destdir diff --git a/net/p5-IO-Socket-Multicast/distinfo b/net/p5-IO-Socket-Multicast/distinfo index 22b2af81dab..7d09676f217 100644 --- a/net/p5-IO-Socket-Multicast/distinfo +++ b/net/p5-IO-Socket-Multicast/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 12:13:58 agc Exp $ +$NetBSD: distinfo,v 1.3 2008/07/14 18:18:17 he Exp $ -SHA1 (IO-Socket-Multicast-0.25.tar.gz) = 001ac82696e063567b3e85f47ddc8416b499f0a3 -RMD160 (IO-Socket-Multicast-0.25.tar.gz) = e89201a7f44810dfaf58ffcdaa98baae7d07221f -Size (IO-Socket-Multicast-0.25.tar.gz) = 8477 bytes +SHA1 (IO-Socket-Multicast-1.05.tar.gz) = e6e63a1b018a1d698975d7d160d5676c338d1159 +RMD160 (IO-Socket-Multicast-1.05.tar.gz) = 0f316c45977615069a0f05cecb16d97fad85f953 +Size (IO-Socket-Multicast-1.05.tar.gz) = 10517 bytes |