aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_xsendfile
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2010-11-07 10:36:56 +0800
committerohauer <ohauer@FreeBSD.org>2010-11-07 10:36:56 +0800
commit735adb9fbc76198fe9ed05fd5b9d2cc10f68c840 (patch)
tree2f6b79b0b14fcab4fad932ef16241b6e079c39fc /www/mod_xsendfile
parent76c05a7f7c00c56027c02ac9961805cd7625d6b6 (diff)
downloadfreebsd-ports-gnome-735adb9fbc76198fe9ed05fd5b9d2cc10f68c840.tar.gz
freebsd-ports-gnome-735adb9fbc76198fe9ed05fd5b9d2cc10f68c840.tar.zst
freebsd-ports-gnome-735adb9fbc76198fe9ed05fd5b9d2cc10f68c840.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)
Diffstat (limited to 'www/mod_xsendfile')
-rw-r--r--www/mod_xsendfile/Makefile6
-rw-r--r--www/mod_xsendfile/distinfo5
-rw-r--r--www/mod_xsendfile/pkg-descr2
3 files changed, 6 insertions, 7 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
diff --git a/www/mod_xsendfile/distinfo b/www/mod_xsendfile/distinfo
index 8c48419ae7cd..93be94d5368d 100644
--- a/www/mod_xsendfile/distinfo
+++ b/www/mod_xsendfile/distinfo
@@ -1,3 +1,2 @@
-MD5 (mod_xsendfile-0.9.tar.gz) = a7d22d4027386929c7d69c8f2b050c96
-SHA256 (mod_xsendfile-0.9.tar.gz) = 2f07f3ddd03a9493601fef35668c2f0feb279edba2ae0172cd44feb8d7514272
-SIZE (mod_xsendfile-0.9.tar.gz) = 10240
+SHA256 (mod_xsendfile-0.12.tar.gz) = 6184d3f7535b34f08ea4e665b55498d5f76673d2a816cf2ee3eaae203c2d780b
+SIZE (mod_xsendfile-0.12.tar.gz) = 9345
diff --git a/www/mod_xsendfile/pkg-descr b/www/mod_xsendfile/pkg-descr
index e976d5135316..15987b608e5a 100644
--- a/www/mod_xsendfile/pkg-descr
+++ b/www/mod_xsendfile/pkg-descr
@@ -8,4 +8,4 @@ configured.
It is useful for processing script-output of e.g. php, perl or any cgi.
-WWW: http://celebnamer.celebworld.ws/stuff/mod_xsendfile/
+WWW: https://tn123.org/mod_xsendfile/