| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
mail/dovecot-antispam. If dovecot is upgraded and dovecot-antispam is not
rebuilt then dovecot-antispam fails.
PR: ports/135311
Submitted by: Harlan Stenn <harlan@everett.org>
Notes:
svn path=/head/; revision=237006
|
|
|
|
|
|
|
|
| |
PR: ports/135194
Submitted by: Yarema <yds@CoolRat.org> (maintainer)
Notes:
svn path=/head/; revision=235126
|
|
|
|
|
|
|
|
| |
PR: 134852
Submitted by: Yarema <yds@CoolRat.org> (Maintainer)
Notes:
svn path=/head/; revision=234407
|
|
|
|
|
|
|
|
|
| |
PR: ports/133199
Submitted by: Darren Pilgrim <ports.maintainer@evilphi.com>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=233896
|
|
|
|
|
|
|
| |
Approved by: Yarema <yds@coolrat.org> (maintainer)
Notes:
svn path=/head/; revision=228636
|
|
|
|
|
|
|
| |
Submitted by: Yarema <yds@coolrat.org> (maintainer)
Notes:
svn path=/head/; revision=227196
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix rc.d [2]
PR: ports/130359 [1]
PR: ports/130598 [2]
Submitted by: Marcin Rzepecki <m.rzepecki@iem.pw.edu.pl> [1]
Submitted by: Craig Leres <leres@ee.lbl.gov> [2]
Approved by: Yarema <yds@CoolRat.org> (maintainer)
Notes:
svn path=/head/; revision=226355
|
|
|
|
|
|
|
|
|
| |
PR: ports/129274
Submitted by: Darren Pilgrim <phi@evilphi.com>
Approved by: Yarema <yds@coolrat.org> (maintainer)
Notes:
svn path=/head/; revision=224178
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'statedir' set to /var/db/dovecot instead of defaulting to /var/lib/dovecot
Users should manually rm -rf /var/lib/dovecot
Removed stale code from files/pkg-deinstall.in and files/pkg-install.in
Reworked files/dovecot.sh.in to accept dovecot_config and handle creating
and tearing down runtime directories upon startup and shutdown.
Rediffed files/patch-dovecot-example.conf to clean up line offsets.
PR: ports/129230
Submitted by: Yarema <yds@CoolRat.org> (maintainer)
Notes:
svn path=/head/; revision=223491
|
|
|
|
|
|
|
|
|
| |
this, as did our user community.
Reported by: QAT, andrew clarke <mail@ozzmosis.com>
Notes:
svn path=/head/; revision=222914
|
|
|
|
|
|
|
|
| |
PR: ports/128469
Submitted by: maintainer (see reply to the PR)
Notes:
svn path=/head/; revision=222880
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If a user defines login_user to be something other than 'dovecot' then
dovecot will throw a warning upon startup. The new code extracts what
login_user is defined as and sets the directory permissions
accordingly. If login_user is undefined in the config then it behaves
the same as before.
Submitted by: Yarema <yds@coolrat.org> (maintainer)
Approved by: portmgr (linimon)
Notes:
svn path=/head/; revision=220422
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=220270
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
|
| |
PR: ports/126108
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
Notes:
svn path=/head/; revision=217866
|
|
|
|
|
|
|
|
|
|
|
| |
mail/dovecot-managesieve port functional.
PR: ports/126054
Submitted by: Yarema <yds@CoolRat.org>
Approved by: Robin Breathe <robin@isometry.net> (maintainer)
Notes:
svn path=/head/; revision=217832
|
|
|
|
|
|
|
|
|
| |
PR: ports/125938
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: Robin Breathe <robin@isometry.net> (maintainer)
Notes:
svn path=/head/; revision=217451
|
|
|
|
|
|
|
|
| |
PR: 124856
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
Notes:
svn path=/head/; revision=215811
|
|
|
|
|
|
|
|
|
| |
PR: ports/124482
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Reviewed by: Robin Breathe <robin@isometry.net> (maintainer)
Notes:
svn path=/head/; revision=214979
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=212639
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Discussed with: simon, koitsu
Approved by: Robin Breathe <robin@isometry.net> (maintainer)
Notes:
svn path=/head/; revision=211780
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/122595
Reported by: Bogdan Ćulibrk <bc at default.co.yu>
Submitted by: Robin Breathe <robin at isometry.net> (maintainer)
Notes:
svn path=/head/; revision=210995
|
|
|
|
|
|
|
|
|
|
|
| |
- Changelog: http://dovecot.org/list/dovecot-news/2008-March/000065.html
PR: ports/121548
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
Security: http://www.vuxml.org/freebsd/b39bdc06-ee42-11dc-8678-00a0cce0781e.html
Notes:
svn path=/head/; revision=208707
|
|
|
|
|
|
|
|
|
|
|
| |
- Fixes a common insecure mail_extra_groups setting usage, this will require a
manual change to the active configuration file, please refer to ports/UPDATING
PR: 121411
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
Notes:
svn path=/head/; revision=208482
|
|
|
|
|
|
|
|
|
| |
Security: cf484358-b5d6-11dc-8de0-001c2514716c
PR: ports/119133
Approved by: maintainer
Notes:
svn path=/head/; revision=204699
|
|
|
|
|
|
|
|
|
| |
PR: ports/118561
Submitted by: delphij
Approved by: maintainer
Notes:
svn path=/head/; revision=203395
|
|
|
|
|
|
|
|
|
| |
PR: ports/118319
Submitted by: delphij
Approved by: maintainer
Notes:
svn path=/head/; revision=202961
|
|
|
|
|
|
|
|
| |
PR: ports/117645
Approved by: maintainer
Notes:
svn path=/head/; revision=202384
|
|
|
|
|
|
|
|
| |
PR: ports/117583
Approved by: maintainer
Notes:
svn path=/head/; revision=202246
|
|
|
|
| |
Notes:
svn path=/head/; revision=200760
|
|
|
|
|
|
|
|
| |
PR: ports/116234
Approved by: maintainer
Notes:
svn path=/head/; revision=199244
|
|
|
|
|
|
|
|
| |
PR: ports/115120
Approved by: maintainer
Notes:
svn path=/head/; revision=197119
|
|
|
|
|
|
|
|
|
| |
PR: ports/114651
Submitted by: delphij
Approved by: maintainer
Notes:
svn path=/head/; revision=195800
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/113804
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
Changelog: http://www.dovecot.org/list/dovecot-news/2007-June/000045.html
Approved by: sat (mentor)
Notes:
svn path=/head/; revision=193823
|
|
|
|
|
|
|
|
| |
PR: 111535
Approved by: maintainer
Notes:
svn path=/head/; revision=189932
|
|
|
|
|
|
|
|
| |
PR: 111086
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
Notes:
svn path=/head/; revision=188928
|
|
|
|
|
|
|
|
|
| |
PR: 110942
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: maintainer
Notes:
svn path=/head/; revision=188695
|
|
|
|
|
|
|
|
| |
PR: ports/110760
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
Notes:
svn path=/head/; revision=188184
|
|
|
|
| |
Notes:
svn path=/head/; revision=187430
|
|
|
|
|
|
|
|
| |
PR: ports/110305
Submitted by: maintainer (Robin Breathe)
Notes:
svn path=/head/; revision=187413
|
|
|
|
|
|
|
|
| |
PR: 110103
Submitted by: Robin Breathe <robin@isometry.net> (Maintainer)
Notes:
svn path=/head/; revision=186996
|
|
|
|
|
|
|
|
| |
PR: 109750
Approved by: maintainer
Notes:
svn path=/head/; revision=186681
|
|
|
|
|
|
|
|
|
|
| |
- Release : http://www.dovecot.org/list/dovecot-news/2007-February/000033.html
PR: ports/109529
Submitted by: maintainer (Robin Breathe)
Notes:
svn path=/head/; revision=186225
|
|
|
|
|
|
|
|
|
| |
PR: ports/109414
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
Approved by: edwin (mentor)
Notes:
svn path=/head/; revision=185657
|
|
|
|
|
|
|
|
| |
PR: 108943
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
Notes:
svn path=/head/; revision=184619
|
|
|
|
|
|
|
|
|
| |
PR: ports/108750
Submitted by: Nils Vogels <nivo+kw+ports.bfa274 at is-root.com>
Approved by: Robin Breathe <robin at isometry.net> (maintainer)
Notes:
svn path=/head/; revision=184357
|
|
|
|
|
|
|
|
| |
PR: ports/108349
Submitted by: maintainer
Notes:
svn path=/head/; revision=183335
|
|
|
|
|
|
|
|
|
|
| |
- Allow user to override UID/GID
PR: ports/107654
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
Notes:
svn path=/head/; revision=181730
|
|
|
|
|
|
|
|
|
|
| |
- Use UID/GID 143
PR: ports/105899
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
Notes:
svn path=/head/; revision=178443
|
|
|
|
|
|
|
|
| |
PR: ports/105382
Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
Notes:
svn path=/head/; revision=177026
|