Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2020 05:49:35 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558138 - head/devel/tlx
Message-ID:  <202012150549.0BF5nZxR044726@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Dec 15 05:49:34 2020
New Revision: 558138
URL: https://svnweb.freebsd.org/changeset/ports/558138

Log:
  devel/tlx: Add missing DISTVERSIONPREFIX

Modified:
  head/devel/tlx/Makefile

Modified: head/devel/tlx/Makefile
==============================================================================
--- head/devel/tlx/Makefile	Tue Dec 15 05:48:18 2020	(r558137)
+++ head/devel/tlx/Makefile	Tue Dec 15 05:49:34 2020	(r558138)
@@ -1,7 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	tlx
-DISTVERSION=	v0.5.20200222-5
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.5.20200222-5
 DISTVERSIONSUFFIX=	-g8982a9d
 CATEGORIES=	devel
 



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