diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-05-14 23:46:27 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-05-14 23:46:27 +0800 |
commit | 78570eaf6ebab441e26b278a0be96a9b684b7a72 (patch) | |
tree | 29f101512b66104608f3faadc395b25caa22cce7 | |
parent | 4a046011fada4bbaa59344bf4d124ceb59c8a8e1 (diff) | |
download | freebsd-ports-gnome-78570eaf6ebab441e26b278a0be96a9b684b7a72.tar.gz freebsd-ports-gnome-78570eaf6ebab441e26b278a0be96a9b684b7a72.tar.zst freebsd-ports-gnome-78570eaf6ebab441e26b278a0be96a9b684b7a72.zip |
- source was re-rolled (No changes compaired old and new source)
- add additional MASTER_SITE
PR: ports/154032
Submitted by: Andrew Bennett <potatosaladx _at_ gmail.com> (maintainer)
-rw-r--r-- | www/mod_xsendfile/Makefile | 4 | ||||
-rw-r--r-- | www/mod_xsendfile/distinfo | 4 |
2 files changed, 5 insertions, 3 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 diff --git a/www/mod_xsendfile/distinfo b/www/mod_xsendfile/distinfo index 93be94d5368d..946b380bd759 100644 --- a/www/mod_xsendfile/distinfo +++ b/www/mod_xsendfile/distinfo @@ -1,2 +1,2 @@ -SHA256 (mod_xsendfile-0.12.tar.gz) = 6184d3f7535b34f08ea4e665b55498d5f76673d2a816cf2ee3eaae203c2d780b -SIZE (mod_xsendfile-0.12.tar.gz) = 9345 +SHA256 (mod_xsendfile-0.12.tar.gz) = 9078ec28697d672a7f8aa3a19180109c1ccf73dc6aa335e856d1129344566b7e +SIZE (mod_xsendfile-0.12.tar.gz) = 9271 |