mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
594805694a
- change MASTER_SITES Changelog: =========== Version 0.12 * Now incorrect headers will be dropped early Version 0.11.1 * Fixed some documentation bugs * Built win32 binaries against latest httpd using MSVC9 * Updated MSVC Project files Version 0.11 * Fixed large file support Version 0.10 * Won't override Etag/Last-Modified if already set. * New Configuration directive: XSendFileIgnoreEtag * New Configuration directive: XSendFileIgnoreLastModified * New Configuration directive: XSendFilePath * Removed Configuration directive: XSendFileAllowAbove Use XSendFilePath instead. * Improved header handling for FastCGI/CGI output (removing duplicate headers). PR: 151991 Submitted by: Andrew Bennett <potatosaladx _at_ gmail.com> (maintainer) Approved by: glarkin (mentor, implicit)
23 lines
466 B
Makefile
23 lines
466 B
Makefile
# New ports collection makefile for: mod_xsendfile Apache module
|
|
# Date created: 2006-11-23
|
|
# Whom: Andrew T. Bennett <potatosaladx@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mod_xsendfile
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= www
|
|
MASTER_SITES= https://tn123.org/mod_xsendfile/
|
|
|
|
MAINTAINER= potatosaladx@gmail.com
|
|
COMMENT= An Apache2 module that processes X-SENDFILE headers
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
USE_APACHE= 2.0+
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|