notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: mail/maildrop/pkg-plist

Number of commits found: 19

Monday, 26 Feb 2024
18:41 Joseph Mingrone (jrm) search for other commits by this committer
mail/maildrop: Install man pages under share/man

Sponsored by:	The FreeBSD Foundation
commit hash: c6b30090e0b736325b0358c3a16599bf857e8b6e commit hash: c6b30090e0b736325b0358c3a16599bf857e8b6e commit hash: c6b30090e0b736325b0358c3a16599bf857e8b6e commit hash: c6b30090e0b736325b0358c3a16599bf857e8b6e c6b3009
Monday, 22 Mar 2021
17:22 madpilot search for other commits by this committer
- Update maildrop to 3.0.3
- Remove FAM option due tro upstream dropping support
- Add new INOTIFY option (off by default) to enable using new inotify API
provided by upstreeam, adds an optional dependency on devel/libinotify
- While here sort options list
Original commitRevision:568976 
Thursday, 30 Apr 2015
09:14 madpilot search for other commits by this committer
- Update courier-unicode to 1.2
- Update courier-imap to 4.16.1
- Update maildrop to 2.8.2
- Update sqwebmail to 5.8.2
- Update courier-authlib to 0.66.2
- Some plist and Makefile modernization

Approved by:		oliver@ (as maintainer of various of these ports)
Differential Revision:	https://reviews.freebsd.org/D2391
Original commitRevision:385029 
Tuesday, 30 Sep 2014
15:04 madpilot search for other commits by this committer
- Modify comment and add UPDATING entry to explain that MAILDROP_SUID
  and MAILDROP_SGID now need to be existing usernames on the destination
  system. numeric UIDs and GIDs, or non existent usernames, will
  cause a broken installation since pkgng will skip on the entries
  of files owned by unknown users. [1]
- Fix MGID and MUID PLIST_SUB variables not being set when only one
  of the two above variables is deifined, again generating a broken
  package. [2]
- While here, remove dirrm.

Reported by:	Lukas Maly <Iam@LukasMaly.NET> [1]
Reported by:	itetcu@ [1] [2]
Original commitRevision:369614 
Wednesday, 3 Sep 2014
13:21 madpilot search for other commits by this committer
- Update to 2.7.2
- Allow packaging as a user adn don't use @exec directives in plist
Original commitRevision:367193 
Friday, 4 Oct 2013
00:46 madpilot search for other commits by this committer
- Update to 2.7.0
- Also update dovecot auth patch to apply to this new version
- Properly convert to options and use options helpers
- Convert to new LIB_DEPENDS format
- Support staging
Original commitRevision:329251 
Friday, 28 Sep 2012
17:26 madpilot search for other commits by this committer
- Update to 2.6.0
- Add conflict with mail/courier [1]
- Rename files shared with other ports [2]
- Trim Makefile headers
- Take maintainership

PR:		ports/168616 (fixed by [1] and [2])
Submitted by:	"Sulev-Madis 'ketas' Silber" <madis555@hot.ee>
Approved by:	crees, tabthorpe (mentors, implicit)
Original commitRevision:305004 
Wednesday, 28 Dec 2011
15:23 garga search for other commits by this committer
- Update to 2.5.5
- Pet portlint
Original commit
Wednesday, 2 Jun 2010
17:40 garga search for other commits by this committer
- Update to 2.5.0
- Add new option WITH_DOVECOTAUTH

PR:             ports/147302
Submitted by:   Marko Njezic <mrmax063@maxempire.com>
Original commit
Tuesday, 4 May 2010
17:30 garga search for other commits by this committer
- Update to 2.4.3
Original commit
Tuesday, 12 Jan 2010
13:05 garga search for other commits by this committer
Update to 2.3.0
Original commit
Wednesday, 6 Jun 2007
01:57 delphij search for other commits by this committer
 - Update to 2.0.4.
 - "WANT_FAM_SYSTEM=fam" might have been too restrictive,
   so remove it.

