Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2021 08:02:42 GMT
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1bf865fed5a6 - main - Clean up all commented PORTREVISION and PORTEPOCH lines
Message-ID:  <202104190802.13J82ght005255@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1bf865fed5a69877b34d01b873ccac59a8ab9476

commit 1bf865fed5a69877b34d01b873ccac59a8ab9476
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2021-04-19 07:49:02 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2021-04-19 08:00:13 +0000

    Clean up all commented PORTREVISION and PORTEPOCH lines
    
    No revision bump tool that we have cleans them up or deals with
    them, so we end up with duplicated lines.  Instead of implementing
    that just clean up the 51 ports that do this.
    
    PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
    you need a reminder or placeholder.
---
 audio/mps/Makefile                          | 1 -
 audio/py-mpd/Makefile                       | 2 +-
 cad/kicad-library-packages3d-devel/Makefile | 1 -
 cad/kicad-library-templates-devel/Makefile  | 1 -
 cad/openscad-devel/Makefile                 | 1 -
 cad/openscad/Makefile                       | 1 -
 cad/qcad/Makefile                           | 2 +-
 comms/inspectrum/Makefile                   | 2 +-
 databases/p5-Amon2-DBI/Makefile             | 2 +-
 databases/p5-RedisDB-Parser/Makefile        | 2 +-
 deskutils/flameshot/Makefile                | 2 +-
 deskutils/py-pystash/Makefile               | 2 +-
 devel/gcc-msp430-ti-toolchain/Makefile      | 1 -
 devel/libopencm3/Makefile                   | 2 +-
 devel/msp430-debug-stack/Makefile           | 2 +-
 devel/mspdebug/Makefile                     | 2 +-
 devel/p5-Devel-StackTrace-AsHTML/Makefile   | 2 +-
 devel/py-args/Makefile                      | 2 +-
 devel/py-clint/Makefile                     | 2 +-
 devel/py-pymtbl/Makefile                    | 2 +-
 devel/py-xerox/Makefile                     | 2 +-
 devel/rubygem-mutter/Makefile               | 2 +-
 devel/stlink/Makefile                       | 2 +-
 devel/valgrind-devel/Makefile               | 2 +-
 devel/valgrind/Makefile                     | 2 +-
 dns/nss_resinit/Makefile                    | 2 +-
 japanese/dbskkd-cdb/Makefile                | 2 +-
 japanese/font-cica/Makefile                 | 2 +-
 japanese/font-hackgen-nerd/Makefile         | 2 +-
 japanese/font-hackgen/Makefile              | 2 +-
 japanese/font-nasu/Makefile                 | 2 +-
 japanese/skk-jisyo/Makefile                 | 2 +-
 mail/cyrus-imapd24/Makefile                 | 2 +-
 misc/openhab2/Makefile                      | 2 +-
 net/asterisk-chan_sccp/Makefile             | 3 +--
 net/mpd-l2tp-ipv6pd-client/Makefile         | 2 +-
 net/p5-Net-INET6Glue/Makefile               | 2 +-
 net/p5-Socket6/Makefile                     | 2 +-
 net/py-uritemplate/Makefile                 | 2 +-
 security/bitwarden_rs/Makefile              | 1 -
 security/ruby-bitwarden/Makefile            | 4 ++--
 security/yubico-piv-tool/Makefile           | 2 +-
 sysutils/gkfreq/Makefile                    | 2 +-
 sysutils/gkrellm2/Makefile                  | 2 +-
 sysutils/socket/Makefile                    | 2 +-
 www/csso/Makefile                           | 2 +-
 www/rubygem-less/Makefile                   | 2 +-
 www/sahi/Makefile                           | 1 -
 www/vertx/Makefile                          | 2 +-
 x11-toolkits/p5-Gnome2-Wnck/Makefile        | 1 -
 x11-toolkits/p5-Gtk2-Unique/Makefile        | 2 +-
 x11/terminator/Makefile                     | 2 +-
 52 files changed, 44 insertions(+), 54 deletions(-)

diff --git a/audio/mps/Makefile b/audio/mps/Makefile
index 3ed4893864f8..57b54d13a27b 100644
--- a/audio/mps/Makefile
+++ b/audio/mps/Makefile
@@ -2,7 +2,6 @@
 
 PORTNAME=	mps
 PORTVERSION=	0.20.16
-#PORTREVISION=	0
 PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	CHEESESHOP
