Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jul 2021 10:54:21 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 0a95d77901e7 - 2021Q3 - x11/libxcvt: switch to DISTVERSION after a2c98c9879ac
Message-ID:  <202107081054.168AsLMS035674@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0a95d77901e75176a71c385b066a69b7c120fa49

commit 0a95d77901e75176a71c385b066a69b7c120fa49
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-07-08 10:52:42 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-07-08 10:54:16 +0000

    x11/libxcvt: switch to DISTVERSION after a2c98c9879ac
    
    $ portlint -C
    FATAL: Makefile: PORTVERSION appears out-of-order.
    FATAL: Makefile: order must be PORTNAME/PORTVERSION/DISTVERSIONPREFIX/DISTVERSION/DISTVERSIONSUFFIX/PORTREVISION/PORTEPOCH/CATEGORIES/MASTER_SITES/MASTER_SITE_SUBDIR/PROJECTHOST/PKGNAMEPREFIX/PKGNAMESUFFIX/DISTNAME/EXTRACT_SUFX/DISTFILES(_\w+)?/DIST_SUBDIR/EXTRACT_ONLY.
    
    (cherry picked from commit f5bc8ca662616b697773008ee3a37974921af757)
---
 x11/libxcvt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11/libxcvt/Makefile b/x11/libxcvt/Makefile
index cf5604f5c35e..feafd7b89bba 100644
--- a/x11/libxcvt/Makefile
+++ b/x11/libxcvt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libxcvt
 DISTVERSIONPREFIX=	${PORTNAME}-
-PORTVERSION=	0.1.0
+DISTVERSION=	0.1.0
 CATEGORIES=	x11
 
 MAINTAINER=	jbeich@FreeBSD.org



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