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 /cad | |
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 'cad')
-rw-r--r-- | cad/solvespace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/solvespace/Makefile b/cad/solvespace/Makefile index 57dc9f5eef07..7bfb25d95876 100644 --- a/cad/solvespace/Makefile +++ b/cad/solvespace/Makefile @@ -2,7 +2,7 @@ PORTNAME= solvespace PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= cad |