summaryrefslogtreecommitdiffstats
path: root/irc/p5-IRC
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2003-10-02 16:04:30 +0000
committermat <mat@FreeBSD.org>2003-10-02 16:04:30 +0000
commit85ec6db506615837e44069d79914f3594dcc43b8 (patch)
tree0420e3fc105e617335997a3d04429124d5b28fec /irc/p5-IRC
parentf2054912c81af66f71c54f08d656bba880892a3c (diff)
downloadFreeBSD-ports-85ec6db506615837e44069d79914f3594dcc43b8.zip
FreeBSD-ports-85ec6db506615837e44069d79914f3594dcc43b8.tar.gz
Update to 0.74
use SITE_PERL, add WWW, cleanup, and remove no longer needed patch maintainer timeout (4 months) PR: 52241 Submitted by: myself
Diffstat (limited to 'irc/p5-IRC')
-rw-r--r--irc/p5-IRC/Makefile5
-rw-r--r--irc/p5-IRC/distinfo2
-rw-r--r--irc/p5-IRC/files/patch-Connection.pm11
-rw-r--r--irc/p5-IRC/pkg-descr2
-rw-r--r--irc/p5-IRC/pkg-plist18
5 files changed, 14 insertions, 24 deletions
diff --git a/irc/p5-IRC/Makefile b/irc/p5-IRC/Makefile
index a5feda9..fbd0069 100644
--- a/irc/p5-IRC/Makefile
+++ b/irc/p5-IRC/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= Net-IRC
-PORTVERSION= 0.71
+PORTVERSION= 0.74
CATEGORIES= irc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Net
+MASTER_SITE_SUBDIR= Net/JMUHLICH
PKGNAMEPREFIX= p5-
MAINTAINER= jedgar@fxp.org
@@ -17,7 +17,6 @@ COMMENT= Perl5 modules to implement the IRC protocol (RFC 1459)
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Net::Connection.3 \
Net::DCC.3 \
Net::Event.3 \
diff --git a/irc/p5-IRC/distinfo b/irc/p5-IRC/distinfo
index a2466fd..5f51c64 100644
--- a/irc/p5-IRC/distinfo
+++ b/irc/p5-IRC/distinfo
@@ -1 +1 @@
-MD5 (Net-IRC-0.71.tar.gz) = a826fb30864b619d6de47c97cef4fc24
+MD5 (Net-IRC-0.74.tar.gz) = 641f5afb334582e9812798de83808329
diff --git a/irc/p5-IRC/files/patch-Connection.pm b/irc/p5-IRC/files/patch-Connection.pm
deleted file mode 100644
index 6834703..0000000
--- a/irc/p5-IRC/files/patch-Connection.pm
+++ /dev/null
@@ -1,11 +0,0 @@
---- Connection.pm.orig Sun Jul 1 14:50:50 2001
-+++ Connection.pm Tue Nov 27 09:31:39 2001
-@@ -1112,7 +1112,7 @@
- /x) # That ought to do it for now...
- {
- $line = substr $line, 1 if $line =~ /^:/;
-- ($from, $line) = split ":", $line, 2;
-+ ($from, $line) = $line =~ m/^(\S+\s.*?):(.*)$/;
- ($from, $type, @stuff) = split /\s+/, $from;
- $type = lc $type;
-
diff --git a/irc/p5-IRC/pkg-descr b/irc/p5-IRC/pkg-descr
index 55037c6..27c25f1 100644
--- a/irc/p5-IRC/pkg-descr
+++ b/irc/p5-IRC/pkg-descr
@@ -16,3 +16,5 @@ Net::IRC::Event
Net::IRC::DCC
See their respective man pages for details.
+
+WWW: http://search.cpan.org/dist/Net-IRC
diff --git a/irc/p5-IRC/pkg-plist b/irc/p5-IRC/pkg-plist
index bcaf9e3..6d8ce73 100644
--- a/irc/p5-IRC/pkg-plist
+++ b/irc/p5-IRC/pkg-plist
@@ -1,9 +1,9 @@
-lib/perl5/site_perl/%%PERL_VER%%/Net/IRC.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/IRC/Connection.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/IRC/DCC.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/IRC/Event.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IRC/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/IRC
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IRC
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
+%%SITE_PERL%%/Net/IRC.pm
+%%SITE_PERL%%/Net/IRC/Connection.pm
+%%SITE_PERL%%/Net/IRC/DCC.pm
+%%SITE_PERL%%/Net/IRC/Event.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IRC/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IRC
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+@dirrm %%SITE_PERL%%/Net/IRC
+@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
OpenPOWER on IntegriCloud