git: 0a95d77901e7 - 2021Q3 - x11/libxcvt: switch to DISTVERSION after a2c98c9879ac

Jan Beich jbeich at FreeBSD.org
Thu Jul 8 10:54:22 UTC 2021


The branch 2021Q3 has been updated by jbeich:

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

commit 0a95d77901e75176a71c385b066a69b7c120fa49
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-07-08 10:52:42 +0000
Commit:     Jan Beich <jbeich at 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 at FreeBSD.org


More information about the dev-commits-ports-branches mailing list