Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2013 11:37:25 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328349 - head/textproc/jshon
Message-ID:  <201309261137.r8QBbPJp002042@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309261137.r8QBbPJp002042>