1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/www/mod_xsendfile/Makefile
Olli Hauer 594805694a - update to version 0.12
- 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)
2010-11-07 02:36:56 +00:00

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>