diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-11-09 15:57:18 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-11-09 15:57:18 +0000 |
commit | 4aa588c9c630d88f3a40e887e550a46d54b86535 (patch) | |
tree | 2544b5628d3d92fc6c228fe04bb48d11ae734b7d /sysutils/rsyslog7 | |
parent | b79c8a2c0b1db5acf18b637b9bf4e0709b9c88f3 (diff) | |
download | ports-4aa588c9c630d88f3a40e887e550a46d54b86535.tar.gz ports-4aa588c9c630d88f3a40e887e550a46d54b86535.zip |
devel/json-c: update to 0.11
- Update to 0.11
- Bump revision of dependent ports
- Fix pkg-plist [1]
PR: ports/182958
Submitted by: zi, wg [1]
Approved by: maintainer (timeout)
Notes
Notes:
svn path=/head/; revision=333306
Diffstat (limited to 'sysutils/rsyslog7')
-rw-r--r-- | sysutils/rsyslog7/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/rsyslog7/Makefile b/sysutils/rsyslog7/Makefile index e6b4fdf69196..2739f91dff3d 100644 --- a/sysutils/rsyslog7/Makefile +++ b/sysutils/rsyslog7/Makefile @@ -2,6 +2,7 @@ PORTNAME= rsyslog PORTVERSION= 7.4.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ @@ -12,7 +13,7 @@ BUILD_DEPENDS= libgcrypt-config:${PORTSDIR}/security/libgcrypt LIB_DEPENDS= ee:${PORTSDIR}/devel/libee \ estr:${PORTSDIR}/devel/libestr \ - json.0:${PORTSDIR}/devel/json-c + libjson.so:${PORTSDIR}/devel/json-c USE_LDCONFIG= yes |