diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-09 19:23:51 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-09 19:23:51 +0000 |
commit | 2de7af7e11e14680725f6f1fa48c5c426dc08d6a (patch) | |
tree | 0b7e099a783ee8bdece28e4c26889a8e494b9cc5 | |
parent | 5044e973f6f7dd4996b347f2d5b36d119fec340d (diff) |
- Update from v0.25 to v1.04
PR: ports/98330
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
Notes
Notes:
svn path=/head/; revision=164925
-rw-r--r-- | net/p5-IO-Socket-Multicast/Makefile | 2 | ||||
-rw-r--r-- | net/p5-IO-Socket-Multicast/distinfo | 6 | ||||
-rw-r--r-- | net/p5-IO-Socket-Multicast/pkg-descr | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/net/p5-IO-Socket-Multicast/Makefile b/net/p5-IO-Socket-Multicast/Makefile index ed06b4ea808a..205cf90fa4b7 100644 --- a/net/p5-IO-Socket-Multicast/Makefile +++ b/net/p5-IO-Socket-Multicast/Makefile @@ -6,7 +6,7 @@ # PORTNAME= IO-Socket-Multicast -PORTVERSION= 0.25 +PORTVERSION= 1.04 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IO diff --git a/net/p5-IO-Socket-Multicast/distinfo b/net/p5-IO-Socket-Multicast/distinfo index c1923f434753..d2c76a3a7a17 100644 --- a/net/p5-IO-Socket-Multicast/distinfo +++ b/net/p5-IO-Socket-Multicast/distinfo @@ -1,3 +1,3 @@ -MD5 (IO-Socket-Multicast-0.25.tar.gz) = 57e089b7edefa291e4542e7d8f051352 -SHA256 (IO-Socket-Multicast-0.25.tar.gz) = 31a145deb04e58468f102c7afd29e4b2d043842d1347bfc053b1e1cb3483e587 -SIZE (IO-Socket-Multicast-0.25.tar.gz) = 8477 +MD5 (IO-Socket-Multicast-1.04.tar.gz) = c433622d7ca5149faf90c21107223e1f +SHA256 (IO-Socket-Multicast-1.04.tar.gz) = 96415543ddc64dd099cabbcd3c3121d5adfd8043778ac8557bb20a413e6d4216 +SIZE (IO-Socket-Multicast-1.04.tar.gz) = 10466 diff --git a/net/p5-IO-Socket-Multicast/pkg-descr b/net/p5-IO-Socket-Multicast/pkg-descr index a27d7f48f1c3..43f4d8e6eb04 100644 --- a/net/p5-IO-Socket-Multicast/pkg-descr +++ b/net/p5-IO-Socket-Multicast/pkg-descr @@ -5,3 +5,4 @@ multicast transmissions and generate your own outgoing multicast packets. WWW: http://search.cpan.org/dist/IO-Socket-Multicast/ +Author: Lincoln Stein <lstein@cshl.org> |