diff options
author | demon <demon@FreeBSD.org> | 2017-03-18 23:15:01 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2017-03-18 23:15:01 +0800 |
commit | 60cc12ccc7b6b836b78245b3cfdc33ae71d6ba15 (patch) | |
tree | 2854d14f4ae0ac94031fefb72054eaa2b494fe32 /net/haproxy/Makefile | |
parent | 0738cf114b9cc62d762a4e32bd125b752920164d (diff) | |
download | freebsd-ports-gnome-60cc12ccc7b6b836b78245b3cfdc33ae71d6ba15.tar.gz freebsd-ports-gnome-60cc12ccc7b6b836b78245b3cfdc33ae71d6ba15.tar.zst freebsd-ports-gnome-60cc12ccc7b6b836b78245b3cfdc33ae71d6ba15.zip |
Enchance patch (abtained from haproxy ML).
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r-- | net/haproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index e5df9956b6e2..f18f7e24a5da 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -3,7 +3,7 @@ PORTNAME= haproxy PORTVERSION= 1.7.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.7/src/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} |