diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-12-04 03:41:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-12-04 03:41:32 +0800 |
commit | e1e935554223e7f656d07f3b8d4b19b651e96425 (patch) | |
tree | 8156e20afca01d9216c718d4023eba75e0a0f37a /sysutils | |
parent | 4891de5cd9ed73b29d7e93a2897aef0e68afa4d1 (diff) | |
download | freebsd-ports-gnome-e1e935554223e7f656d07f3b8d4b19b651e96425.tar.gz freebsd-ports-gnome-e1e935554223e7f656d07f3b8d4b19b651e96425.tar.zst freebsd-ports-gnome-e1e935554223e7f656d07f3b8d4b19b651e96425.zip |
Update devel/protobuf to 3.6.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 231008
Exp-run by: antoine
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/zbackup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/zbackup/Makefile b/sysutils/zbackup/Makefile index 43e293b87f47..10bdaa47d338 100644 --- a/sysutils/zbackup/Makefile +++ b/sysutils/zbackup/Makefile @@ -2,7 +2,7 @@ PORTNAME= zbackup PORTVERSION= 1.4.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org @@ -14,6 +14,7 @@ LIB_DEPENDS= libprotobuf.so:devel/protobuf \ liblzo2.so:archivers/lzo2 USES= alias cmake compiler:c++11-lang ssl +USE_CXXSTD= c++11 USE_GITHUB= yes OPTIONS_DEFINE= DOCS |