diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-03 21:36:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-03 21:36:58 +0800 |
commit | 3e68ca9d9c2f316c3f83f97bc72893e3a060e661 (patch) | |
tree | 587fc934bc5975d202ef2a7a793afcc14cc63d41 /databases | |
parent | f94c0be9433c87594b2ddb224b838f07abed216d (diff) | |
download | freebsd-ports-gnome-3e68ca9d9c2f316c3f83f97bc72893e3a060e661.tar.gz freebsd-ports-gnome-3e68ca9d9c2f316c3f83f97bc72893e3a060e661.tar.zst freebsd-ports-gnome-3e68ca9d9c2f316c3f83f97bc72893e3a060e661.zip |
Update devel/json-c to 0.13
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 224675
Exp-run by: antoine
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgis20/Makefile | 2 | ||||
-rw-r--r-- | databases/postgis21/Makefile | 1 | ||||
-rw-r--r-- | databases/postgis22/Makefile | 1 | ||||
-rw-r--r-- | databases/postgis23/Makefile | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgis20/Makefile b/databases/postgis20/Makefile index e4b18c9d271c..44bd49cfcf59 100644 --- a/databases/postgis20/Makefile +++ b/databases/postgis20/Makefile @@ -2,7 +2,7 @@ PORTNAME= postgis PORTVERSION= 2.0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 20 diff --git a/databases/postgis21/Makefile b/databases/postgis21/Makefile index fef4d867bb92..1db520b60ca0 100644 --- a/databases/postgis21/Makefile +++ b/databases/postgis21/Makefile @@ -2,6 +2,7 @@ PORTNAME= postgis PORTVERSION= 2.1.8 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 21 diff --git a/databases/postgis22/Makefile b/databases/postgis22/Makefile index 526a7ad0e1e9..0058843c738a 100644 --- a/databases/postgis22/Makefile +++ b/databases/postgis22/Makefile @@ -2,6 +2,7 @@ PORTNAME= postgis PORTVERSION= 2.2.6 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 22 diff --git a/databases/postgis23/Makefile b/databases/postgis23/Makefile index 46ba82864327..de2fe2616d33 100644 --- a/databases/postgis23/Makefile +++ b/databases/postgis23/Makefile @@ -3,6 +3,7 @@ PORTNAME= postgis PORTVERSION= 2.3.5 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 23 |