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 /audio | |
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 'audio')
-rw-r--r-- | audio/mps/Makefile | 1 | ||||
-rw-r--r-- | audio/py-mpd/Makefile | 2 |
2 files changed, 1 insertions, 2 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} |