Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2024 15:57:09 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 63b843a1c0bb - main - net/haproxy: fix bad portrevision bump
Message-ID:  <202401241557.40OFv9Lx016988@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=63b843a1c0bb789da1022a3f646b1f93cb4736de

commit 63b843a1c0bb789da1022a3f646b1f93cb4736de
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-01-24 15:56:34 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-01-24 15:56:56 +0000

    net/haproxy: fix bad portrevision bump
    
    Reported by:    zi
---
 net/haproxy28/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net/haproxy28/Makefile b/net/haproxy28/Makefile
index 6c44a7aa70c2..3cd5a135a433 100644
--- a/net/haproxy28/Makefile
+++ b/net/haproxy28/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	haproxy
 DISTVERSION=	2.8.5
-PORTREVISION=	1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net www
 PKGNAMESUFFIX=	28
 MASTER_SITES=	http://www.haproxy.org/download/2.8/src/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401241557.40OFv9Lx016988>