aboutsummaryrefslogtreecommitdiff
path: root/www/mathopd/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-02-02 20:43:23 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-02-02 20:43:23 +0000
commit4e56625465a51fdf67bbc468ab18abc17450ff33 (patch)
treeff0ae254f155f79ddc541051367fcd70b32fd028 /www/mathopd/Makefile
parent4d91efe41b55cb9ba0908d32615721b56b920d61 (diff)
downloadports-4e56625465a51fdf67bbc468ab18abc17450ff33.tar.gz
ports-4e56625465a51fdf67bbc468ab18abc17450ff33.zip
- update to 1.5p7 (fix directory traversal in special case)
- while i'm here, fix couple of whitespaces and NOMAN -> NO_MAN warning PR: 164717 Submitted by: Michiel Boland <michiel at boland dot org>
Notes
Notes: svn path=/head/; revision=290323
Diffstat (limited to 'www/mathopd/Makefile')
-rw-r--r--www/mathopd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mathopd/Makefile b/www/mathopd/Makefile
index 13fd5f42d8a4..3456b74ce72a 100644
--- a/www/mathopd/Makefile
+++ b/www/mathopd/Makefile
@@ -6,12 +6,13 @@
#
PORTNAME= mathopd
-PORTVERSION= 1.5p6
+PORTVERSION= 1.5p7
CATEGORIES= www
MASTER_SITES= http://www.mathopd.org/dist/
MAINTAINER= michiel@boland.org
COMMENT= A very small, yet very fast HTTP server
+
CFLAGS+= -DFREEBSD_SENDFILE
MAKE_ARGS= CFLAGS="${CFLAGS}"