summaryrefslogtreecommitdiff
path: root/mail/vm/Makefile
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-05-17 18:28:13 +0000
committerjtb <jtb@pkgsrc.org>2003-05-17 18:28:13 +0000
commitd90632c42be6f6528d48dba39e323e9c7ffc7b44 (patch)
tree133f2b736df58ecbf57abd043fa222374628bc58 /mail/vm/Makefile
parentef2defc7c99f35560f632e94bbcd09ca3ed0282f (diff)
downloadpkgsrc-d90632c42be6f6528d48dba39e323e9c7ffc7b44.tar.gz
Update to 7.15
* Makefile: Use '>' instead of '>>' on first write to vm-autoload.el to truncate the file otherwise it will grow each time it is updated. * vm-mime-attach-message: arrange for forwarded flag of each attached message to be set when the composition is sent. * vm-decode-mime-encoded-words: do charset conversion if needed. Forgot to add this back when vm-mime-charset-converter-alist was added. * when cropping images call 'convert' with -page to avoid having some kind of margin takcked on to the image. The strange margin seems to be applied to GIFs but not JPGs. No idea why. * fixed some defcustom variable declarations. * vm-mime-reader-map-save-file: return the file name to which the object was saved. * vm-mime-burst-digest: remove blank lines at the beginning of message/rfc822 bodies in a multipart/digest object, since they most likely indicate an improperly packed digest rather than a message with no headers. * vm-make-tempfile: use vm-octal to clarify file mode setting. * vm-make-image-strips: when building the script for incremental display, don't quote the filenames. DJGPP cmdproxy.exe doesn't interpret single quotes and using double quotes is pointless. VM's arguments to 'convert' don't need quoting anyway. * use vm-pop-check-connection to check POP connections before trying to read data from them. The checker will signal an error if the connection is closed or the process associated with the connection has exited. * use vm-imap-check-connection to check IMAP connections before trying to read data from them, The checker will signal an error if the connection is closed or the process associated with the connection has exited.
Diffstat (limited to 'mail/vm/Makefile')
-rw-r--r--mail/vm/Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/mail/vm/Makefile b/mail/vm/Makefile
index b8927a64752..5185c97a19a 100644
--- a/mail/vm/Makefile
+++ b/mail/vm/Makefile
@@ -1,12 +1,19 @@
-# $NetBSD: Makefile,v 1.17 2003/04/29 21:34:02 jtb Exp $
+# $NetBSD: Makefile,v 1.18 2003/05/17 18:28:13 jtb Exp $
-DISTNAME= vm-7.14
+DISTNAME= vm-7.15
CATEGORIES= mail
-MASTER_SITES= ftp://ftp.uni-mainz.de/pub/gnu/vm/ \
+MASTER_SITES= ftp://ftp.uni-mainz.de/pub/software/gnu/vm/ \
ftp://tug.org/vm/ \
- ftp://ftp.uu.net/networking/mail/vm/ \
ftp://psg.com/pub/vm/ \
- ftp://sunsite.cnlab-switch.ch/mirror/vm/
+ ftp://sunsite.cnlab-switch.ch/mirror/vm/ \
+ ftp://ftp.uu.net/networking/mail/vm/ \
+ http://www.interhack.net/projects/vm/ \
+ ftp://ftp.ccs.neu.edu/net/mirrors/VM/ \
+ http://www.rge.com/pub/mail/vm/ \
+ http://ftp.lip6.fr/pub/unix/mail/vm/ \
+ http://ftp.jussieu.fr/pub/unix/mail/vm/ \
+ ftp://ftp.surfnet.nl/pub/mail/vm/ \
+ http://ftp.algx.net/pub/packages/mail/vm/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.wonderworks.com/vm/