- update to Mail-Tools-1.67

ok espie@
This commit is contained in:
msf 2005-04-10 19:12:53 +00:00
parent 571b180fa7
commit 05737b8203
7 changed files with 14 additions and 69 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.12 2002/10/30 04:13:36 pvalchev Exp $
# $OpenBSD: Makefile,v 1.13 2005/04/10 19:12:53 msf Exp $
COMMENT= "modules for handling mail with perl"
DISTNAME= MailTools-1.15
PKGNAME= p5-Mail-Tools-1.15
DISTNAME= MailTools-1.67
PKGNAME= p5-Mail-Tools-1.67
CATEGORIES= mail devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
@ -18,13 +18,13 @@ CONFIGURE_STYLE= perl
# Build examples as well
post-build:
@cd ${WRKSRC} && for i in bin/*.PL; do perl $$i; done
@cd ${WRKSRC} && for i in examples/*.PL; do perl $$i; done
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-MailTools
${INSTALL_SCRIPT} ${WRKSRC}/bin/forwd_demo ${PREFIX}/share/examples/p5-MailTools
${INSTALL_SCRIPT} ${WRKSRC}/bin/rplyto_demo ${PREFIX}/share/examples/p5-MailTools
${INSTALL_SCRIPT} ${WRKSRC}/bin/send_demo ${PREFIX}/share/examples/p5-MailTools
${INSTALL_SCRIPT} ${WRKSRC}/forwd_demo ${PREFIX}/share/examples/p5-MailTools
${INSTALL_SCRIPT} ${WRKSRC}/rplyto_demo ${PREFIX}/share/examples/p5-MailTools
${INSTALL_SCRIPT} ${WRKSRC}/send_demo ${PREFIX}/share/examples/p5-MailTools
${INSTALL_DATA} ${WRKSRC}/README.demos ${PREFIX}/share/examples/p5-MailTools
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
MD5 (MailTools-1.15.tar.gz) = 5b8125343cc1a130c713f5655a0e2784
RMD160 (MailTools-1.15.tar.gz) = 67d1e1c553d6853cbd6193d0ce5898a584970e68
SHA1 (MailTools-1.15.tar.gz) = 1a64c81d27c3bb563c21792104c26d37c82b77dd
SIZE (MailTools-1.15.tar.gz) = 39585
MD5 (MailTools-1.67.tar.gz) = 7871c38e42792c5e0920b3817e1523fd
RMD160 (MailTools-1.67.tar.gz) = 233ee3d24254c8516457ee669749b30b4f8a884b
SHA1 (MailTools-1.67.tar.gz) = 707fb7bc7fff73191b5d2082a2e3b5f2003c9ad0
SIZE (MailTools-1.67.tar.gz) = 46995

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-Mail_Header_pm,v 1.1 2001/01/07 21:55:13 avsm Exp $
--- Mail/Header.pm.orig Sun Jan 7 21:42:06 2001
+++ Mail/Header.pm Sun Jan 7 21:41:51 2001
@@ -966,7 +966,7 @@ of tag will be removed.
=item count ( TAG )
-Returns the number of times the given atg appears in the header
+Returns the number of times the given tag appears in the header
=item print ( [ FD ] )
@@ -991,7 +991,7 @@ a description on how C<Mail::Header> use
=item tags ()
-Retruns an array of all the tags that exist in the header. Each tag will
+Returns an array of all the tags that exist in the header. Each tag will
only appear in the list once. The order of the tags is not specified.
=item dup ()

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-bin_forwd_demo_PL,v 1.1.1.1 2000/06/02 14:15:27 espie Exp $
--- bin/forwd_demo.PL.orig Fri Jun 2 15:58:59 2000
+++ bin/forwd_demo.PL Fri Jun 2 15:59:16 2000
@@ -9,7 +9,6 @@ unlink($script);
open MIR, ">$script" or die "open for writing $script: $!";
print MIR $Config{'startperl'}," -w\n";
$cwd = Cwd::getcwd();
-print MIR "use lib qw($cwd/blib);\n";
print MIR <DATA>;
chmod(0755, $script);

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-bin_rplyto_demo_PL,v 1.1.1.1 2000/06/02 14:15:27 espie Exp $
--- bin/rplyto_demo.PL.orig Fri Jun 2 16:02:23 2000
+++ bin/rplyto_demo.PL Fri Jun 2 16:02:28 2000
@@ -9,7 +9,6 @@ unlink($script);
open MIR, ">$script" or die "open for writing $script: $!";
print MIR $Config{'startperl'}," -w\n";
$cwd = Cwd::getcwd();
-print MIR "use lib qw($cwd/blib);\n";
print MIR <DATA>;
chmod(0755, $script);

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-bin_send_demo_PL,v 1.1.1.1 2000/06/02 14:15:27 espie Exp $
--- bin/send_demo.PL.orig Fri Jun 2 15:59:06 2000
+++ bin/send_demo.PL Fri Jun 2 15:59:33 2000
@@ -9,7 +9,6 @@ unlink($script);
$cwd = Cwd::getcwd();
open MIR, ">$script" or die "open for writing $script: $!";
print MIR $Config{'startperl'}," -w\n";
-print MIR "use lib qw($cwd/blib);\n";
print MIR <DATA>;
chmod(0755, $script);

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.8 2004/09/15 09:09:44 espie Exp $
@comment $OpenBSD: PLIST,v 1.9 2005/04/10 19:12:53 msf Exp $
${P5SITE}/Mail/
${P5SITE}/Mail/Address.pm
${P5SITE}/Mail/Cap.pm
@ -8,15 +8,14 @@ ${P5SITE}/Mail/Field/AddrList.pm
${P5SITE}/Mail/Field/Date.pm
${P5SITE}/Mail/Filter.pm
${P5SITE}/Mail/Header.pm
${P5SITE}/Mail/Header.pm.orig
${P5SITE}/Mail/Internet.pm
${P5SITE}/Mail/Mailer/
${P5SITE}/Mail/Mailer.pm
${P5SITE}/Mail/Mailer/mail.pm
${P5SITE}/Mail/Mailer/qmail.pm
${P5SITE}/Mail/Mailer/rfc822.pm
${P5SITE}/Mail/Mailer/sendmail.pm
${P5SITE}/Mail/Mailer/smtp.pm
${P5SITE}/Mail/Mailer/test.pm
${P5SITE}/Mail/Mailer/testfile.pm
${P5SITE}/Mail/Send.pm
${P5SITE}/Mail/Util.pm
${P5SITE}/auto/