diff options
Diffstat (limited to 'net/haproxy')
-rw-r--r-- | net/haproxy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index c13b0bd29a7..9fd2a657e92 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2020/01/01 21:18:07 adam Exp $ +# $NetBSD: Makefile,v 1.58 2020/01/18 21:50:15 jperkin Exp $ DISTNAME= haproxy-2.1.2 +PKGREVISION= 1 CATEGORIES= net www MASTER_SITES= https://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/ |