diff options
author | schmonz <schmonz@pkgsrc.org> | 2006-02-14 18:46:24 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2006-02-14 18:46:24 +0000 |
commit | 03c199f380a3982039d145f6a11a5e658b3974a0 (patch) | |
tree | 8395f65e4e3f2b387adc2b9df5f280b748efcb65 /mail/getmail/Makefile | |
parent | d2539eb7a3eea493027475a2d3b4d3ac701a35f2 (diff) | |
download | pkgsrc-03c199f380a3982039d145f6a11a5e658b3974a0.tar.gz |
Update to 4.5.3. From the changelog:
* keyfile and certfile parameters to SSL retrievers are now expanded
for leading "~/" and "~username/" as well as environment
variables, just like other path parameters. Thanks: Fredrik Steen.
Diffstat (limited to 'mail/getmail/Makefile')
-rw-r--r-- | mail/getmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index bccd1b8f549..803d8b668f7 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2006/02/08 03:26:33 schmonz Exp $ +# $NetBSD: Makefile,v 1.58 2006/02/14 18:46:24 schmonz Exp $ -DISTNAME= getmail-4.5.2 +DISTNAME= getmail-4.5.3 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ |