diff options
author | demon <demon@FreeBSD.org> | 2016-06-20 20:40:11 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2016-06-20 20:40:11 +0800 |
commit | db32c66084db29a6c7d5df9ac1437c917ff016f1 (patch) | |
tree | 6667b4cb31ad0431707b0dedbcfb0d96e148a0bf /net/haproxy/Makefile | |
parent | d4870b042a7661e99979853a6f2d76393eb1305a (diff) | |
download | freebsd-ports-gnome-db32c66084db29a6c7d5df9ac1437c917ff016f1.tar.gz freebsd-ports-gnome-db32c66084db29a6c7d5df9ac1437c917ff016f1.tar.zst freebsd-ports-gnome-db32c66084db29a6c7d5df9ac1437c917ff016f1.zip |
Fix possible crash when using reqdeny.
PR: 210385
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r-- | net/haproxy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 9c97f25495aa..0928d9721317 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -3,6 +3,7 @@ PORTNAME= haproxy PORTVERSION= 1.6.5 +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.6/src/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} |