git: 762d6343e416 - main - cad/appcsxcad: Fix knob order in 328ae4074233a5b85e0e38efece1af5dcc218160
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 15:28:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=762d6343e416c2b2ae87a8522004d2d56c6d805d commit 762d6343e416c2b2ae87a8522004d2d56c6d805d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-16 15:27:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-16 15:27:43 +0000 cad/appcsxcad: Fix knob order in 328ae4074233a5b85e0e38efece1af5dcc218160 bump-revision.sh does not check DISTVERSION{PREFIX,SUFFIX}, therefore it may insert PORTREVISION in wrong place. --- cad/appcsxcad/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cad/appcsxcad/Makefile b/cad/appcsxcad/Makefile index 221694424c61..5b37a7329295 100644 --- a/cad/appcsxcad/Makefile +++ b/cad/appcsxcad/Makefile @@ -1,8 +1,8 @@ PORTNAME= appcsxcad DISTVERSIONPREFIX= v DISTVERSION= 0.2.2-7 -PORTREVISION= 1 DISTVERSIONSUFFIX= -gde8c271 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org