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 /net | |
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 'net')
-rw-r--r-- | net/asterisk-chan_sccp/Makefile | 3 | ||||
-rw-r--r-- | net/mpd-l2tp-ipv6pd-client/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-INET6Glue/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Socket6/Makefile | 2 | ||||
-rw-r--r-- | net/py-uritemplate/Makefile | 2 |
5 files changed, 5 insertions, 6 deletions
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} |