Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2018 14:06:09 +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: r467713 - in head: astro/libosmium comms/gqrx devel/avro-cpp graphics/cloudcompare net-p2p/litecoin net-p2p/monero-cli net-p2p/qtum www/nghttp2
Message-ID:  <201804181406.w3IE69eP094026@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Apr 18 14:06:09 2018
New Revision: 467713
URL: https://svnweb.freebsd.org/changeset/ports/467713

Log:
  Adjust PORTREVISION order to pet portlint after r467711
  
  Tools/scripts/bump-revision.sh adds PORTREVISION in the wrong place
  when DISTVERSION*FIX is used.

Modified:
  head/astro/libosmium/Makefile   (contents, props changed)
  head/comms/gqrx/Makefile   (contents, props changed)
  head/devel/avro-cpp/Makefile   (contents, props changed)
  head/graphics/cloudcompare/Makefile   (contents, props changed)
  head/net-p2p/litecoin/Makefile   (contents, props changed)
  head/net-p2p/monero-cli/Makefile   (contents, props changed)
  head/net-p2p/qtum/Makefile   (contents, props changed)
  head/www/nghttp2/Makefile   (contents, props changed)

Modified: head/astro/libosmium/Makefile
==============================================================================
--- head/astro/libosmium/Makefile	Wed Apr 18 13:58:15 2018	(r467712)
+++ head/astro/libosmium/Makefile	Wed Apr 18 14:06:09 2018	(r467713)
@@ -3,8 +3,8 @@
 
 PORTNAME=	libosmium
 PORTVERSION=	2.14.0
-PORTREVISION=	1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	astro geography devel
 
 MAINTAINER=	amdmi3@FreeBSD.org

Modified: head/comms/gqrx/Makefile
==============================================================================
--- head/comms/gqrx/Makefile	Wed Apr 18 13:58:15 2018	(r467712)
+++ head/comms/gqrx/Makefile	Wed Apr 18 14:06:09 2018	(r467713)
@@ -3,8 +3,8 @@
 
 PORTNAME=	gqrx
 PORTVERSION=	2.11.4
-PORTREVISION=	1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	comms hamradio
 

Modified: head/devel/avro-cpp/Makefile
==============================================================================
--- head/devel/avro-cpp/Makefile	Wed Apr 18 13:58:15 2018	(r467712)
+++ head/devel/avro-cpp/Makefile	Wed Apr 18 14:06:09 2018	(r467713)
@@ -3,8 +3,8 @@
 
 PORTNAME=	avro
 PORTVERSION=	1.8.2
-PORTREVISION=	1
 DISTVERSIONPREFIX=	release-
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMESUFFIX=	-cpp
 

Modified: head/graphics/cloudcompare/Makefile
==============================================================================
--- head/graphics/cloudcompare/Makefile	Wed Apr 18 13:58:15 2018	(r467712)
+++ head/graphics/cloudcompare/Makefile	Wed Apr 18 14:06:09 2018	(r467713)
@@ -3,8 +3,8 @@
 PORTNAME=	cloudcompare
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.9.1-288
-PORTREVISION=	1
 DISTVERSIONSUFFIX=	-gb4d51361
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	neel@neelc.org

Modified: head/net-p2p/litecoin/Makefile
==============================================================================
--- head/net-p2p/litecoin/Makefile	Wed Apr 18 13:58:15 2018	(r467712)
+++ head/net-p2p/litecoin/Makefile	Wed Apr 18 14:06:09 2018	(r467713)
@@ -3,8 +3,8 @@
 
 PORTNAME=	litecoin
 PORTVERSION=	0.14.2
-PORTREVISION=	5
 DISTVERSIONPREFIX=	v
+PORTREVISION=	5
 CATEGORIES=	net-p2p finance
 
 PATCH_SITES=	https://github.com/bitcoin/bitcoin/commit/

Modified: head/net-p2p/monero-cli/Makefile
==============================================================================
--- head/net-p2p/monero-cli/Makefile	Wed Apr 18 13:58:15 2018	(r467712)
+++ head/net-p2p/monero-cli/Makefile	Wed Apr 18 14:06:09 2018	(r467713)
@@ -3,8 +3,8 @@
 
 PORTNAME=	monero-cli
 PORTVERSION=	0.12.0.0
-PORTREVISION=	1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	net-p2p finance
 
 MAINTAINER=	vd@FreeBSD.org

Modified: head/net-p2p/qtum/Makefile
==============================================================================
--- head/net-p2p/qtum/Makefile	Wed Apr 18 13:58:15 2018	(r467712)
+++ head/net-p2p/qtum/Makefile	Wed Apr 18 14:06:09 2018	(r467713)
@@ -3,8 +3,8 @@
 
 PORTNAME=	qtum
 PORTVERSION=	0.14.15
-PORTREVISION=	1
 DISTVERSIONPREFIX=	mainnet-ignition-v
+PORTREVISION=	1
 CATEGORIES=	net-p2p finance
 
 MAINTAINER=	vd@FreeBSD.org

Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile	Wed Apr 18 13:58:15 2018	(r467712)
+++ head/www/nghttp2/Makefile	Wed Apr 18 14:06:09 2018	(r467713)
@@ -3,8 +3,8 @@
 
 PORTNAME=	nghttp2
 PORTVERSION=	1.31.1
-PORTREVISION=	1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www net
 
 MAINTAINER=	sunpoet@FreeBSD.org



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