diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2024-12-22 17:21:45 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2024-12-22 17:24:04 +0000 |
commit | 05e6399239d86a2bb64d148e00c2e28f266815e5 (patch) | |
tree | 2fd2aa01f70c445a6eb8fc05259f726ed4a52334 | |
parent | 895b2a5c04856d44376e58c4259b2aae5f78b9e2 (diff) |
*/*unit*: fix the version numbers going backwards issue
Reported by: portmgr
-rw-r--r-- | www/unit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |