Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2024 13:39:47 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 274b151af7de - main - net/rdist7: Simplify DISTVERSION/DISTNAME generation
Message-ID:  <202403201339.42KDdlGH034701@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403201339.42KDdlGH034701>