Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2008 06:42:28 +0000 (UTC)
From:      Beech Rintoul <beech@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200809080642.m886gSRN086129@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809080642.m886gSRN086129>