Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2018 09:12:15 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481969 - head/x11/alacritty
Message-ID:  <201810130912.w9D9CFoA046281@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Oct 13 09:12:15 2018
New Revision: 481969
URL: https://svnweb.freebsd.org/changeset/ports/481969

Log:
  x11/alacritty: pet portlint after r481921
  
  $ portlint -C
  FATAL: Makefile: DISTVERSIONPREFIX 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/DIST_SUBDIR/EXTRACT_ONLY.
  2 fatal errors and 0 warnings found.

Modified:
  head/x11/alacritty/Makefile   (contents, props changed)

Modified: head/x11/alacritty/Makefile
==============================================================================
--- head/x11/alacritty/Makefile	Sat Oct 13 09:08:41 2018	(r481968)
+++ head/x11/alacritty/Makefile	Sat Oct 13 09:12:15 2018	(r481969)
@@ -2,8 +2,8 @@
 
 PORTNAME=	alacritty
 PORTVERSION=	0.2.0
-PORTREVISION=	1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	zeising@FreeBSD.org



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