diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-03-31 21:41:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-03-31 21:41:02 +0800 |
commit | 6562679f39ce67f44baf12ff616789ae97e701ce (patch) | |
tree | 0a514caf548318075328dee2e573dc89407d52a6 /net | |
parent | 26e465e2b47e4056726352f1f9b70bd919cf7069 (diff) | |
download | freebsd-ports-gnome-6562679f39ce67f44baf12ff616789ae97e701ce.tar.gz freebsd-ports-gnome-6562679f39ce67f44baf12ff616789ae97e701ce.tar.zst freebsd-ports-gnome-6562679f39ce67f44baf12ff616789ae97e701ce.zip |
Update devel/protobuf to 3.7.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 236157
Exp-run by: antoine
Diffstat (limited to 'net')
-rw-r--r-- | net/eternalterminal/Makefile | 1 | ||||
-rw-r--r-- | net/mosh/Makefile | 2 | ||||
-rw-r--r-- | net/spoofer/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/net/eternalterminal/Makefile b/net/eternalterminal/Makefile index c6ea430e09a5..d412c51910f8 100644 --- a/net/eternalterminal/Makefile +++ b/net/eternalterminal/Makefile @@ -3,6 +3,7 @@ PORTNAME= eternalterminal DISTVERSIONPREFIX= et-v DISTVERSION= 5.1.9 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= trevis@silencedpoet.com diff --git a/net/mosh/Makefile b/net/mosh/Makefile index 9d4463b2740a..7654e5aa3288 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -3,7 +3,7 @@ PORTNAME= mosh PORTVERSION= 1.3.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MASTER_SITES= https://mosh.org/ \ ZI diff --git a/net/spoofer/Makefile b/net/spoofer/Makefile index 523d2a61dccd..bba4418565a6 100644 --- a/net/spoofer/Makefile +++ b/net/spoofer/Makefile @@ -3,7 +3,7 @@ PORTNAME= spoofer PORTVERSION= 1.2.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net MASTER_SITES= http://www.caida.org/projects/spoofer/downloads/ |