update to 0.75
This commit is contained in:
parent
57a558973f
commit
c7c5bb5039
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2002/12/29 21:14:11 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2004/06/15 06:27:03 kevlo Exp $
|
||||
|
||||
COMMENT= "modules to implement the irc protocol"
|
||||
|
||||
DISTNAME= Net-IRC-0.73
|
||||
DISTNAME= Net-IRC-0.75
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= net perl5
|
||||
|
||||
HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/Net-IRC/Connection.html
|
||||
HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/Net-IRC/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Net-IRC-0.73.tar.gz) = abbd45ad665540ebf4d690b4dc93625f
|
||||
RMD160 (Net-IRC-0.73.tar.gz) = 95f3aab23cb9b5b2e1053b9a3b26a067ded6c80d
|
||||
SHA1 (Net-IRC-0.73.tar.gz) = 6fbefed220fa263097abd228018f8acc2b8fac5d
|
||||
MD5 (Net-IRC-0.75.tar.gz) = 57587a48ddece7a995c6b138003ee798
|
||||
RMD160 (Net-IRC-0.75.tar.gz) = 7b15329f6509111872a4dd7516203a4013fc0c3b
|
||||
SHA1 (Net-IRC-0.75.tar.gz) = f21a2c7e34eac73dfc1a5b08c204630b509aea8b
|
||||
|
@ -1,8 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/01/17 01:55:05 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2004/06/15 06:27:05 kevlo Exp $
|
||||
${P5SITE}/Net/IRC.pm
|
||||
${P5SITE}/Net/IRC/Connection.pm
|
||||
${P5SITE}/Net/IRC/DCC.pm
|
||||
${P5SITE}/Net/IRC/Event.pm
|
||||
${P5SITE}/Net/IRC/EventQueue.pm
|
||||
${P5SITE}/Net/IRC/EventQueue/Entry.pm
|
||||
@comment ${P5ARCH}/auto/Net/IRC/.packlist
|
||||
man/man3p/Net::Connection.3p
|
||||
man/man3p/Net::DCC.3p
|
||||
@ -13,5 +15,6 @@ man/man3p/Net::IRC.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Net
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Net/IRC/EventQueue
|
||||
@dirrm ${P5SITE}/Net/IRC
|
||||
@dirrm ${P5SITE}/Net
|
||||
|
Loading…
Reference in New Issue
Block a user