git: 274b151af7de - main - net/rdist7: Simplify DISTVERSION/DISTNAME generation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 13:39:47 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=274b151af7de22218d8c6858fe9accc2330514ef
commit 274b151af7de22218d8c6858fe9accc2330514ef
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-03-20 13:37:59 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-03-20 13:39:22 +0000
net/rdist7: Simplify DISTVERSION/DISTNAME generation
Just specify the version in DISTVERSION. It just works.
Reported by: mat
---
net/rdist7/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net/rdist7/Makefile b/net/rdist7/Makefile
index aaa37ec7713c..4d4596fa3fdb 100644
--- a/net/rdist7/Makefile
+++ b/net/rdist7/Makefile
@@ -1,9 +1,8 @@
PORTNAME= rdist
-PORTVERSION= 7.0.0.a10
+DISTVERSION= 7.0.0-alpha10
CATEGORIES= net
MASTER_SITES= http://www.magnicomp.com/download/rdist/
PKGNAMESUFFIX= 7
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/-alpha/}
MAINTAINER= cy@FreeBSD.org
COMMENT= Network file distribution/synchronisation utility