Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2018 23:17:19 +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: r482125 - head/security/d0_blind_id
Message-ID:  <201810142317.w9ENHJ2W024896@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Oct 14 23:17:19 2018
New Revision: 482125
URL: https://svnweb.freebsd.org/changeset/ports/482125

Log:
  security/d0_blind_id: pacify portlint after r482123
  
  Tools/scripts/bump-revision.sh doesn't handle PORTVERSION +
  DISTVERSIONPREFIX well, so switch to DISTVERSION.
  
  $ 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/DIST_SUBDIR/EXTRACT_ONLY.

Modified:
  head/security/d0_blind_id/Makefile   (contents, props changed)

Modified: head/security/d0_blind_id/Makefile
==============================================================================
--- head/security/d0_blind_id/Makefile	Sun Oct 14 23:15:09 2018	(r482124)
+++ head/security/d0_blind_id/Makefile	Sun Oct 14 23:17:19 2018	(r482125)
@@ -2,7 +2,7 @@
 
 PORTNAME=	d0_blind_id
 DISTVERSIONPREFIX=	v
-PORTVERSION=	1.0
+DISTVERSION=	1.0
 PORTREVISION=	1
 CATEGORIES=	security devel
 



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