diff options
author | demon <demon@FreeBSD.org> | 2019-09-17 18:04:43 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2019-09-17 18:04:43 +0800 |
commit | 2010bb551c720d0106bb0e5111adf73458fce941 (patch) | |
tree | efbab12edd8780fbd83f440b876946d8e3d29ea3 /net/haproxy/Makefile | |
parent | 59f24fa03975343609beb923f5648d4412dd22ff (diff) | |
download | freebsd-ports-gnome-2010bb551c720d0106bb0e5111adf73458fce941.tar.gz freebsd-ports-gnome-2010bb551c720d0106bb0e5111adf73458fce941.tar.zst freebsd-ports-gnome-2010bb551c720d0106bb0e5111adf73458fce941.zip |
Add a patch from upstream to fix checks.
PR: 240627
Submitted by: nbari
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 00e8cd8bfcc0..1db2be2d4389 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -3,6 +3,7 @@ PORTNAME= haproxy DISTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/2.0/src/ |