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 /audio | |
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 'audio')
-rw-r--r-- | audio/pianobar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pianobar/Makefile b/audio/pianobar/Makefile index e84d7c365546..bfa854c66def 100644 --- a/audio/pianobar/Makefile +++ b/audio/pianobar/Makefile @@ -3,7 +3,7 @@ PORTNAME= pianobar PORTVERSION= 2016.06.02 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://6xq.net/projects/${PORTNAME}/ |