git: f5bc8ca66261 - main - x11/libxcvt: switch to DISTVERSION after a2c98c9879ac
Jan Beich
jbeich at FreeBSD.org
Thu Jul 8 10:54:04 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f5bc8ca662616b697773008ee3a37974921af757
commit f5bc8ca662616b697773008ee3a37974921af757
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:53:52 +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.
---
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-all
mailing list