Date: Tue, 15 Dec 2015 14:49:14 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403782 - head/textproc/jshon Message-ID: <201512151449.tBFEnEL9065131@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Tue Dec 15 14:49:14 2015 New Revision: 403782 URL: https://svnweb.freebsd.org/changeset/ports/403782 Log: - Update to 20131105 PR: 205224 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4583 Modified: head/textproc/jshon/Makefile head/textproc/jshon/distinfo head/textproc/jshon/pkg-descr Modified: head/textproc/jshon/Makefile ============================================================================== --- head/textproc/jshon/Makefile Tue Dec 15 14:47:21 2015 (r403781) +++ head/textproc/jshon/Makefile Tue Dec 15 14:49:14 2015 (r403782) @@ -1,29 +1,26 @@ # $FreeBSD$ PORTNAME= jshon -PORTVERSION= 20121210 -PORTREVISION= 3 +PORTVERSION= 20131105 CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= json parser for the shell +COMMENT= JSON parser for the shell LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson -USES= gmake USE_GITHUB= yes GH_ACCOUNT= keenerd -GH_TAGNAME= b21bc98 -CFLAGS+= -I${LOCALBASE}/include +USES= gmake -PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -post-patch: - @${REINPLACE_CMD} -e 's,-ljansson,-L${LOCALBASE}/lib -ljansson,g' ${WRKSRC}/Makefile +PLIST_FILES= bin/jshon man/man1/jshon.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin Modified: head/textproc/jshon/distinfo ============================================================================== --- head/textproc/jshon/distinfo Tue Dec 15 14:47:21 2015 (r403781) +++ head/textproc/jshon/distinfo Tue Dec 15 14:49:14 2015 (r403782) @@ -1,2 +1,2 @@ -SHA256 (keenerd-jshon-20121210-b21bc98_GH0.tar.gz) = 38ff964a491937ca3060ea95af682fa3f5a4fd9a440154517afae4784fd3974b -SIZE (keenerd-jshon-20121210-b21bc98_GH0.tar.gz) = 10708 +SHA256 (keenerd-jshon-20131105_GH0.tar.gz) = 28420f6f02c6b762732898692cc0b0795cfe1a59fbfb24e67b80f332cf6d4fa2 +SIZE (keenerd-jshon-20131105_GH0.tar.gz) = 12870 Modified: head/textproc/jshon/pkg-descr ============================================================================== --- head/textproc/jshon/pkg-descr Tue Dec 15 14:47:21 2015 (r403781) +++ head/textproc/jshon/pkg-descr Tue Dec 15 14:49:14 2015 (r403782) @@ -1,5 +1,6 @@ -jshon parses, reads and creates JSON. It is designed to be as usable as possible -from within the shell and replaces fragile adhoc parsers made from grep/sed/awk -as well as heavyweight one-line parsers made from perl/python. +jshon parses, reads and creates JSON. It is designed to be as usable as +possible from within the shell and replaces fragile adhoc parsers made +from grep/sed/awk as well as heavyweight one-line parsers made from +perl/python. WWW: http://kmkeen.com/jshon/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512151449.tBFEnEL9065131>