diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-19 15:49:02 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-19 16:00:13 +0800 |
commit | 1bf865fed5a69877b34d01b873ccac59a8ab9476 (patch) | |
tree | 4f05571a39172191f21ad862c2e351e1eb7ebee3 /misc | |
parent | a43aa027a7687aaa2f480ec1e051f715445932e6 (diff) | |
download | freebsd-ports-gnome-1bf865fed5a69877b34d01b873ccac59a8ab9476.tar.gz freebsd-ports-gnome-1bf865fed5a69877b34d01b873ccac59a8ab9476.tar.zst freebsd-ports-gnome-1bf865fed5a69877b34d01b873ccac59a8ab9476.zip |
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.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openhab2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |