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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: mail/vpopmail/pkg-plist

Number of commits found: 24

Wednesday, 10 Jan 2024
10:22 Muhammad Moinur Rahman (bofh) search for other commits by this committer
mail/vpopmail: Resurrect MYSQL option

- Pet portclippy/portfmt
- For now I have just added MySQL 8.0 in the supported variant. If other
  variant for MySQL works please reopen this ticket.

This reverts commit e3586087ed3ae4cbb51ff4efb881a7af4fa27791.

PR:		257672
Reported by:	tobias.niethammer@projektb.net
commit hash: 630c8e5c148438419a80d7e84f516b58a217a64f commit hash: 630c8e5c148438419a80d7e84f516b58a217a64f commit hash: 630c8e5c148438419a80d7e84f516b58a217a64f commit hash: 630c8e5c148438419a80d7e84f516b58a217a64f 630c8e5
Monday, 1 Jan 2024
18:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer
mail/vpopmail: Fix build

- While I removed the MYSQL option there was a file in the pkg-plist
  which caused build failures. [1]
- Also refactor @exec/@unexec

Reported by:	antoine [1]
commit hash: 1f12b8b894158bfcd0d3865eaac0cafe67039c01 commit hash: 1f12b8b894158bfcd0d3865eaac0cafe67039c01 commit hash: 1f12b8b894158bfcd0d3865eaac0cafe67039c01 commit hash: 1f12b8b894158bfcd0d3865eaac0cafe67039c01 1f12b8b
Sunday, 10 Apr 2016
09:19 bapt search for other commits by this committer
Conver to @sample keyword
Original commitRevision:412904 
Wednesday, 7 Jan 2015
16:38 bdrewery search for other commits by this committer
- Update plist for new format

Reviewed by:	bapt
Original commitRevision:376470 
Wednesday, 31 Dec 2014
19:22 bdrewery search for other commits by this committer
Fix ownership of home directory
Original commitRevision:375910 
Tuesday, 1 Apr 2014
23:43 bdrewery search for other commits by this committer
- Convert to stagedir
Original commitRevision:349895 
Tuesday, 9 Feb 2010
13:19 roam search for other commits by this committer
Another attempt at fixing the vpopmail-5.4.30 local delivery problem:
fix the upstream Makefile's logic and actually install vusage.conf, while
disabling the vusagec/vusaged check since we don't even install vusaged
on FreeBSD.

Pointed out by: garga
PR:             141251 (hopefully for real this time!)
Original commit
Thursday, 26 Nov 2009
19:02 roam search for other commits by this committer
Update to vpopmail-5.4.28.
From the PR - fix the creation of new domains through LDAP.

PR:             131274
Submitted by:   Suzuki <xsuzu@yokohama.riken.jp>
Original commit
Monday, 16 Mar 2009
13:51 roam search for other commits by this committer
Update to vpopmail-5.4.27.
Internally, use quilt for patch management.
Add two Makefile knobs for the locations of the Courier IMAP server's
imaplogin and imapd binaries, just in case anyone would want to test
the new authvchkpw utility :)
Original commit
Tuesday, 25 Dec 2007
06:00 roam search for other commits by this committer
Update the vpopmail port to version 5.4.26 with a lot of changes and fixes:
- add the WITH_SPAMFOLDER knob from Alex Dupre's PR;
- fix lots of bugs in the new vlist code;
- fix a couple of bugs in MySQL's "valias -n" implementation;
- actually implement "valias -n" for PostgreSQL;
- fix a couple of directory descriptor leaks and other buglets.

PR:             117321 (the WITH_SPAMFOLDER knob)
Submitted by:   ale
Original commit
Friday, 26 Oct 2007
08:41 pav search for other commits by this committer
- Conditionalize vpopmail/etc/vpopmail.mysql-dist in plist, it's installed only
  when WITH_MYSQL is defined

Reported by:    pointyhat
Original commit
Tuesday, 9 Oct 2007
13:27 roam search for other commits by this committer
Update vpopmail to 5.4.20 after a long delay, mostly due to wondering
how to handle the database upgrade and the SpamAssassin patch partial
integration.

There are several important changes that may affect your vpopmail
installation and may need you to handle manually:

- THE MYSQL CONNECTION INFORMATION IS NO LONGER DEFINED AT COMPILE-TIME!
  The WITH_MYSQL_{USER,PASSWD,SERVER,DB} variables should NOT be defined
  when you build the port; place that information in the vpopmail.mysql
  file after vpopmail has been installed!
- the default domain is also no longer defined at compile time - you need
  to place it in the defaultdomain file after the installation.
- the defaultdomain and vpopmail.mysql files are no longer blindly removed
  on deinstallation, they are only removed if they have not been modified