diff --git a/audio/py-mpd/Makefile b/audio/py-mpd/Makefile
index 12c2459879ba..2a7a4cb7b819 100644
--- a/audio/py-mpd/Makefile
+++ b/audio/py-mpd/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	mpd
 PORTVERSION=	0.3.0
 PORTREVISION=	1
-#PORTEPOCH=	0
+PORTEPOCH=	0
 CATEGORIES=	audio python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/cad/kicad-library-packages3d-devel/Makefile b/cad/kicad-library-packages3d-devel/Makefile
index 83645ffab397..c365e2ab0a4f 100644
--- a/cad/kicad-library-packages3d-devel/Makefile
+++ b/cad/kicad-library-packages3d-devel/Makefile
@@ -3,7 +3,6 @@
 PORTNAME=	kicad
 DISTVERSION=	r${GIT_P3D_DATE}
 PORTREVISION=	1
-#PORTREVISION=	1
 CATEGORIES=	cad
 MASTER_SITES=	https://gitlab.com/kicad/libraries/${PORTNAME}-packages3D/-/archive/${GL_COMMIT}/
 PKGNAMESUFFIX=	-library-packages3d-devel
diff --git a/cad/kicad-library-templates-devel/Makefile b/cad/kicad-library-templates-devel/Makefile
index d139e1c1c613..dac1cf1e4d44 100644
--- a/cad/kicad-library-templates-devel/Makefile
+++ b/cad/kicad-library-templates-devel/Makefile
@@ -3,7 +3,6 @@
 PORTNAME=	kicad
 DISTVERSION=	r${GIT_TMPL_DATE}
 PORTREVISION=	1
-#PORTREVISION=	1
 CATEGORIES=	cad
 MASTER_SITES=   https://gitlab.com/kicad/libraries/${PORTNAME}-templates/-/archive/${GL_COMMIT}/
 PKGNAMESUFFIX=	-library-tmpl-devel
diff --git a/cad/openscad-devel/Makefile b/cad/openscad-devel/Makefile
index 659dfd8ea6f7..84b6c6556c4e 100644
--- a/cad/openscad-devel/Makefile
+++ b/cad/openscad-devel/Makefile
@@ -3,7 +3,6 @@
 PORTNAME=	openscad
 PORTVERSION=	2021.02.09
 PORTREVISION=	2
-#PORTREVISION=	1
 CATEGORIES=	cad
 PKGNAMESUFFIX=	-devel
 
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile
index 4e6ce7c7fabf..03f116266493 100644
--- a/cad/openscad/Makefile
+++ b/cad/openscad/Makefile
@@ -3,7 +3,6 @@
 PORTNAME=	openscad
 PORTVERSION=	2021.01.01
 PORTREVISION=	2
-#PORTREVISION=	1
 CATEGORIES=	cad
 
 #PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile
index 0e05e20bc178..322ce5188fb2 100644
--- a/cad/qcad/Makefile
+++ b/cad/qcad/Makefile
@@ -2,8 +2,8 @@
 
 PORTNAME=	qcad
 PORTVERSION=	3.26.1.0
-#PORTREVISION=
 DISTVERSIONPREFIX=	v
+PORTREVISION=	0
 CATEGORIES=	cad
 DIST_SUBDIR=	${PORTNAME}
 
diff --git a/comms/inspectrum/Makefile b/comms/inspectrum/Makefile
index 436cee005858..3221e40e452c 100644
--- a/comms/inspectrum/Makefile
+++ b/comms/inspectrum/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	inspectrum
 PORTVERSION=	g20191102
-#PORTREVISION=	2
+PORTREVISION=	0
 CATEGORIES=	comms hamradio
 
 MAINTAINER=	mr@FreeBSD.org
diff --git a/databases/p5-Amon2-DBI/Makefile b/databases/p5-Amon2-DBI/Makefile
index bfd3731bc30a..88be3f7cd8da 100644
--- a/databases/p5-Amon2-DBI/Makefile
+++ b/databases/p5-Amon2-DBI/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	Amon2-DBI
 PORTVERSION=	0.33
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
diff --git a/databases/p5-RedisDB-Parser/Makefile b/databases/p5-RedisDB-Parser/Makefile
index 6ea2853c16d8..fcfb668b6d06 100644
--- a/databases/p5-RedisDB-Parser/Makefile
+++ b/databases/p5-RedisDB-Parser/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	RedisDB-Parser
 PORTVERSION=	2.22
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
diff --git a/deskutils/flameshot/Makefile b/deskutils/flameshot/Makefile
index 5e0550c06131..40772cbc4586 100644
--- a/deskutils/flameshot/Makefile
+++ b/deskutils/flameshot/Makefile
@@ -2,8 +2,8 @@
 
 PORTNAME=	flameshot
 PORTVERSION=	0.9.0
