diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-05-14 15:46:27 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-05-14 15:46:27 +0000 |
commit | dbb83a996bbdec940b45be541bda377f94ffeb11 (patch) | |
tree | ed714dc7e68ceae3e99c189b9d34471f8c8229c6 /www/mod_xsendfile/Makefile | |
parent | c8ec9c277e1fbf36df7aae34616bd6a0e7267679 (diff) |
Notes
Diffstat (limited to 'www/mod_xsendfile/Makefile')
-rw-r--r-- | www/mod_xsendfile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mod_xsendfile/Makefile b/www/mod_xsendfile/Makefile index 8de310046552..abebdaad3818 100644 --- a/www/mod_xsendfile/Makefile +++ b/www/mod_xsendfile/Makefile @@ -7,8 +7,10 @@ PORTNAME= mod_xsendfile PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= https://tn123.org/mod_xsendfile/ +MASTER_SITES= https://tn123.org/mod_xsendfile/ \ + http://cloud.github.com/downloads/potatosalad/mod_xsendfile/ MAINTAINER= potatosaladx@gmail.com COMMENT= An Apache2 module that processes X-SENDFILE headers |