summaryrefslogtreecommitdiff
path: root/mail/majordomo/Makefile
diff options
context:
space:
mode:
authoritojun <itojun>2001-04-13 01:42:32 +0000
committeritojun <itojun>2001-04-13 01:42:32 +0000
commit1fd345041c3b18e6624894775b083db2520cc737 (patch)
tree66f52e29f7a7c6e11d2dc2e327d6e56ce49a5398 /mail/majordomo/Makefile
parentf85ddd984245d60ee071dfab41851072074fbdaa (diff)
downloadpkgsrc-1fd345041c3b18e6624894775b083db2520cc737.tar.gz
upgrade to 1.94.5.
Changes from 1.94.4 to 1.94.5 A straightforward patch release, 99% from the collected 1.94.4 patches: o digest_rm_fronter and digest_rm_footer now work. o unsubcribe_policy now has +confirm feature o More hostile address checking o archive2.pl makes archives world readable. o bounce had an innocuous y2k bug, and wanted a 'bounces' list password even when called as unsub o better description of the moderator function. o Fixes 'restrict_post = #!$list' substitution and blank lines in config files o Better error reporting when majordomo.cf is wrong. o Detects some attachments sent as commands o Approve commands can span lines now. o resend has better messages for taboo_headers problems o fixed: header corruption when Subject: is blank and subject tags are used.
Diffstat (limited to 'mail/majordomo/Makefile')
-rw-r--r--mail/majordomo/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile
index e2904cca5ed..0b7b22ca887 100644
--- a/mail/majordomo/Makefile
+++ b/mail/majordomo/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2001/03/27 11:53:17 agc Exp $
+# $NetBSD: Makefile,v 1.13 2001/04/13 01:42:32 itojun Exp $
-DISTNAME= majordomo-1.94.4
-PKGNAME= ${DISTNAME}nb1
+DISTNAME= majordomo-1.94.5
CATEGORIES= mail
-MASTER_SITES= ftp://ftp.sgi.com/other/majordomo/1.94.4/ \
- ftp://ftp-europe.sgi.com/other/majordomo/1.94.4/
+MASTER_SITES= ftp://ftp.sgi.com/other/majordomo/1.94.5/ \
+ ftp://ftp-europe.sgi.com/other/majordomo/1.94.5/
EXTRACT_SUFX= .tgz
MAINTAINER= packages@biology.nmsu.edu