diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-09-06 06:01:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-09-06 06:01:55 +0800 |
commit | a8790a3e1f9d4e3f2826fdff40f74803fe3ab3af (patch) | |
tree | 51451c9e2b571a17e7ea71c39f7c259acfa20a57 /graphics/gdal | |
parent | 3ded173ce6a6c1c0f8bff05406f0aa524172ed12 (diff) | |
download | freebsd-ports-gnome-a8790a3e1f9d4e3f2826fdff40f74803fe3ab3af.tar.gz freebsd-ports-gnome-a8790a3e1f9d4e3f2826fdff40f74803fe3ab3af.tar.zst freebsd-ports-gnome-a8790a3e1f9d4e3f2826fdff40f74803fe3ab3af.zip |
Update devel/json-c to 0.13.1
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 231007
Exp-run by: antoine
Diffstat (limited to 'graphics/gdal')
-rw-r--r-- | graphics/gdal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 8819d8c42e93..b9d0d2d25b50 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -3,6 +3,7 @@ PORTNAME= gdal PORTVERSION= 2.2.4 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ |