svn commit: r481969 - head/x11/alacritty

Jan Beich jbeich at FreeBSD.org
Sat Oct 13 09:12:16 UTC 2018


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 at FreeBSD.org


More information about the svn-ports-head mailing list