Index: head/textproc/jshon/Makefile =================================================================== --- head/textproc/jshon/Makefile (revision 403781) +++ head/textproc/jshon/Makefile (revision 403782) @@ -1,32 +1,29 @@ # $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 ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/textproc/jshon/distinfo =================================================================== --- head/textproc/jshon/distinfo (revision 403781) +++ head/textproc/jshon/distinfo (revision 403782) @@ -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 Index: head/textproc/jshon/pkg-descr =================================================================== --- head/textproc/jshon/pkg-descr (revision 403781) +++ head/textproc/jshon/pkg-descr (revision 403782) @@ -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/