diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-29 23:43:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-29 23:43:46 +0800 |
commit | cb295fa68fd956802540596f990b9aa1f03ed586 (patch) | |
tree | c855dd964f30a5c454a46999e5b9629611a561c6 /astro | |
parent | 91f8b58c3700b00f71f60b7f17cf2d5c82272732 (diff) | |
download | freebsd-ports-gnome-cb295fa68fd956802540596f990b9aa1f03ed586.tar.gz freebsd-ports-gnome-cb295fa68fd956802540596f990b9aa1f03ed586.tar.zst freebsd-ports-gnome-cb295fa68fd956802540596f990b9aa1f03ed586.zip |
Update devel/protobuf to 3.3.0
- Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds fine without it
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
PR: 178687 [1]
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libosmpbf/Makefile | 2 | ||||
-rw-r--r-- | astro/merkaartor/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/libosmpbf/Makefile b/astro/libosmpbf/Makefile index d0dd711a82b6..9e5ccd809485 100644 --- a/astro/libosmpbf/Makefile +++ b/astro/libosmpbf/Makefile @@ -4,7 +4,7 @@ PORTNAME= libosmpbf PORTVERSION= 1.3.3 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile index 44c3a0e05a6d..b2c2b4bdcead 100644 --- a/astro/merkaartor/Makefile +++ b/astro/merkaartor/Makefile @@ -3,7 +3,7 @@ PORTNAME= merkaartor PORTVERSION= 0.18.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= astro MAINTAINER= dev2@heesakkers.info |