summaryrefslogtreecommitdiff
path: root/mail/exmh/Makefile
diff options
context:
space:
mode:
authoragc <agc>2000-01-13 09:17:36 +0000
committeragc <agc>2000-01-13 09:17:36 +0000
commitb78f68ff9f21c058b2ca7fd8250f2ab1566e3bdc (patch)
tree335884dfb1d8aff295cd682a9ad98c958a0d1f84 /mail/exmh/Makefile
parent670fe0ae5cea34cbbc1ca6addaef59d36f71e307 (diff)
downloadpkgsrc-b78f68ff9f21c058b2ca7fd8250f2ab1566e3bdc.tar.gz
Upgrade the exmh package to version 2.1.1. Fixes PR 8929, from Steve
Bellovin. Many changes and bug fixes, summarised by Steve as follows: Changing options in exmh, and in particular clicking 'save', does bad things. The version of exmh in use is 2.0.2; 2.1.1 is the current version. 2.1.1 also has much better pgp support. Also new master site for distribution files, and all patches have been applied except one.
Diffstat (limited to 'mail/exmh/Makefile')
-rw-r--r--mail/exmh/Makefile23
1 files changed, 11 insertions, 12 deletions
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile
index ff3507e728d..3b20f624530 100644
--- a/mail/exmh/Makefile
+++ b/mail/exmh/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.18 2000/01/09 01:29:54 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2000/01/13 09:17:36 agc Exp $
# FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp
#
-DISTNAME= exmh-2.0.2
+DISTNAME= exmh-2.1.1
CATEGORIES= mail tk80
-MASTER_SITES= http://sunscript.sun.com/dist/
-EXTRACT_SUFX= .tar.Z
+MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/exmh/
-PATCH_SITES= http://sunscript.sun.com/exmh/patches/2.0.1/
+#PATCH_SITES= http://sunscript.sun.com/exmh/patches/2.0.1/
# User contributed and "new features". Some not useable as-is.
-PATCHFILES= seditpost.patch inc.patch next.patch
+#PATCHFILES= seditpost.patch inc.patch next.patch
# XXX pgpExec.patch has got confused paths (supplied as patch-as)
# XXX newsgroups.patch is relative to a different directory (patch-at)
# XXX MDN.patch doesn't apply (patch-au)
@@ -25,11 +24,11 @@ DEPENDS+= mm-2.7:../../mail/metamail
.include "../../mk/bsd.prefs.mk"
-.if defined(PATCH_DEBUG)
-PATCH_DIST_ARGS= -d ${WRKSRC}/lib -E ${PATCH_DIST_STRIP}
-.else
-PATCH_DIST_ARGS= -d ${WRKSRC}/lib --forward --quiet -E ${PATCH_DIST_STRIP}
-.endif
+#.if defined(PATCH_DEBUG)
+#PATCH_DIST_ARGS= -d ${WRKSRC}/lib -E ${PATCH_DIST_STRIP}
+#.else
+#PATCH_DIST_ARGS= -d ${WRKSRC}/lib --forward --quiet -E ${PATCH_DIST_STRIP}
+#.endif
DIST_SUBDIR= ${PKGNAME}
USE_X11= yes
@@ -37,7 +36,7 @@ USE_X11= yes
WISH= wish8.0
TCLSH= tclsh8.0
-# Additionally, exmh will use the following ports if present:
+# Additionally, exmh will use the following packages if present:
# lang/expect
# textproc/glimpse
# security/pgp