-#PORTREVISION=	0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	0
 CATEGORIES=	deskutils
 
 MAINTAINER=	nivit@FreeBSD.org
diff --git a/deskutils/py-pystash/Makefile b/deskutils/py-pystash/Makefile
index ba9b1f9fb495..c5ec62d95a4c 100644
--- a/deskutils/py-pystash/Makefile
+++ b/deskutils/py-pystash/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	pystash
 PORTVERSION=	0.0.14
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	deskutils
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/gcc-msp430-ti-toolchain/Makefile b/devel/gcc-msp430-ti-toolchain/Makefile
index f9d8830c96ac..693e1773f65e 100644
--- a/devel/gcc-msp430-ti-toolchain/Makefile
+++ b/devel/gcc-msp430-ti-toolchain/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	gcc-msp430-ti-toolchain
 PORTVERSION=	${TI_VERSION}.${RELEASE_DATE}
 PORTREVISION=	2
-#PORTREVISION?=	0
 CATEGORIES=	devel
 MASTER_SITES=	GCC/releases/gcc-${GCC_REL_VERSION}:gcc \
 		SOURCEWARE/binutils/releases:binutils \
diff --git a/devel/libopencm3/Makefile b/devel/libopencm3/Makefile
index 5adff03e2fd1..50da54548498 100644
--- a/devel/libopencm3/Makefile
+++ b/devel/libopencm3/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	libopencm3
 PORTVERSION=	0.8.0
 DISTVERSIONPREFIX=v
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	devel
 
 MAINTAINER=	lev@FreeBSD.org
diff --git a/devel/msp430-debug-stack/Makefile b/devel/msp430-debug-stack/Makefile
index 323173164a79..0138c3b9b67b 100644
--- a/devel/msp430-debug-stack/Makefile
+++ b/devel/msp430-debug-stack/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	msp430-debug-stack
 PORTVERSION=	3.15.0.1
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	devel
 MASTER_SITES=	http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPDS/3_15_0_000/export/ \
 		http://www.ti.com/lit/ug/slau320ai/:doc1 \
diff --git a/devel/mspdebug/Makefile b/devel/mspdebug/Makefile
index ce759b652c9c..f7be346c8738 100644
--- a/devel/mspdebug/Makefile
+++ b/devel/mspdebug/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	mspdebug
 PORTVERSION=	0.25.20200402
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	devel
 
 MAINTAINER=	peterjeremy@acm.org
diff --git a/devel/p5-Devel-StackTrace-AsHTML/Makefile b/devel/p5-Devel-StackTrace-AsHTML/Makefile
index 972ff152f586..295805af55ce 100644
--- a/devel/p5-Devel-StackTrace-AsHTML/Makefile
+++ b/devel/p5-Devel-StackTrace-AsHTML/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	Devel-StackTrace-AsHTML
 PORTVERSION=	0.15
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MIYAGAWA
diff --git a/devel/py-args/Makefile b/devel/py-args/Makefile
index 99954d88f493..5b1b05406066 100644
--- a/devel/py-args/Makefile
+++ b/devel/py-args/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	args
 PORTVERSION=	0.1.0
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-clint/Makefile b/devel/py-clint/Makefile
index f5f5315a2526..42dbe5425e65 100644
--- a/devel/py-clint/Makefile
+++ b/devel/py-clint/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	clint
 PORTVERSION=	0.5.1
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-pymtbl/Makefile b/devel/py-pymtbl/Makefile
index ddeea0bb757d..db5b0cc131d8 100644
--- a/devel/py-pymtbl/Makefile
+++ b/devel/py-pymtbl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pymtbl
 PORTVERSION=	0.5.0
