aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-IMAPClient
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-09-08 18:55:16 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-09-08 18:55:16 +0000
commite5fb9c0237e6d20bec509b990e9ee991374bd406 (patch)
tree65b03f30f7346890ee83d44f2afc5ee90905c24d /mail/p5-Mail-IMAPClient
parent3de56276475c70e2a005095943d75108bbeaf339 (diff)
downloadports-e5fb9c0237e6d20bec509b990e9ee991374bd406.tar.gz
ports-e5fb9c0237e6d20bec509b990e9ee991374bd406.zip
update to 2.1.4
set myself as the maintainer
Notes
Notes: svn path=/head/; revision=47546
Diffstat (limited to 'mail/p5-Mail-IMAPClient')
-rw-r--r--mail/p5-Mail-IMAPClient/Makefile7
-rw-r--r--mail/p5-Mail-IMAPClient/distinfo2
-rw-r--r--mail/p5-Mail-IMAPClient/files/patch-Makefile.PL52
-rw-r--r--mail/p5-Mail-IMAPClient/pkg-descr2
-rw-r--r--mail/p5-Mail-IMAPClient/pkg-plist3
5 files changed, 17 insertions, 49 deletions
diff --git a/mail/p5-Mail-IMAPClient/Makefile b/mail/p5-Mail-IMAPClient/Makefile
index 33b53906aa72..f9d6d2662ce4 100644
--- a/mail/p5-Mail-IMAPClient/Makefile
+++ b/mail/p5-Mail-IMAPClient/Makefile
@@ -6,19 +6,20 @@
#
PORTNAME= Mail-IMAPClient
-PORTVERSION= 2.1.2
+PORTVERSION= 2.1.4
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= mharo@FreeBSD.org
PERL_CONFIGURE= yes
INSTALL_TARGET= pure_site_install
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= Mail::IMAPClient.3
+MAN3= Mail::IMAPClient.3 Mail::IMAPClient::BodyStructure.3 \
+ Mail::IMAPClient::Parse.3
.include <bsd.port.mk>
diff --git a/mail/p5-Mail-IMAPClient/distinfo b/mail/p5-Mail-IMAPClient/distinfo
index 813422c1a0a3..edb3a0cfd07d 100644
--- a/mail/p5-Mail-IMAPClient/distinfo
+++ b/mail/p5-Mail-IMAPClient/distinfo
@@ -1 +1 @@
-MD5 (Mail-IMAPClient-2.1.2.tar.gz) = 7dde6a85b2f9ce24955aacfa20b86917
+MD5 (Mail-IMAPClient-2.1.4.tar.gz) = 691fa67ad0c68cbe88ba972158495941
diff --git a/mail/p5-Mail-IMAPClient/files/patch-Makefile.PL b/mail/p5-Mail-IMAPClient/files/patch-Makefile.PL
index 7a1444572136..fc99130afb6e 100644
--- a/mail/p5-Mail-IMAPClient/files/patch-Makefile.PL
+++ b/mail/p5-Mail-IMAPClient/files/patch-Makefile.PL
@@ -1,47 +1,11 @@
---- Makefile.PL.orig Thu May 10 01:43:18 2001
-+++ Makefile.PL Thu May 10 01:43:42 2001
-@@ -7,44 +7,3 @@
- 'clean' => { FILES => 'test.txt' }
-
+--- Makefile.PL.orig Sat Sep 8 11:45:48 2001
++++ Makefile.PL Sat Sep 8 11:46:03 2001
+@@ -10,8 +10,6 @@
);
--
+
+
-&set_test_data;
-
--sub set_test_data {
-- unless (-f "./IMAPClient.pm") { warn "ERROR: not in installation directory\n"; return }
-- return if -f "./test.txt";
-- print "You have the option of running an extended suite of tests during\n",
-- "'make test'. This requires an IMAP server name, user account, and ",
-- "password to test with.","\n","\n",
-- "Do you want to run the extended tests? (n/y) ==> ";
-- my $yes = <STDIN>;
-- return unless $yes =~ /^[Yy](?:[Ee]:[Ss]?)?$/ ;
-- unless (open TST,">./test.txt") { warn "ERROR: couldn't open ./test.txt: $!\n"; return }
-- print "\nPlease provide the hostname of a host running an IMAP server \n",
-- "(or QUIT to skip the extended tests) ==> ";
-- my $server = <STDIN>;
-- chomp $server;
-- return if $server =~ /^\s+$|^quit$/i ;
-- print TST "server=$server\n";
-- print "\nPlease provide the username of an account\non $server (or QUIT) ==> ";
-- my $user = <STDIN>;
-- chomp $user;
-- return if $user =~ /^\s+$|^quit$/i ;
-- print TST "user=$user\n";
-- print "\nPlease provide the password for $user\n(or QUIT) ==> ";
-- my $passed = <STDIN>;
-- chomp $passed;
-- return if $passed =~ /^\s+$|^quit$/i ;
-- print TST "passed=$passed\n";
-- print "\nPlease provide the port to connect to on $server to run the test \n",
-- "(default is 143) ==> ";
-- my $port = <STDIN>;
-- chomp $port;
-- $port ||= 143;
-- print TST "port=$port\n";
-- close TST;
-- print "\nGracias! The information you provided (including the \n",
-- " password!) has been stored in ",cwd,"/test.txt and should be\n",
-- " removed (either by hand or by 'make clean') after testing.\n";
--}
--
+ sub set_test_data {
+ unless (-f "./IMAPClient.pm") { warn "ERROR: not in installation directory\n"; return }
+ return if -f "./test.txt";
diff --git a/mail/p5-Mail-IMAPClient/pkg-descr b/mail/p5-Mail-IMAPClient/pkg-descr
index b6693a9c21c3..e77d5d33eb51 100644
--- a/mail/p5-Mail-IMAPClient/pkg-descr
+++ b/mail/p5-Mail-IMAPClient/pkg-descr
@@ -1,2 +1,2 @@
-This module provides perl routines that simplify a sockets connection
+This module provides perl routines that simplify a sockets connection
to and an IMAP conversation with an IMAP server
diff --git a/mail/p5-Mail-IMAPClient/pkg-plist b/mail/p5-Mail-IMAPClient/pkg-plist
index 84794e49c66d..3099a35a290f 100644
--- a/mail/p5-Mail-IMAPClient/pkg-plist
+++ b/mail/p5-Mail-IMAPClient/pkg-plist
@@ -1,5 +1,8 @@
lib/perl5/site_perl/%%PERL_VER%%/Mail/IMAPClient.pm
+lib/perl5/site_perl/%%PERL_VER%%/Mail/IMAPClient/BodyStructure.pm
+lib/perl5/site_perl/%%PERL_VER%%/Mail/IMAPClient/Parse.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/IMAPClient/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/IMAPClient
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/IMAPClient
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Mail 2>/dev/null || true