Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 2021 20:57:42 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4eec712dfdae - main - math/gretl: Correct PKGNAME to be 2021a, not 2021.a to reflect how Gretl is versioned.
Message-ID:  <202104202057.13KKvgaB044498@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=4eec712dfdae23fb9d6fd10a047a602039b321c9

commit 4eec712dfdae23fb9d6fd10a047a602039b321c9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-04-20 20:55:43 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-04-20 20:57:40 +0000

    math/gretl: Correct PKGNAME to be 2021a, not 2021.a to reflect how Gretl is versioned.
---
 math/gretl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index 6cc459af8f8d..436f124dd9d8 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -1,7 +1,7 @@
 # Created by: ijliao
 
 PORTNAME=	gretl
-DISTVERSION=	2021a
+PORTVERSION=	2021a
 PORTREVISION=	1
 CATEGORIES=	math finance
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/



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