summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-04-19 16:31:45 +0000
committerzuntum <zuntum@pkgsrc.org>2001-04-19 16:31:45 +0000
commitecbbc4485151b40830a07821dde6339ca742c9e0 (patch)
tree44b74a5ddd472eb7960538159433d7883f2421fb
parent4681741c45f828ea3f390a9f082cf59754cbf2b6 (diff)
downloadpkgsrc-ecbbc4485151b40830a07821dde6339ca742c9e0.tar.gz
Version 2.0.19
18 April 2001 -add additional exception handling for POP3 protocol errors (server bugs) and socket errors after connect (network errors). Thanks to Jesper Andersen for the bug report. -add additional log message to make diagnosis of server problems easier. Apparently Mandrake Linux v.7.2 ships with a very broken POP3 server; several users sent me traces which I tracked down to gross violations of the POP3 protocol (RFC1939). o remove patch-aa, we can do substitution using sed o move getmailrc-example to standard place (PREFIX/share/examples), thus removing pkg/MESSAGE (it suggested taking a look at PREFIX/doc/getmail/getmailrc-example
-rw-r--r--mail/getmail/Makefile8
-rw-r--r--mail/getmail/distinfo6
-rw-r--r--mail/getmail/patches/patch-aa13
-rw-r--r--mail/getmail/pkg/MESSAGE2
-rw-r--r--mail/getmail/pkg/PLIST4
5 files changed, 10 insertions, 23 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile
index 2b84eb6b554..16cd722fc72 100644
--- a/mail/getmail/Makefile
+++ b/mail/getmail/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2001/03/16 20:53:03 zuntum Exp $
+# $NetBSD: Makefile,v 1.3 2001/04/19 16:31:45 zuntum Exp $
#
-DISTNAME= getmail-2.0.18
+DISTNAME= getmail-2.0.19
CATEGORIES= mail
MASTER_SITES= http://www.qcc.sk.ca/~charlesc/software/getmail-2.0/
@@ -15,7 +15,7 @@ NO_CONFIGURE= YES
NO_BUILD= YES
post-patch:
- ${SED} "s,@PREFIX@,${PREFIX}," ${WRKSRC}/getmail \
+ ${SED} "s,/usr/local,${PREFIX}," ${WRKSRC}/getmail \
> ${WRKSRC}/getmail.done
${MV} ${WRKSRC}/getmail.done ${WRKSRC}/getmail
@@ -24,6 +24,8 @@ do-install:
cd ${WRKSRC} && \
${INSTALL_DATA} TODO BUGS CHANGELOG getmailrc-example faq.txt \
getmail.txt docs.txt COPYING ${PREFIX}/share/doc/getmail
+ ${INSTALL_DATA} ${WRKSRC}/getmailrc-example \
+ ${PREFIX}/share/examples/getmailrc
${INSTALL_SCRIPT_DIR} ${PREFIX}/libexec/getmail
cd ${WRKSRC} && \
${INSTALL_SCRIPT} ConfParser.py timeoutsocket.py getmail.py \
diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo
index 1581e38b871..8389c8b3a80 100644
--- a/mail/getmail/distinfo
+++ b/mail/getmail/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2001/04/17 11:33:57 agc Exp $
+$NetBSD: distinfo,v 1.2 2001/04/19 16:31:45 zuntum Exp $
-MD5 (getmail-2.0.18.tar.gz) = 981495a82f98b12b0fd862fab75e16f1
-SHA1 (patch-aa) = 33b7345b1cfcc5fbfa0a0520e2216f78e2ea802e
+SHA1 (getmail-2.0.19.tar.gz) = 8bb2ad9a3da6e09fb684eee2b0e0369c85d52a07
+Size (getmail-2.0.19.tar.gz) = 37903 bytes
diff --git a/mail/getmail/patches/patch-aa b/mail/getmail/patches/patch-aa
deleted file mode 100644
index d869a319e71..00000000000
--- a/mail/getmail/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/03/05 20:56:44 jtb Exp $
-
---- getmail.orig Tue Feb 20 23:24:07 2001
-+++ getmail
-@@ -1,7 +1,7 @@
- #!/bin/sh
-
- # Change this to your getmail directory; defaults to /usr/lib/getmail
--GETMAILPATH="/usr/local/lib/getmail"
-+GETMAILPATH="@PREFIX@/libexec/getmail"
-
- OLDPYTHONPATH=${PYTHONPATH}
- PYTHONPATH="${GETMAILPATH}:${PYTHONPATH}"
diff --git a/mail/getmail/pkg/MESSAGE b/mail/getmail/pkg/MESSAGE
deleted file mode 100644
index 52cab7a9f7e..00000000000
--- a/mail/getmail/pkg/MESSAGE
+++ /dev/null
@@ -1,2 +0,0 @@
-Take a look at ${PREFIX}/share/doc/getmail/getmailrc-example to learn
-getmailrc syntax.
diff --git a/mail/getmail/pkg/PLIST b/mail/getmail/pkg/PLIST
index bca96713ecf..fa1966429a8 100644
--- a/mail/getmail/pkg/PLIST
+++ b/mail/getmail/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/05 20:56:44 jtb Exp $
+@comment $NetBSD: PLIST,v 1.2 2001/04/19 16:31:47 zuntum Exp $
bin/getmail
libexec/getmail/ConfParser.py
libexec/getmail/getmail.py
@@ -10,6 +10,6 @@ share/doc/getmail/TODO
share/doc/getmail/docs.txt
share/doc/getmail/faq.txt
share/doc/getmail/getmail.txt
-share/doc/getmail/getmailrc-example
+share/examples/getmailrc
@dirrm libexec/getmail
@dirrm share/doc/getmail