Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2025 21:24:27 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f3a480104b6b - main - textproc/py-bracex: fix version going backwards
Message-ID:  <202501022124.502LORuM005297@gitrepo.freebsd.org>

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

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

commit f3a480104b6b787539b4f8990ce432aad506d38b
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2025-01-02 21:21:58 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2025-01-02 21:24:19 +0000

    textproc/py-bracex: fix version going backwards
    
    Force a pkg version of 2.5p1 because 2.5.p1 is less than 2.5
    
    PR:     283790
---
 textproc/py-bracex/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/textproc/py-bracex/Makefile b/textproc/py-bracex/Makefile
index 029036df4fd8..a73ee562ce9e 100644
--- a/textproc/py-bracex/Makefile
+++ b/textproc/py-bracex/Makefile
@@ -3,6 +3,7 @@ DISTVERSION=	2.5.post1
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PORTVERSION=	2.5p1
 
 MAINTAINER=	matthew@FreeBSD.org
 COMMENT=	Brace expansion



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