git: eb62b4892421 - main - www/miniserver: put back DISTVERSIONPREFIX and bump PORTREVISION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 May 2022 06:43:23 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb62b489242159e363afb0fdd67f8194ddf5bbe3 commit eb62b489242159e363afb0fdd67f8194ddf5bbe3 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2022-05-06 06:20:05 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2022-05-06 06:43:21 +0000 www/miniserver: put back DISTVERSIONPREFIX and bump PORTREVISION It was unintentionally removed in 57c3caaa6c71fac422a82aa252be380179d3c042 PORTREVISION should have been bumped instead --- www/miniserve/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/miniserve/Makefile b/www/miniserve/Makefile index 4449361829d3..f0cd01e4c49d 100644 --- a/www/miniserve/Makefile +++ b/www/miniserve/Makefile @@ -1,5 +1,7 @@ PORTNAME= miniserve +DISTVERSIONPREFIX= v DISTVERSION= 0.19.4 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= mikael@FreeBSD.org