svn commit: r328349 - head/textproc/jshon

Vanilla I. Shu vanilla at FreeBSD.org
Thu Sep 26 11:37:26 UTC 2013


Author: vanilla
Date: Thu Sep 26 11:37:25 2013
New Revision: 328349
URL: http://svnweb.freebsd.org/changeset/ports/328349

Log:
  bump version due jansson shlib change.

Modified:
  head/textproc/jshon/Makefile

Modified: head/textproc/jshon/Makefile
==============================================================================
--- head/textproc/jshon/Makefile	Thu Sep 26 11:20:24 2013	(r328348)
+++ head/textproc/jshon/Makefile	Thu Sep 26 11:37:25 2013	(r328349)
@@ -2,6 +2,7 @@
 
 PORTNAME=	jshon
 PORTVERSION=	20121210
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	bapt at FreeBSD.org
@@ -9,7 +10,7 @@ COMMENT=	json parser for the shell.
 
 LICENSE=	MIT
 
-LIB_DEPENDS=	jansson:${PORTSDIR}/devel/jansson
+LIB_DEPENDS=	libjansson.so:${PORTSDIR}/devel/jansson
 
 USES=		gmake
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list