pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/mailman



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Aug 27 16:46:21 UTC 2024

Modified Files:
        pkgsrc/mail/mailman: Makefile PLIST
Added Files:
        pkgsrc/mail/mailman/files: README.pkgsrc
Removed Files:
        pkgsrc/mail/mailman: MESSAGE

Log Message:
mail/mailman: MESSAGE exorcism


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r0 pkgsrc/mail/mailman/MESSAGE
cvs rdiff -u -r1.98 -r1.99 pkgsrc/mail/mailman/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/mail/mailman/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/mailman/files/README.pkgsrc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/mailman/Makefile
diff -u pkgsrc/mail/mailman/Makefile:1.98 pkgsrc/mail/mailman/Makefile:1.99
--- pkgsrc/mail/mailman/Makefile:1.98   Mon Aug 14 05:24:47 2023
+++ pkgsrc/mail/mailman/Makefile        Tue Aug 27 16:46:21 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.98 2023/08/14 05:24:47 wiz Exp $
+# $NetBSD: Makefile,v 1.99 2024/08/27 16:46:21 gdt Exp $
 
 DISTNAME=      mailman-2.1.35
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    mail www
 MASTER_SITES=  https://launchpad.net/mailman/2.1/2.1.35/+download/
 EXTRACT_SUFX=  .tgz
@@ -118,6 +118,7 @@ pre-install:
        ${INSTALL_DATA_DIR} ${DESTDIR}${EXECDIR}/support
 
 post-install:
+       ${INSTALL_DATA} files/README.pkgsrc ${DESTDIR}${DOCDIR}
        cd ${WRKSRC} && for i in ${DOCFILELIST}; do \
                ${INSTALL_DATA} $$i ${DESTDIR}${DOCDIR}/; \
        done

Index: pkgsrc/mail/mailman/PLIST
diff -u pkgsrc/mail/mailman/PLIST:1.31 pkgsrc/mail/mailman/PLIST:1.32
--- pkgsrc/mail/mailman/PLIST:1.31      Tue Oct 26 18:42:55 2021
+++ pkgsrc/mail/mailman/PLIST   Tue Aug 27 16:46:21 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2021/10/26 18:42:55 tm Exp $
+@comment $NetBSD: PLIST,v 1.32 2024/08/27 16:46:21 gdt Exp $
 lib/mailman/Mailman/Archiver/Archiver.py
 lib/mailman/Mailman/Archiver/Archiver.pyc
 lib/mailman/Mailman/Archiver/HyperArch.py
@@ -2278,6 +2278,7 @@ share/doc/mailman/README-I18N.en
 share/doc/mailman/README.CONTRIB
 share/doc/mailman/README.NETSCAPE
 share/doc/mailman/README.USERAGENT
+share/doc/mailman/README.pkgsrc
 share/doc/mailman/STYLEGUIDE.txt
 share/doc/mailman/TODO
 share/doc/mailman/UPGRADING

Added files:

Index: pkgsrc/mail/mailman/files/README.pkgsrc
diff -u /dev/null pkgsrc/mail/mailman/files/README.pkgsrc:1.1
--- /dev/null   Tue Aug 27 16:46:21 2024
+++ pkgsrc/mail/mailman/files/README.pkgsrc     Tue Aug 27 16:46:21 2024
@@ -0,0 +1,26 @@
+$NetBSD: README.pkgsrc,v 1.1 2024/08/27 16:46:21 gdt Exp $
+
+(Probably, all of this is contained in the upstream documemtation.)
+
+Mailman needs to know your mail domain and Web server hostname.  Edit
+${PREFIX}/lib/mailman/Mailman/mm_cfg.py and insert your hostname
+in place of "localhost" in DEFAULT_EMAIL_HOST and DEFAULT_URL_HOST.
+
+You will need to make mailman accessible through your HTTP server.
+If you are running Apache, then you may add the following line to httpd.conf:
+
+       Include ${PKG_SYSCONFDIR}/mailman.conf
+
+to make mailman and its archive accessible through, respectively,
+
+       http://www.domain.com/mailman/
+       http://www.domain.com/pipermail/
+
+You will also need to add some crontab entries for the user ${MAILMAN_USER}.
+You can use ${EGDIR}/crontab.in as template.
+
+See the files in ${DOCDIR} for how to use mailman,
+especially the file ${DOCDIR}/mailman-install.txt.
+
+If you are upgrading an existing mailman installation,
+see ${DOCDIR}/UPGRADING.



Home | Main Index | Thread Index | Old Index