Port details |
- courier-authlib-pgsql PostgreSQL support for the Courier authentication library
- 0.71.3 databases
=9 0.71.2Version of this port present on the latest quarterly branch. NOTE: Slave port - quarterly revision is most likely wrong. - Maintainer: madpilot@FreeBSD.org
 - Port Added: 2005-04-26 19:18:10
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: courier-imap, courier-authlib-base, postfix, courier-authlib-mysql
- Also Listed In: mail
- License: not specified in port
- Description:
- This package installs PostgreSQL support for the Courier authentication library
to read the list of mail accounts and passwords from a table in a PostgreSQL
database.
WWW: http://www.Courier-MTA.org/authlib/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- courier-authlib-pgsql>0:databases/courier-authlib-pgsql
- For LIB depends:
- libauthpgsql.so:databases/courier-authlib-pgsql
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/databases/courier-authlib-pgsql/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/courier-authlib-pgsql
- pkg install courier-authlib-pgsql
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: courier-authlib-pgsql
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1618301142
SHA256 (courier-authlib-0.71.3.tar.bz2) = 9ae225cf51c72f3fbf7910402dd4a727e8d3d2ad657cc583b3894fbb4d796806
SIZE (courier-authlib-0.71.3.tar.bz2) = 2208794
- Packages (timestamps in pop-ups are UTC):
- Master port: security/courier-authlib
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- courierauthconfig : security/courier-authlib-base
- sysconftool : devel/sysconftool
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libltdl.so : devel/libltdl
- libcourier-unicode.so : devel/courier-unicode
- libpq.so.5 : databases/postgresql12-client
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for courier-authlib-pgsql-0.71.3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- databases_courier-authlib-pgsql
- USES:
- iconv gmake libtool localbase perl5 tar:bzip2 pgsql
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: security/courier-authlib |
Date | By | Description |
06 Apr 2021 14:31:07 0.71.2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
22 Mar 2021 17:17:39
0.71.2
|
madpilot  |
Update courier-authlib to 0.71.2 |
22 Mar 2021 17:13:59
0.71.1_1
|
madpilot  |
- Update courier-unicode to 2.2.2
- Bump PORTREVISION of depdendent ports due to shlib version bum |
20 Aug 2019 16:22:06
0.69.1
|
madpilot  |
- Update courier-authlib to 0.69.1
- Avoid uninstalllation leftovers by fixing plists
- Perform a small whitespace fix |
26 Jul 2019 20:46:57
0.69.0_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
12 Dec 2018 01:35:36
0.69.0_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
10 Oct 2018 11:54:59
0.69.0
|
madpilot  |
- Update devel/courier-unicode to 2.1
- Convert to USES localbase
- Update mail/cone to 1.0 [1]
- Update mail/courier-imap to 5.0.0
- Add LICENSE
- Update mail/maildrop to 3.0.0
- Remove IDN option since it's now mandatory
- Update mail/sqwebmail to 6.0.0 [2]
- Update security/courier-authlib to 0.69.0
- Add note to UPDATING
- Silence some portlint warnings
PR: 231471 [1]
Submitted by: me
Approved by: Maintainer timeout [1],
oliver@ [2]
Differential Revision: https://reviews.freebsd.org/D17234 |
28 Sep 2017 18:46:27
0.68.0_1
|
madpilot  |
Make courier-autlib ports run the sysconftool on installation, as
suggested by upstream, like courier-imap port does.
The sample files are renamed to ".dist" because that is the name
the tool expects.
Also added a note to UPDATING to warn users about the sysconftool
expecting the comments not to be removed.
While here convert to localbase.
Suggested by: Doug McIntyre <merlyn at iphouse.net> |
06 Jul 2017 11:56:27
0.68.0
|
madpilot  |
- Update devel/courier-unicode to 2.0
- Update mail/cone to 0.96
- Update mail/courier-imap to 4.18.0 [1]
- Update mail/maildrop to 2.9.0
- Update mail/sqwebmail to 5.9.0 [1]
- Update security/courier-authlib (and slaves) to 0.68.0 [1]
On request from oliver@, take maintainership of the courier-authlib
ports and the courier-imap port.
Approved by: oliver@ (maintainer) [1]
Differential Revision: https://reviews.freebsd.org/D11467 |
07 Sep 2015 21:29:20
0.66.3_2
|
madpilot  |
- Update to devel/courier-unicode to 1.4
- Chase shlib bump |
02 Aug 2015 15:03:20
0.66.3_1
|
tijl  |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
30 Apr 2015 09:14:47
0.66.2
|
madpilot  |
- 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 |
07 Sep 2014 16:12:37
0.66.1_1
|
tijl  |
*/courier-authlib*:
- Add USES=libtool
- Remove USE_LDCONFIG, not needed for modules
- Disable static modules
- Remove install-configure from INSTALL_TARGET, no impact with staging
- Add manpages to pkg-plist
- Use @sample
- Replace pkg-(de)install and pre-install target with USERS and GROUPS
- Create /var/run/authdaemond at package installation instead of in rc
script |
11 Jun 2014 16:32:47
0.66.1
|
oliver  |
add STAGE support |
20 Sep 2013 16:13:49
0.65.0
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
16 Jul 2008 07:39:29
0.61.0
|
oliver  |
update to 0.61.0 |
06 Jun 2008 13:17:10
0.60.2_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
26 Apr 2005 19:17:32
0.55_2
|
oliver  |
move mail/courier-authlib to security/courier-authlib which is a meta-port now.
Submitted by: Yarema <yds@CoolRat.org>
In corporation with: Jose M Rodriguez <josemi@freebsd.jazztel.es>, Milan
Obuch <ports@dino.sk>, myself |