Submitted by:   KIMURA Yasuhiro <yasu utahime org>
PR:             ports/112201
Approved by:    maintainer timeout
Original commit
Tuesday, 2 May 2006
22:54 sergei search for other commits by this committer
- Update to 2.0.2
- Install quotawarnmsg.sample file [1]
- Add WITH_FAM knob to explicitly enable optional support for FAM
  in addition to autodetecting its presence; utilize USE_FAM for dependency
  (choose between devel/gamin and devel/fam according to user's preference)

PR:             ports/95169 [1]
Submitted by:   Rui Lopes <rgl@ruilopes.com> [1]
Original commit
Monday, 21 Feb 2005
11:31 sergei search for other commits by this committer
- Update to the latest version - 1.8.0
- Maildir quota is now enabled by default.
  The following options were deleted:
  - WITH_MAILDIRQUOTA
  - WITH_TRASHQUOTA
- New option WITH_AUTHLIB is added, which provides optional support for
  Courier Auth Library (mail/courier-authlib port).
- Userdb authentication, LDAP and MySQL support are provided through
  courier-authlib now, thus the following options
  - WITH_USERDB
  - WITH_LDAP
  - WITH_MYSQL
  have been superceded by WITH_AUTHLIB.

WARNING! WARNING! WARNING!
- Unfortunately, when maildrop is compiled using WITH_AUTHLIB knob, the
  resulting binary cannot properly locate libcourierauth.so.0 library:

  yasu@sugar[22]% ldd /usr/local/bin/maildrop
  /usr/local/bin/maildrop:
          libcourierauth.so.0 => not found (0x0)
          libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x2808e000)
          libm.so.2 => /usr/lib/libm.so.2 (0x280d3000)
          libc.so.4 => /usr/lib/libc.so.4 (0x280ee000)

  This is because libcourierauth.so.0 is not installed in the standard library
  path of dynamic linker.
  One possible solution is to add '-rpath ${LOCALBASE}/lib/courier-authlib'
  to linker flags. Unfortunately, this breaks the installation procedure.

  A solution to this problem is being actively sought, and I hope it will be
  fixed shortly.

PR:             ports/76786
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Original commit
Tuesday, 23 Dec 2003
16:33 sergei search for other commits by this committer
- Update to 1.6.3
- Remove patched we do not need anymore
- Disable database extensions by default;
  use WITH_GDBM knob to enable them [1]
- Add WITH_USERDB knob to enable userdb authentication [1]
- Add WITH_LDAP knob to enable virtual user LDAP support [2]
- Add WITH_MYSQL knob to enable virtual user MySQL support [3]
- Use DOCSDIR in pkg-plist
- Re-word/clarify pkg-descr

PR:             58968 [1], 56329 [2], 59807 [3]
Submitted by:   oleg dashevskii <be9-ml@be9.ru> [1],
                Paul Dlug <paul@aps.org> [2],
                Harold Paulson <haroldp@internal.org> [3]
Original commit
Thursday, 27 Mar 2003
03:45 petef search for other commits by this committer
- update to 1.5.2
- document port options at the top of the Makefile
- install documentation

PR:             49974
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Original commit
Wednesday, 13 Nov 2002
19:47 petef search for other commits by this committer
Update to 1.5.0.

PR:             44746
Submitted by:   Nick Hilliard <nick@foobar.org>
Original commit
Wednesday, 23 May 2001
18:04 mi search for other commits by this committer
Upgrade, re-organize PORTDOCS, change the maintainer.   PR: 27406   Submitted
by: new maintainer <petef@databits.net>   Approved by: previous mainainer <tom> 
  
Original commit
Wednesday, 21 Feb 2001
21:39 olgeni search for other commits by this committer
Update port to version 1.3.0.    
Original commit

Number of commits found: 19