| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
01 Jan 2012 16:47:41
0.6_1
|
ohauer  |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
20 Aug 2011 17:27:52
0.6_1
|
ohauer  |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
19 Mar 2011 12:38:54
0.6
|
miwi  |
- Get Rid MD5 support |
20 Oct 2010 02:46:01
0.6
|
pgollucci  |
- update or remove pkg-descr WWW urls
Reported by: distilator
With Hat: apache@ |
22 Sep 2010 21:50:03
0.6
|
pgollucci  |
- Mark mod_* modules MAKE_JOBS_SAFE=yes
With Hat: apache@
Tested by: Several P6 TB runs |
07 Jun 2010 01:56:06
0.6
|
pgollucci  |
- Update to 0.6
PR: ports/147101
Submitted by: pgollucci@ (myself)
Approved by: mk@neon1.net (maintainer) |
06 Jun 2010 05:00:32
0.5
|
pgollucci  |
- use %%AP_MODULE%% PLIST_SUB var in pkg-plist s
PR: ports/147143
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav) |
27 May 2010 21:27:03
0.5
|
pgollucci  |
- 2/3:
- consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists
PR: ports/147142
Reviewed by: portmgr (pav)
With Hat: apache@ |
25 May 2010 20:17:37
0.5  |
pgollucci  |
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk. This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.
'Revert' some of the PKGNAMEPREFIX changes for apXX-.
- Must be manually requested in tbe port Makefile either by
a) AP_FAST_BUILD=yes
b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
- Going forward, we will only do this for ports where WITH_APACHE
is NOT optional, but required. mod_* ports are a good fit.
141 ports are mod_ ports
80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
61 remaining are then patched to mirror the other $lang frameworks [b].
PR: ports/146956
Reported by: Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by: P6 TB run
Approved by: portmgr (pav) |
18 Jul 2009 16:50:55
0.5
|
mbr  |
mod_auth_pubtkt is a Web single sign-on (SSO) solution for Apache
WWW: https://neon1.net/mod_auth_pubtkt/
Submitted by: Manuel Kasper <mkasper@monzoon.net> |