diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-30 00:04:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-30 00:04:36 +0800 |
commit | acd8bea513b0a2b6bd1cd8d4b229f2ab9b991756 (patch) | |
tree | 11008e8801186db5586972165ff6346d48d8dcaa /net/mosh | |
parent | 1092c3a8421bfd8a6d890691e305b73e61108d99 (diff) | |
download | freebsd-ports-gnome-acd8bea513b0a2b6bd1cd8d4b229f2ab9b991756.tar.gz freebsd-ports-gnome-acd8bea513b0a2b6bd1cd8d4b229f2ab9b991756.tar.zst freebsd-ports-gnome-acd8bea513b0a2b6bd1cd8d4b229f2ab9b991756.zip |
Update devel/protobuf to 3.2.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
Diffstat (limited to 'net/mosh')
-rw-r--r-- | net/mosh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile index db0b4329e4e6..c04499e2a7b1 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -3,7 +3,7 @@ PORTNAME= mosh PORTVERSION= 1.2.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://mosh.mit.edu/ \ http://mirrors.rit.edu/zi/ |