-#PORTREVISION=	1
+PORTREVISION=	0
 CATEGORIES=	devel python
 MASTER_SITES=	FARSIGHT LOCAL/truckman/farsight
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-xerox/Makefile b/devel/py-xerox/Makefile
index 1264ce32f640..d07fe16f9d46 100644
--- a/devel/py-xerox/Makefile
+++ b/devel/py-xerox/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	xerox
 PORTVERSION=	0.4.1
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/rubygem-mutter/Makefile b/devel/rubygem-mutter/Makefile
index a5086a35574c..4e73eda33ff0 100644
--- a/devel/rubygem-mutter/Makefile
+++ b/devel/rubygem-mutter/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	mutter
 PORTVERSION=	0.5.3
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
diff --git a/devel/stlink/Makefile b/devel/stlink/Makefile
index 050cb6f68c40..df213abd9104 100644
--- a/devel/stlink/Makefile
+++ b/devel/stlink/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	stlink
 PORTVERSION=	1.6.1
 DISTVERSIONPREFIX=	v
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	devel
 
 MAINTAINER=	lev@FreeBSD.org
diff --git a/devel/valgrind-devel/Makefile b/devel/valgrind-devel/Makefile
index 882eac6a2353..4672d4de239c 100644
--- a/devel/valgrind-devel/Makefile
+++ b/devel/valgrind-devel/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	valgrind
 PORTVERSION=	3.18.0.g20210323
 DISTVERSIONPREFIX=	freebsd-
-#PORTREVISION=	0
+PORTREVISION=	0
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://valgrind.org/
diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile
index 15fb1bb857e7..a62ab78a9780 100644
--- a/devel/valgrind/Makefile
+++ b/devel/valgrind/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	valgrind
 PORTVERSION=	3.17.0.g20210319
 DISTVERSIONPREFIX=	freebsd-
-#PORTREVISION=	0
+PORTREVISION=	0
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://valgrind.org/
diff --git a/dns/nss_resinit/Makefile b/dns/nss_resinit/Makefile
index cdd287539e5c..11bd1de706a0 100644
--- a/dns/nss_resinit/Makefile
+++ b/dns/nss_resinit/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	nss_resinit
 PORTVERSION=	20060412
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	dns
 MASTER_SITES=	http://www.mahoroba.org/~ume/FreeBSD/
 
diff --git a/japanese/dbskkd-cdb/Makefile b/japanese/dbskkd-cdb/Makefile
index e3085aaa7afc..84d2a57567a7 100644
--- a/japanese/dbskkd-cdb/Makefile
+++ b/japanese/dbskkd-cdb/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	dbskkd-cdb
 PORTVERSION=	3.00
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	japanese
 
 MAINTAINER=	ports@FreeBSD.org
diff --git a/japanese/font-cica/Makefile b/japanese/font-cica/Makefile
index 3bb0d12d7fce..16a453b1ce85 100644
--- a/japanese/font-cica/Makefile
+++ b/japanese/font-cica/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cica
 PORTVERSION=	5.0.2
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	https://github.com/miiton/Cica/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	ja-font-
diff --git a/japanese/font-hackgen-nerd/Makefile b/japanese/font-hackgen-nerd/Makefile
index fdcdc1ffb974..7f2f2dd18d8b 100644
--- a/japanese/font-hackgen-nerd/Makefile
+++ b/japanese/font-hackgen-nerd/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	hackgen-nerd
 PORTVERSION=	2.2.3
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	https://github.com/yuru7/HackGen/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	ja-font-
diff --git a/japanese/font-hackgen/Makefile b/japanese/font-hackgen/Makefile
index 4a1ff914c7e9..c466701d44c2 100644
--- a/japanese/font-hackgen/Makefile
+++ b/japanese/font-hackgen/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	hackgen
 PORTVERSION=	2.2.3
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	https://github.com/yuru7/HackGen/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	ja-font-
diff --git a/japanese/font-nasu/Makefile b/japanese/font-nasu/Makefile
index 327b58218c33..d1b1c9c0777f 100644
--- a/japanese/font-nasu/Makefile
+++ b/japanese/font-nasu/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	nasu
 PORTVERSION=	20200227
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	OSDN_CHAMBER/25/25473
 PKGNAMEPREFIX=	ja-font-
