FreeBSD Bugzilla – Attachment 164080 Details for
Bug 205224
[PATCH] textproc/jshon: Update to version 20131105
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
textproc_jshon.diff
textproc_jshon.diff (text/plain), 2.59 KB, created by
tkato432
on 2015-12-10 18:44:07 UTC
(
hide
)
Description:
textproc_jshon.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2015-12-10 18:44:07 UTC
Size:
2.59 KB
patch
obsolete
>diff -urN /usr/ports/textproc/jshon/Makefile textproc/jshon/Makefile >--- /usr/ports/textproc/jshon/Makefile 2015-08-24 03:49:42.166722000 +0900 >+++ textproc/jshon/Makefile 2015-12-11 00:00:00.000000000 +0900 >@@ -1,32 +1,32 @@ > # $FreeBSD: head/textproc/jshon/Makefile 393009 2015-07-27 19:01:10Z bdrewery $ > > PORTNAME= jshon >-PORTVERSION= 20121210 >-PORTREVISION= 3 >+PORTVERSION= 20131105 > CATEGORIES= textproc >+MASTER_SITES= GH > > 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 >+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} jshon \ >+ ${STAGEDIR}${PREFIX}/bin) >+ (cd ${WRKSRC} && ${INSTALL_MAN} jshon.1 \ >+ ${STAGEDIR}${MANPREFIX}/man/man1) > > .include <bsd.port.mk> >diff -urN /usr/ports/textproc/jshon/distinfo textproc/jshon/distinfo >--- /usr/ports/textproc/jshon/distinfo 2015-08-24 03:49:42.167133000 +0900 >+++ textproc/jshon/distinfo 2015-12-11 00:00:00.000000000 +0900 >@@ -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 >diff -urN /usr/ports/textproc/jshon/pkg-descr textproc/jshon/pkg-descr >--- /usr/ports/textproc/jshon/pkg-descr 2015-08-24 03:49:42.167524000 +0900 >+++ textproc/jshon/pkg-descr 2015-12-11 00:00:00.000000000 +0900 >@@ -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/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 205224
: 164080