svn commit: r482125 - head/security/d0_blind_id

Jan Beich jbeich at FreeBSD.org
Sun Oct 14 23:17:20 UTC 2018


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
 


More information about the svn-ports-all mailing list