diff --git a/japanese/skk-jisyo/Makefile b/japanese/skk-jisyo/Makefile
index 9ac0da88e714..be0f9acc4a2a 100644
--- a/japanese/skk-jisyo/Makefile
+++ b/japanese/skk-jisyo/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	skk-jisyo
 PORTVERSION=	201409
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	japanese
 MASTER_SITES=	LOCAL/matusita/${PORTNAME}
 .if defined(WITH_SKKJISYO_CDB)
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile
index 70f6786a0fbe..05a68a05a716 100644
--- a/mail/cyrus-imapd24/Makefile
+++ b/mail/cyrus-imapd24/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cyrus-imapd
 PORTVERSION=	2.4.22
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	mail
 MASTER_SITES=	https://github.com/cyrusimap/cyrus-imapd/releases/download/${PORTNAME}-${PORTVERSION}/
 PKGNAMESUFFIX=	24
diff --git a/misc/openhab2/Makefile b/misc/openhab2/Makefile
index c865d917418d..ff3206b66c8f 100644
--- a/misc/openhab2/Makefile
+++ b/misc/openhab2/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	openhab2
 PORTVERSION=	2.5.11
-#PORTREVISION=	1
+PORTREVISION=	0
 CATEGORIES=	misc java
 MASTER_SITES=	https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab%2F${PORTVERSION}/
 DISTNAME=	openhab-${PORTVERSION}
diff --git a/net/asterisk-chan_sccp/Makefile b/net/asterisk-chan_sccp/Makefile
index 19c749922aba..af590c54087b 100644
--- a/net/asterisk-chan_sccp/Makefile
+++ b/net/asterisk-chan_sccp/Makefile
@@ -3,8 +3,7 @@
 PORTNAME=	chan_sccp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	4.3.3
-#DISTVERSIONSUFFIX=
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	net
 PKGNAMEPREFIX=	asterisk-
 
diff --git a/net/mpd-l2tp-ipv6pd-client/Makefile b/net/mpd-l2tp-ipv6pd-client/Makefile
index aa21a6d4252a..a3d72c083df8 100644
--- a/net/mpd-l2tp-ipv6pd-client/Makefile
+++ b/net/mpd-l2tp-ipv6pd-client/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mpd-l2tp-ipv6pd-client
 PORTVERSION=	20150430
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	net
 MASTER_SITES=	# none
 DISTFILES=	# none
diff --git a/net/p5-Net-INET6Glue/Makefile b/net/p5-Net-INET6Glue/Makefile
index 651a001502c5..b8fbefb638cb 100644
--- a/net/p5-Net-INET6Glue/Makefile
+++ b/net/p5-Net-INET6Glue/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	Net-INET6Glue
 PORTVERSION=	0.604
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile
index e1859d729445..7cbd3045f274 100644
--- a/net/p5-Socket6/Makefile
+++ b/net/p5-Socket6/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	Socket6
 PORTVERSION=	0.29
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=CPAN:UMEMOTO
diff --git a/net/py-uritemplate/Makefile b/net/py-uritemplate/Makefile
index addb56039340..e3f013493c69 100644
--- a/net/py-uritemplate/Makefile
+++ b/net/py-uritemplate/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	uritemplate
 PORTVERSION=	3.0.1
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	net
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/security/bitwarden_rs/Makefile b/security/bitwarden_rs/Makefile
index 255efedc6f81..c9b1357aaba7 100644
--- a/security/bitwarden_rs/Makefile
+++ b/security/bitwarden_rs/Makefile
@@ -3,7 +3,6 @@
 PORTNAME=	bitwarden_rs
 DISTVERSION=	1.19.0
 PORTREVISION=	1
-# PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/dani-garcia/bw_web_builds/releases/download/v${DISTVERSION_WV}/:web
 DISTFILES=	${WV_DISTFILE}:web
diff --git a/security/ruby-bitwarden/Makefile b/security/ruby-bitwarden/Makefile
index b776ac1daee6..f9bf25f72989 100644
--- a/security/ruby-bitwarden/Makefile
+++ b/security/ruby-bitwarden/Makefile
@@ -2,8 +2,8 @@
 
 PORTNAME=	rubywarden
 DISTVERSION=	0.0.0.20200226
-#PORTREVISION=	1
-CATEGORIES=	     security www
+PORTREVISION=	0
+CATEGORIES=	security www
 
 MAINTAINER=	mr@FreeBSD.org
 COMMENT=	Ruby implementation of the BitWarden API
diff --git a/security/yubico-piv-tool/Makefile b/security/yubico-piv-tool/Makefile
index 50dbff754805..4e1ca88d8bef 100644
--- a/security/yubico-piv-tool/Makefile
+++ b/security/yubico-piv-tool/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	yubico-piv-tool
 PORTVERSION=	2.2.0
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	security
 MASTER_SITES=	https://developers.yubico.com/yubico-piv-tool/Releases/
 
