notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: mail/mailman/files/mailman.in
SVNWeb

Number of commits found: 16

Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:135fdeebb99c3569e42d8162b265e15d29bd937d  commit hash:135fdeebb99c3569e42d8162b265e15d29bd937d  commit hash:135fdeebb99c3569e42d8162b265e15d29bd937d  135fdee  (Only the first 10 of 2028 ports in this commit are shown above. View all ports for this commit)
all: Remove all other $FreeBSD keywords.
Mon, 27 Apr 2020
[ 18:04 mandree search for other commits by this committer ] Original commit   Revision:533159
mail/mailman: rcfile and pkg-message tweaks

Limit the install message about pkg install -I to installs (not upgrades).

Convert the required_dirs of the rcfile into a coded prereq check,
so that we can print the proper error message, and point the user to
the right place.

Bump PORTREVISION.
Sat, 17 Feb 2018
[ 12:45 mandree search for other commits by this committer ] Original commit   Revision:462151
Overhaul default hosts configuration.

- When no virtualhosts are defined, and the default localhost/localhost is
  effective, the post-install script now adds DEFAULT_EMAIL_HOST,
  DEFAULT_URL_HOST, and add_virtualhost() lines to mm_cfg.py.

  Add corresponding support to remove unchanged configurations to the
  deinstall script.

- While here, overhaul crontab configuration to only request a merge if the
  crontab had been modified, and unify progress reports.

- Merge pkg-deinstall into pkg-install, to avoid duplication of code
  that might be missed in later maintenance.

PR:		225961
Reported by:	Terry Kennedy
Sun, 11 Feb 2018
[ 23:20 mandree search for other commits by this committer ] Original commit   Revision:461539
mail/mailman: add reopen to rc script's extracommands.

...and pass it through to mailmanctl.
The previous commit only enabled reopen through ..mailman/scripts/mailman.
Thu, 8 Feb 2018
[ 22:32 mandree search for other commits by this committer ] Original commit   Revision:461277
Security update to 2.1.26 (XSS bug), assorted other fixes.

- Fix checksum failures in Defaults.py[c]:
  No longer patch Defaults.py in postinstall, instead configure
  --with-mailhost=localhost --with-urlhost=localhost, as
  Fedora and Arch Linux do.

- Add a related note to FreeBSD-post-install-notes.

- Add a related safeguard to the rcfile, which will refuse to run
  if the DEFAULT_*_HOSTs are not configured. This can be changed
  with a new mailman_run_localhost="YES" rc.conf setting, which will
  then restrict itself to printing the warnings, but still start mailman.

- Update htdig patch to upstream SVN r1734.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 30 Dec 2015
[ 15:00 mandree search for other commits by this committer ] Original commit   Revision:404860
Fix a leftover in rcfile, make more robust.

Make things more robust such that options in mailman_flags don't kill
the start.
[ 14:21 mandree search for other commits by this committer ] Original commit   Revision:404858
Fix stop method in rc.d script to wait for process to exit.

To that end, simplify and use rc.subr default methods where possible.
Wed, 7 Jan 2015
[ 00:12 mandree search for other commits by this committer ] Original commit   Revision:376446
Update rcfile and permission handling.

- Move directory permission handling into pkg-install, to work around
  pkg/libarchive issues on 9.3.
- Handle some crucial directory permissions directly in pkg-install,
  so that running check_perms becomes optional.
- Try a bit harder to preserve permissions on the archives/private dir.
- The rcfile now fixes directory permissions by default on start.
- You can now set mailman_fix_perms="NO" in the /etc/rc.conf* files,
  to avoid running check_perms -f on start, or from pkg-install.
- Clean up pkg-plist.
- Bump PORTREVISION to 6.

Suggested by:	bapt@, peter@
Sat, 27 Dec 2014
[ 01:19 mandree search for other commits by this committer ] Original commit   Revision:375670
The rcfile now runs bin/check_perms so users have a visual clue in case
  they installed the package without running scripts (pkg install -I).
Clean up inconsistent image (=icon) installation. Reported by Alex Stangl.
Makefile: Shuffle things around to please portlint.
Makefile: Clean up muting: only mute RM, comments, MKDIR.
Makefile: Move postfix checks into pkg-install.
pkg-deinstall: drop workaround for traditional pkg_delete.
pkg-deinstall: less verbose mail list reporting.
pkg-deinstall: cleanups for last_mailman_version handling.
pkg-install: defeat "Re-run..." line from check_perms to avoid confusing users.
pkg-plist: cleanups and modernization. Sets directory permissions.
  NOTE: pkg 1.4.1 is unable to extract these on package installs,
  "make install" however should be fine.
Thu, 29 Aug 2013
[ 22:58 mandree search for other commits by this committer ] Original commit   Revision:325637
Note that I could not fully test all integrations yet.  If integrations are
failing, please add detailed information how you set up your MTA, and
Mailman, what user/group IDs are, how list aliases are managed, and
thereabouts.

- Update to 2.1.15. [2] Changes: click View the full Changelog on
  https://launchpad.net/mailman/2.1/2.1.15
- Fix without-NLS install: Install at least English template. [1]
- Drop EXIM3 option, we don't have an Exim 3 port any more.
- Drop INTEGRATION option, which would at best be confusing.
- Reformat COMMENT to fit into common limits.
- Fix typo in COURIER_DESC.
- When Postfix integration is chosen, add BUILD and RUN_DEPENDS on
  Postfix because we need the postconf program.
- Use htdig patches for Mailman version 2.1.12 and remove BROKEN tag,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 14 Jan 2012
[ 08:57 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 951 ports in this commit are shown above. View all ports for this commit)
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Tue, 14 Jun 2011
[ 11:49 wxs search for other commits by this committer ] Original commit 
- Fix missing escapes in the rc script.

PR:             ports/157868
Submitted by:   Roland Behme <rb@nugman.de>
Mon, 13 Jun 2011
[ 19:22 crees search for other commits by this committer ] Original commit 
- Correct GROUP when postfix OPTION is selected [1]
- Add nobody user and group to UIDs/GIDs for mail/mailman [2]
- Stop touching files outside WRKDIR before install [2]
- Use USERS and GROUPS [2]
- Change BROKEN to IGNORE for incorrect OPTIONS choices [2]
- Use @stopdaemon [2]
- Correct rc script to check for pidfile before attempting kill [2]

PR:             ports/142000
Submitted by:   Adriaan <ratten.adriaan@gmail.com> [1], crees [2]
Approved by:    rene (mentor), wxs (maintainer)
Sat, 27 Mar 2010
[ 00:15 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 798 ports in this commit are shown above. View all ports for this commit)
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
Tue, 6 Jun 2006
[ 14:28 jmelo search for other commits by this committer ] Original commit 
- Fix mailman start script to honour modified installation directory.
- Bump PORTREVISION.

PR:             ports/98169
Submitted by:   Neil Darlow <neil@darlow.co.uk>
Approved by:    mnag (mentor)
Fri, 5 May 2006
[ 18:49 jmelo search for other commits by this committer ] Original commit 
- Add OPTIONS to choose MTA integration.
- Remove "make options", it's not necessary.
- Fix/update FreeBSD-post-install-notes doc.
- Fix both pkg-install and pkg-deinstall to add/delete mailman user in
/var/cron/allow
- Use pkg-message as SUB_FILES.

Approved by:    mnag (mentor)

Number of commits found: 16