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.

Port details
proftpd-mod_ldap LDAP and quotatab_ldap ProFTPD modules
1.3.8b_4 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3.8_4Version of this port present on the latest quarterly branch.
Maintainer: mm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-07-17 14:49:31
Last Update: 2023-02-08 10:53:56
Commit Hash: 6e1233b
Also Listed In: ftp
License: GPLv2
WWW:
http://www.proftpd.org/docs/contrib/mod_ldap.html
Description:
mod_ldap and mod_quotatab_ldap modules for ProFTPD
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. libexec/proftpd/mod_ldap.a
  2. libexec/proftpd/mod_ldap.so
  3. libexec/proftpd/mod_quotatab_ldap.a
  4. libexec/proftpd/mod_quotatab_ldap.so
  5. /usr/local/share/licenses/proftpd-mod_ldap-1.3.8b_4/catalog.mk
  6. /usr/local/share/licenses/proftpd-mod_ldap-1.3.8b_4/LICENSE
  7. /usr/local/share/licenses/proftpd-mod_ldap-1.3.8b_4/GPLv2
Collapse this list.
Dependency lines:
  • proftpd-mod_ldap>0:net/proftpd-mod_ldap
To install the port:
cd /usr/ports/net/proftpd-mod_ldap/ && make install clean
To add the package, run one of these commands:
  • pkg install net/proftpd-mod_ldap
  • pkg install proftpd-mod_ldap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: proftpd-mod_ldap
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1704667613 SHA256 (proftpd-1.3.8b.tar.gz) = 183ab7c6107de271a2959ff268f55c9b6c76b2cf0029e6584fccc019686601e0 SIZE (proftpd-1.3.8b.tar.gz) = 19752808

Packages (timestamps in pop-ups are UTC):
proftpd-mod_ldap
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.3.8b_41.3.8b_41.3.7a_31.3.8b_41.3.8b_4-1.3.6d_3-
FreeBSD:13:quarterly1.3.8_41.3.8_41.3.8_41.3.8_41.3.8_41.3.8_41.3.8_41.3.8_4
FreeBSD:14:latest1.3.8b_41.3.8b_41.3.7c_41.3.8b_41.3.8b_41.3.8_4-1.3.8_4
FreeBSD:14:quarterly1.3.8_41.3.8_4-1.3.8_41.3.8_41.3.8_41.3.8_41.3.8_4
FreeBSD:15:latest1.3.8b_41.3.8b_4n/a1.3.8b_4n/a1.3.8b_41.3.8b_41.3.8b_4
FreeBSD:15:quarterly--n/a-n/a---
Master port: ftp/proftpd
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. proftpd : ftp/proftpd
  2. gmake>=4.4.1 : devel/gmake
Runtime dependencies:
  1. proftpd : ftp/proftpd
Library dependencies:
  1. libldap.so.2 : net/openldap26-client
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_proftpd-mod_ldap
USES:
cpe ldap ssl gmake libtool
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (4 items)
Collapse this list.
  1. ftp://ftp.proftpd.org/distrib/source/
  2. ftp://ftpmirror.uk/ftp.proftpd.org/distrib/source/
  3. http://www.mirrorservice.org/sites/ftp.proftpd.org/distrib/source/
  4. https://github.com/downloads/proftpd/proftpd.github.com/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: ftp/proftpd
CommitCreditsLog message
1.3.8_4
08 Feb 2023 10:53:56
commit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628da files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.3.7c_4
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3.7c_4
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3.7c_4
03 Sep 2021 09:19:37
commit hash: fef08424b455b7ba1aa7dfa3c9110d49e52209d3commit hash: fef08424b455b7ba1aa7dfa3c9110d49e52209d3commit hash: fef08424b455b7ba1aa7dfa3c9110d49e52209d3commit hash: fef08424b455b7ba1aa7dfa3c9110d49e52209d3 files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
net/proftpd-mod_ldap: Add CPE information

USES=cpe was removed per default in the master port so add it here now.

Approved by:    portmgr (blanket)
1.3.7a_4
02 Aug 2021 04:41:48
commit hash: 3ba73dad6f600e4da54237e381201faec678984ccommit hash: 3ba73dad6f600e4da54237e381201faec678984ccommit hash: 3ba73dad6f600e4da54237e381201faec678984ccommit hash: 3ba73dad6f600e4da54237e381201faec678984c files touched by this commit
Xin LI (delphij) search for other commits by this committer
net/openldap24-client: bump all dependent port

In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.

Suggested by:	kib
1.3.7a_3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.3.5d_3
15 Mar 2017 14:45:31
Revision:436247Original commit files touched by this commit
mat search for other commits by this committer
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
1.3.5a_3
17 Aug 2015 14:20:41
Revision:394508Original commit files touched by this commit
mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
1.3.5_3
24 Jul 2014 18:34:16
Revision:362835Original commit files touched by this commit
tijl search for other commits by this committer
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3.4d
19 Jan 2014 11:24:24
Revision:340262Original commit files touched by this commit
mm search for other commits by this committer
Add STAGE support to ProFTPD
1.3.4d
20 Sep 2013 22:10:25
Revision:327755Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
1.3.4a_3
17 Jul 2012 14:48:35
Original commit files touched by this commit
mm search for other commits by this committer
mod_ldap and mod_quotatab_ldap modules for ProFTPD

WWW:	http://www.proftpd.org/docs/contrib/mod_ldap.html

Number of commits found: 13