summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-08-07 14:42:27 +0000
committerzuntum <zuntum@pkgsrc.org>2001-08-07 14:42:27 +0000
commitf5995540996925342754e6657d956a322501b9fa (patch)
tree85ae3c6b96294855e366f594d7d0c405218742b3 /mail
parent922aa1ec4f818c78ab79841f2c8e1de8f015f4e6 (diff)
downloadpkgsrc-f5995540996925342754e6657d956a322501b9fa.tar.gz
Update getmail to 2.1.3
News: Version 2.1.3 3 August 2001 -change handling of command delivery. Verification of existent command is smarter; arguments won't cause problems now. Remove duplicate code. Version 2.1.2 1 August 2001 -getmail will now check the permissions on your getmailrc file, and refuse to run if the file is group- or world-writable. Thanks to Fredrik Steen for the request. Version 2.1.1 29 June 2001 -add "no_received" option, similar to no_delivered_to, at request of getmail user Nigel Cunningham. -got rid of some trailing tabs in ConfigParser.py after a report from Fredrik Steen -- they're harmless, but unclean. Fredrik is also in the process of packaging getmail for use in Debian. Thanks, Fredrik. -changed the default path to the getmail library dir from /usr/local/lib/... to /usr/lib/... . This only affects the getmail wrapper script; if you're using that, you may have to edit your copy, or change where you install the files to.
Diffstat (limited to 'mail')
-rw-r--r--mail/getmail/Makefile6
-rw-r--r--mail/getmail/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile
index e67bd969004..e7398e6bdd3 100644
--- a/mail/getmail/Makefile
+++ b/mail/getmail/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2001/06/26 16:02:17 zuntum Exp $
+# $NetBSD: Makefile,v 1.6 2001/08/07 14:42:27 zuntum Exp $
#
-DISTNAME= getmail-2.1.0
+DISTNAME= getmail-2.1.3
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,/usr/local,${PREFIX}," ${WRKSRC}/getmail \
+ ${SED} "s,/usr/lib,${PREFIX}/libexec," ${WRKSRC}/getmail \
> ${WRKSRC}/getmail.done
${MV} ${WRKSRC}/getmail.done ${WRKSRC}/getmail
diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo
index 8f01ecbbcf2..969852485e2 100644
--- a/mail/getmail/distinfo
+++ b/mail/getmail/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2001/06/26 16:02:17 zuntum Exp $
+$NetBSD: distinfo,v 1.5 2001/08/07 14:42:27 zuntum Exp $
-SHA1 (getmail-2.1.0.tar.gz) = 253bf8494ef6dd64270b881614a07ba543a4e6b4
-Size (getmail-2.1.0.tar.gz) = 38936 bytes
+SHA1 (getmail-2.1.3.tar.gz) = 9cc98662d819bb15c1035e659e9e1f3d5a3d8932
+Size (getmail-2.1.3.tar.gz) = 39447 bytes