cvs commit: ports/mail/dovecot Makefile distinfo pkg-deinstall pkg-install pkg-message pkg-plist ports/mail/dovecot/files dovecot.sh.in patch-configure patch-dovecot-example.conf pkg-deinstall.in pkg-install.in pkg-message.in

Beech Rintoul beech at FreeBSD.org
Mon Sep 8 06:42:28 UTC 2008


beech       2008-09-08 06:42:28 UTC

  FreeBSD ports repository

  Modified files:
    mail/dovecot         Makefile distinfo pkg-plist 
    mail/dovecot/files   dovecot.sh.in patch-dovecot-example.conf 
  Added files:
    mail/dovecot/files   patch-configure pkg-deinstall.in 
                         pkg-install.in pkg-message.in 
  Removed files:
    mail/dovecot         pkg-deinstall pkg-install pkg-message 
  Log:
  - Update to 1.1.3
  - Add support for Berkeley DB used by the expire plugin.
  - Install more DOCS.
  - Move the SCRIPT_ENV substitutions to SUB_FILES
    otherwise DOVECOT_[UG]ID settings do not propagate to the binary package.
  - Change from .if defined(WITHOUT_*)to .if defined(WITH_*) && !defined(WITHOUT_*)
  - Make the PROTOCOLS substitution include all the protocols which are built
    into the example config file.
  - Clean up patch-dovecot-example.conf and perform some post-patch processing
    to reflect more closely how this port actually installs. This is necessary
    because of the optional ManageSieve patch.
  - Modify files/dovecot.sh.in to ensure runtime directories exist with correct
    permissions.
  - Rework the install so all the example config files get installed into
    EXAMPLESDIR as per hier(7) independent of the NOPORTDOCS tunable. Install
    the relevant config files into etc/ if no prior version exists.
  - Ensure that 'make install' and pkg_add(1) produce identical installs and
    that everything is accounted for in the PLIST.
  
  PR:             ports/127200
  Submitted by:   Yarema <yds at CoolRat.org> (maintainer)
  
  Revision  Changes    Path
  1.92      +86 -32    ports/mail/dovecot/Makefile
  1.60      +6 -6      ports/mail/dovecot/distinfo
  1.6       +16 -5     ports/mail/dovecot/files/dovecot.sh.in
  1.1       +10 -0     ports/mail/dovecot/files/patch-configure (new)
  1.28      +220 -145  ports/mail/dovecot/files/patch-dovecot-example.conf
  1.1       +70 -0     ports/mail/dovecot/files/pkg-deinstall.in (new)
  1.1       +97 -0     ports/mail/dovecot/files/pkg-install.in (new)
  1.3       +12 -0     ports/mail/dovecot/files/pkg-message.in (new)
  1.6       +0 -65     ports/mail/dovecot/pkg-deinstall (dead)
  1.12      +0 -107    ports/mail/dovecot/pkg-install (dead)
  1.10      +0 -12     ports/mail/dovecot/pkg-message (dead)
  1.29      +20 -13    ports/mail/dovecot/pkg-plist


More information about the cvs-ports mailing list