git: 05e6399239d8 - main - */*unit*: fix the version numbers going backwards issue
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Dec 2024 17:24:10 UTC
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=05e6399239d86a2bb64d148e00c2e28f266815e5 commit 05e6399239d86a2bb64d148e00c2e28f266815e5 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2024-12-22 17:21:45 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2024-12-22 17:24:04 +0000 */*unit*: fix the version numbers going backwards issue Reported by: portmgr --- www/unit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/unit/Makefile b/www/unit/Makefile index a6e51b6bd0c0..2c464954c9f2 100644 --- a/www/unit/Makefile +++ b/www/unit/Makefile @@ -1,6 +1,6 @@ PORTNAME= unit PORTVERSION= ${UNIT_VERSION} -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES= www MASTER_SITES?= https://unit.nginx.org/download/ DISTFILES?= ${PORTNAME}-${PORTVERSION}.tar.gz