diff --git a/sysutils/gkfreq/Makefile b/sysutils/gkfreq/Makefile
index 489487aa0d0b..f74df6bd08b5 100644
--- a/sysutils/gkfreq/Makefile
+++ b/sysutils/gkfreq/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gkrellm-gkfreq
 PORTVERSION=	2.2
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 
diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile
index 2bdffe158b91..3b12d0b9f086 100644
--- a/sysutils/gkrellm2/Makefile
+++ b/sysutils/gkrellm2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gkrellm
 PORTVERSION=	2.3.11
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://gkrellm.srcbox.net/releases/ \
 		LOCAL/ume
diff --git a/sysutils/socket/Makefile b/sysutils/socket/Makefile
index bb2b2875a6f8..09498f7dcbee 100644
--- a/sysutils/socket/Makefile
+++ b/sysutils/socket/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	socket
 PORTVERSION=	1.2
-#PORTREVISION=	1
+PORTREVISION=	0
 CATEGORIES=	sysutils net
 MASTER_SITES=	https://wolfram.schneider.org/src/ LOCAL/wosch
 
diff --git a/www/csso/Makefile b/www/csso/Makefile
index 0248b38d8e7f..4f409d98c185 100644
--- a/www/csso/Makefile
+++ b/www/csso/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	csso
 PORTVERSION=	1.3.9
 DISTVERSIONPREFIX=	v
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	www
 MASTER_SITES=	http://nivit.altervista.org/FreeBSD/ports/distfiles/
 
diff --git a/www/rubygem-less/Makefile b/www/rubygem-less/Makefile
index a85304a9e3c6..8f921bce4c8d 100644
--- a/www/rubygem-less/Makefile
+++ b/www/rubygem-less/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	less
 PORTVERSION=	1.2.21
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
diff --git a/www/sahi/Makefile b/www/sahi/Makefile
index dcda7659c9e1..fe238505b15d 100644
--- a/www/sahi/Makefile
+++ b/www/sahi/Makefile
@@ -2,7 +2,6 @@
 
 PORTNAME=	sahi
 PORTVERSION=	3.5.${SAHI_BUILD}
-#PORTREVISION=	0
 PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-v${PORTVERSION:R:R:R:S,.,,}/${SAHI_BUILD:S,.,,g}/
diff --git a/www/vertx/Makefile b/www/vertx/Makefile
index d9537698f06a..666cb5c3dc39 100644
--- a/www/vertx/Makefile
+++ b/www/vertx/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	vertx
 PORTVERSION=	2.1.1
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	www
 MASTER_SITES=	http://dl.bintray.com/vertx/downloads/
 DISTNAME=	vert.x-${PORTVERSION}
diff --git a/x11-toolkits/p5-Gnome2-Wnck/Makefile b/x11-toolkits/p5-Gnome2-Wnck/Makefile
index 582d62ecb014..50c4fb85e0dd 100644
--- a/x11-toolkits/p5-Gnome2-Wnck/Makefile
+++ b/x11-toolkits/p5-Gnome2-Wnck/Makefile
@@ -3,7 +3,6 @@
 PORTNAME=	Gnome2-Wnck
 PORTVERSION=	0.16
 PORTREVISION=	1
-#PORTREVISION=	0
 CATEGORIES=	x11-toolkits gnome perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
diff --git a/x11-toolkits/p5-Gtk2-Unique/Makefile b/x11-toolkits/p5-Gtk2-Unique/Makefile
index ab233a2471d7..bd067499402d 100644
--- a/x11-toolkits/p5-Gtk2-Unique/Makefile
+++ b/x11-toolkits/p5-Gtk2-Unique/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	Gtk2-Unique
 PORTVERSION=	0.05
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	x11-toolkits gnome perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile
index 9031b2c7532b..a0a158f2e98a 100644
--- a/x11/terminator/Makefile
+++ b/x11/terminator/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	terminator
 PORTVERSION=	2.1.0
-#PORTREVISION=	0
+PORTREVISION=	0
 CATEGORIES=	x11 python
 MASTER_SITES=	https://github.com/gnome-terminator/terminator/archive/
 DISTNAME=	v${PORTVERSION}



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