Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2023 18:10:18 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 26643eee3149 - main - audio/flite: Use DISTVERSIONSUFFIX instead of DISTNAME
Message-ID:  <202304181810.33IIAIVC089193@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=26643eee314924e6174dc92949442b82b3acf0fc

commit 26643eee314924e6174dc92949442b82b3acf0fc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-18 17:59:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-18 18:05:12 +0000

    audio/flite: Use DISTVERSIONSUFFIX instead of DISTNAME
---
 audio/flite/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/audio/flite/Makefile b/audio/flite/Makefile
index 81a3a00a1efd..072bfff84e32 100644
--- a/audio/flite/Makefile
+++ b/audio/flite/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	flite
 PORTVERSION=	2.1
+DISTVERSIONSUFFIX=	-release
 CATEGORIES=	audio
-MASTER_SITES=	http://www.festvox.org/flite/packed/${PORTNAME}-2.1/
-DISTNAME=	${PORTNAME}-${PORTVERSION:}-release
+MASTER_SITES=	http://www.festvox.org/flite/packed/${PORTNAME}-${PORTVERSION}/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Small run-time speech synthesis engine



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