- in vpopmail 5.4.18, the database schema was changed - some fields were
  extended from 64 to 96 characters.  If you do not apply those changes
  to your database, as explained in the vpopmail/doc/UPGRADE file, your
  vpopmail installation may silently fail or lose the trailing portions
  of domain names and usernames.
- in vpopmail 5.4.19, the upstream authors integrated large parts of
  Alex Dupre's SpamAssassin support, without the SPAM_THRESHOLD part.
  If you use vpopmail along with the SpamAssassin FreeBSD port support,
  take extra care to ensure that your installation still processes
  e-mail messages in the same way.
- vpopmail 5.4.19 added support for maildrop as a mail delivery agent.
  This is available in the FreeBSD port if WITH_MAILDROP is defined.
  There is also a new user-limit flag for maildrop delivery.
- vpopmail 5.4.19 added support for MySQL connections via Unix sockets
  instead of TCP sockets to the server.  To do that, change the second
  value (the port number) in vpopmail.mysql to the full pathname of
  the MySQL socket (e.g. /tmp/mysql.sock).
- vpopmail 5.4.20 extended the LDAP support; please see README.ldap for
  more information, and specify the LDAP connection information in
  the vpopmail/etc/vpopmail.ldap file after the installation.
Original commit
Thursday, 5 Oct 2006
11:49 roam search for other commits by this committer
Update to vpopmail-5.4.17.  In the process:
- add a new knob, WITH_SQL_REMOVE_DELETED, for explicitly activating
  the new code for removing entries from the SQL log file when a user or
  domain is deleted;
- add real NOPORTDOCS support and install the README.* files in addition
  to the doc_html/ and man_html/ directories if NOPORTDOCS is not set;
- fix a couple of spelling and grammar errors in the new README.vpopmaild;
- add several sanity checks;
- remove the last traces of the ActiveDirectory backend;
- various other minor changes.
Original commit
Sunday, 22 Jan 2006
02:20 edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
Original commit
Wednesday, 11 May 2005
13:32 pav search for other commits by this committer
- Update to 5.4.10
- Add support for LDAP
- Handle tcp.smtp configuration file nicely

PR:             ports/80412
Submitted by:   Renato Botelho <freebsd@galle.com.br>
Approved by:    maintainer timeout (2 weeks)
Original commit
Friday, 9 Apr 2004
09:38 roam search for other commits by this committer
Update vpopmail to 5.4.3.
Original commit
Thursday, 27 Nov 2003
21:59 roam search for other commits by this committer
Update to vpopmail-5.3.30, fixing a critical update_rules bug.
Revamp a bit the creation of the MySQL credentials file.

PR:             59605
Submitted by:   Alex Dupre <sysadmin@alexdupre.com> (mostly)
Approved by:    portmgr (will)
Original commit
Wednesday, 10 Sep 2003
09:41 roam search for other commits by this committer
Update to 5.3.27, USE_MYSQL, de-quote COMMENT, update the knobs info,
and other assorted fixes, mostly from Alex's PR.

PR:             56462
Submitted by:   Alex Dupre <sysadmin@alexdupre.com>
Ob-woohoo:      run-time configuration of default-domain and MySQL info;
                at last it is possible to build a single package for
                deploying on multiple servers!
Original commit
Wednesday, 12 Jun 2002
10:09 roam search for other commits by this committer
Update to the vpopmail-5.3.6 development version, which adds back APOP
support (spelled WITH_CLEARTEXT_PASSWD now), along with a couple of
other tweakable knobs.  There is UNTESTED support for Sybase and Oracle
database backends; please report any successes or failures to me.

APOP support discontinuation reported by:       "A. Postle" <apostle@kolbas.it>
Original commit
Monday, 17 Dec 2001
18:52 roam search for other commits by this committer
Update to 5.0.1.   Add the WITH_QMAIL_EXT knob to enable the user-* address
extensions.    
Original commit
Tuesday, 20 Nov 2001
18:11 roam search for other commits by this committer
Update to 5.0.  This should enable the sqwebmail and courier-imap   ports to
work once again.    
Original commit
Sunday, 4 Nov 2001
12:05 roam search for other commits by this committer
Fix the build of several dependent ports by actually installing   the inc_deps
and lib_deps files.  This should fix qmailadmin,   courier-imap and possibly
others, after I broke them by my configure   changes to not create and populate
${PREFIX}/vpopmail/etc/ at   configure time.   Add a couple of configuration
knobs.   Bump PORTREVISION for the inc_deps/lib_deps fix.    
Original commit
Wednesday, 4 Jul 2001
16:34 roam search for other commits by this committer
Rip out the configure script parts that try to modify the destination dir.   Let
the user override the MySQL username, password and db at build time.   Let the
user override the vchkpw gid and the vpopmail uid.   Bump PORTREVISION.    
Original commit
Monday, 29 Jan 2001
12:01 nbm search for other commits by this committer
Update to vpopmail 4.9.8.    
Original commit

Number of commits found: 24