aboutsummaryrefslogtreecommitdiff
path: root/www/mod_xsendfile/Makefile
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2010-11-07 02:36:56 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2010-11-07 02:36:56 +0000
commit594805694af554cc3ba9a8570d66d6554ae3d5a1 (patch)
treea292ce6353c0dfe2e985d56e070f45769bded617 /www/mod_xsendfile/Makefile
parentcec10ac84f7642830602c05b89dc48b3d5ebe0ce (diff)
downloadports-594805694af554cc3ba9a8570d66d6554ae3d5a1.tar.gz
ports-594805694af554cc3ba9a8570d66d6554ae3d5a1.zip
- 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)
Notes
Notes: svn path=/head/; revision=264172
Diffstat (limited to 'www/mod_xsendfile/Makefile')
-rw-r--r--www/mod_xsendfile/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_xsendfile/Makefile b/www/mod_xsendfile/Makefile
index 88d15eeb1841..8de310046552 100644
--- a/www/mod_xsendfile/Makefile
+++ b/www/mod_xsendfile/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= mod_xsendfile
-PORTVERSION= 0.9
+PORTVERSION= 0.12
CATEGORIES= www
-MASTER_SITES= http://celebnamer.celebworld.ws/stuff/mod_xsendfile/
+MASTER_SITES= https://tn123.org/mod_xsendfile/
MAINTAINER= potatosaladx@gmail.com
COMMENT= An Apache2 module that processes X-SENDFILE headers
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_SAFE= yes
USE_APACHE= 2.0+
AP_FAST_BUILD= yes