summaryrefslogtreecommitdiff
path: root/mail/majordomo/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2001-10-01Allow customizing the message for _SU_TARGET by substituting for "$action",jlam1-1/+2
where action can be "install", "package", "create user for", etc., instead of blindly always saying "install". Define "action" before calling ${_SU_TARGET} whereever it is used.
2001-09-12Use common just-in-time su code from bsd.pkg.mk, rather than homegrownagc1-24/+3
one.
2001-06-04The license for majordomo is now in pkgsrc/licenses/.jtb1-1/+3
2001-04-13upgrade to 1.94.5.itojun1-5/+4
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.
2001-03-27Move majordomo's digest man page to section 8, so that it doesn'tagc1-1/+2
conflict with digest(1)'s manual page. The majordomo digest command lives in libexec, anyway. Bump version to majordomo-1.94.4nb1 Addresses PR 12385, from Jun-ichiro itojun Hagino
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz1-11/+7
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2000-12-28s/NO_PACKAGE/NO_BIN_ON_{FTP,CDROM}/rh1-2/+3
2000-12-08Replace REQ file by INSTALL file, and modify to suitwiz1-12/+21
sysutils/amanda-common style.
2000-08-18Use `user' instead of `addnerd'. Move de-installation instructionswiz1-3/+17
from PLIST to DEINSTALL.
1999-09-06Use PLIST_SUBST= HOME=${MAJORDOMO_HOMEDIR} MAJORDOMO_USER=${MAJORDOMO_USER}sakamoto1-6/+4
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+3
displayed using the -B option to pkg_info(1).
1999-06-08Prefix the TMDIR and HOMEDIR variables with MAJORDOMO_ too.bad1-11/+11
1999-06-08Steal some code from bsd.pkg.mk to run the REQ script under SU_CMD whenbad1-2/+36
not configuring as root.
1999-06-08Add a HOMEPAGE=.bad1-1/+2
1999-06-08Initial import of pkg for majordomo-1.94.4, the popular mailing list manager.bad1-0/+118
Packaged by Brook Milligan brook@trillium.NMSU.Edu.