1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Johann Visagie
2957ac7315 - Update to version 2.0.12
- Update $PKGDEINSTALL so that running Python processes beloning to mailman
  user should be killed correctly upon port/package deinstallation, even when
  the version of Python had been updated since the port/package was
  installed.
- Fix a small oversight in $PLIST to allow clean package installations (i.e.
  where there is not an existing mailman user) to set file permissions
  correctly.
2002-07-22 14:29:09 +00:00
Johann Visagie
8c1d417c63 - Update to version 2.0.9
- Correctly kill running Mailman processes in $PKGDEINSTALL
2002-04-05 13:37:05 +00:00
Johann Visagie
4eb62bb3af - Add missing $CONFIGURE_ARGS. (Whoops again!)
- Actually install the images for Mailman's web front-end to
  ${PREFIX}/www/icons, instead of depending on the user to do this in a
  post-installation step.  Add a new build-time variable to control the
  location where these images are intstalled.
- Gratuitous change:  Change the GNU logo and link in the footer of most
  pages in Mailman's web front-end to a "Powered by FreeBSD" logo, and a link
  to the FreeBSD home page.  This was accomplished by:
  - Patching the source to allow for multiple footer bars based on a new
    configuration variable LOGO_OS.  If LOGO_OS is set to 'FreeBSD', the
    FreeBSD footer will be displayed; otherwise, it reverts to the default
    GNU footer.
  - Set LOGO_OS to 'FreeBSD' in the installed Defaults.py  (The user may
    override this in mm_cfg.py)
- Bump $PORTREVISION again.  (Sorry guys.)
2002-02-20 09:09:44 +00:00
Johann Visagie
aaeb11fd1d - Just another checkpoint commit in the cleanup of the Mailman port.
- Add a (non-standard) $PKGOPTS file (currently $FILESDIR/pkg-opts) to
  document the user configurable build time variables supported by the port.
  Add a target "options" to Makefile to display build time options in a human
  readable format.  Remove reams of comments from Makefile - superseded by
  $PKGOPTS.
- Clean up the killing of running qrunner processes in $PKGDEINSTALL.
- Bump the $PORTREVISION.  (Yes, again.)
2002-02-19 13:58:55 +00:00
Johann Visagie
05e074dbd2 - Use MAIL_GID of 26 (mailnull) instead of 1 when installing Mailman to work
with Sendmail, if on a recent $OSVERSION.  (Whoops!)
  - Submitted by:	Richard Kiss <kiss@hhn.com>
- Clarify $PKGMESSAGE and output of $PKGDEINSTALL somewhat.
- Correctly handle Mailman config file (mm_cfg.py) in $PLIST when
  deinstalling port/package.
- Bump PORTREVISION again.
2002-02-13 09:07:06 +00:00
Johann Visagie
74c1794a88 - Cleaning up the Mailman port, Step 3.
- Add a $PKGDEINSTALL script to allow the port to clean up after itself
- Automatically create Mailman user's crontab(5) entry upon port/package
  installation, and remove it upon deinstallation.
- Intended $PKGINSTALL according to personal taste.  Converted tabs to
  spaces.
- Remove some extraneous comments from the port's Makefile.  (Oops)
- Further streamline @exec's in $PLIST.
- Bump PORTREVISION
- The reworking of this port is an ongoing process - Mailman users, please
  bear with me!
2002-02-11 14:24:46 +00:00