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: www/mod_vhost_ldap/Makefile

Number of commits found: 20

Sunday, 11 Mar 2018
17:38 brnrd search for other commits by this committer
Migrate USE_APACHE to USES= apache (category www)

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
Original commitRevision:464189 
Thursday, 8 Dec 2016
17:26 tijl search for other commits by this committer
Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428143 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Thursday, 24 Jul 2014
18:34 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

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
Original commitRevision:362835 
Sunday, 9 Mar 2014
13:00 ohauer search for other commits by this committer
- update to version 2.0.8
- add stage support
- add LICENSE

Changes:
 * VERSION: 2.0.8
 * mod_vhost_ldap.c: Don't copy server struct if we have per request document
root

 * VERSION: 2.0.7
 * mod_vhost_ldap.c: Revert escaping wildcard character as it was
                     already done before by ldap_bv2escaped_filter_value
 * VERSION: 2.0.6
 * mod_vhost_ldap.c: Properly escape wildcard string to search
                     for literal *.hostname
 * mod_vhost_ldap.c, vhost_ldap.conf: Add new boolean option VhostLDAPWildcard
                                      to disable wildcard search completely
 * mod_vhost_ldap.c: Fix cgi-bin processing (Courtesy of Anders Kaseorg)

 * VERSION: 2.0.5
 * mod_vhost_ldap.c: Make a private copy of server config to each
                     request to be thread safe. (Courtesy Anders Kaseorg)

 * VERSION: 2.0.3
 * mod_vhost_ldap.c: Workaround concurrency issues with ap_document_root
                     by adding mutex before it is set and release before
                     handler is run.

 * VERSION: 2.0.1
 * mod_vhost_ldap.c: Remove cleanup routine, it was causing segfaults.

 * VERSION: 2.0.0 release
 * mod_vhost_ldap.c: Sleep for (fibonacci numbers) seconds after LDAP failure
 * mod_vhost_ldap.c: Add a log WARNING when LDAP is unreachable
 * mod_vhost_ldap.c: Don't set r->filename, return DECLINE on success, only
                     mangle documentroot and others, and let other apache
                     modules handle real filenames
 * mod_vhost_ldap.c: Create and use function set_document_root inspired by
apache2.2
 * mod_vhost_ldap.c: Return correct error codes on failures and not DECLINED
 * mod_vhost_ldap.c: Put translate_name hook at FIRST place

 * VERSION: 1.2.0 release
 * mod_vhost_ldap.c: release apache-2.2 version as 1.2.0

 * VERSION: 1.0.1 release
 * mod_vhost_ldap.c: add support for apache-2.2.x
Original commitRevision:347567 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Monday, 24 Sep 2012
20:55 ohauer search for other commits by this committer
- USE_APACHE s/22+/22/

some additional cleanups/fixes
- adopt new Makefile header
- convert to optionsNG
- use BROKEN instead IGNORE in bsd.apache.mk

with hat apache@
Original commitRevision:304797 
Saturday, 18 Aug 2012
14:29 ohauer search for other commits by this committer
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
Original commit
Saturday, 20 Aug 2011
17:27 ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Original commit
Friday, 25 Feb 2011
01:32 delphij search for other commits by this committer
Chase after net/openldap24-server update.

Reminded by:    miwi
Original commit
Wednesday, 22 Sep 2010
21:50 pgollucci search for other commits by this committer
- Mark mod_* modules MAKE_JOBS_SAFE=yes

With Hat:   apache@
Tested by:  Several P6 TB runs
Original commit
Monday, 5 Jan 2009
19:04 delphij search for other commits by this committer
Bump PORTREVISION's after OpenLDAP update.

Suggested by:   rafan
Original commit
Sunday, 18 Mar 2007
17:19 clement search for other commits by this committer
- Update to 1.0
Original commit
Sunday, 4 Dec 2005
20:36 clement search for other commits by this committer
- Convert to new USE_APACHE
Original commit
00:44 clement search for other commits by this committer
- Fix future INDEX build failure

Reported by:            FreshPorts Sanity Daemon
Special thanks to:      dvl
Original commit
00:18 clement search for other commits by this committer
- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:             ports/78119
Repocopied by:  marcus
Original commit
Sunday, 18 Sep 2005
07:57 clement search for other commits by this committer
- Update to 0.2.6
Original commit
Saturday, 10 Sep 2005
15:47 clement search for other commits by this committer
- Oops I committed the wrong directory, so merge changes to make portlint
  happy.
Original commit
15:45 clement search for other commits by this committer
- Add mod_vhost_ldap 0.2.4

mod_vhost_ldap is an Apache 2.x module for storing and configuring
virtual hosts from LDAP. It supports DocumentRoot, ScriptAlias,
ServerName, ServerAlias, ServerAdmin, and SuexecUserGroup directives.
It's built on top of mod_ldap, so it uses its caching capabilities and
can be used with a threaded Apache httpd.

WWW: http://modvhostldap.alioth.debian.org/
Original commit

Number of commits found: 20