Received: by mail.netbsd.org (Postfix, from userid 605) id 71D4084D85; Wed, 25 Dec 2019 12:49:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F023184D4E for ; Wed, 25 Dec 2019 12:49:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id tdYrStKCVoUl for ; Wed, 25 Dec 2019 12:49:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4B97B84CDA for ; Wed, 25 Dec 2019 12:49:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 45481FA97; Wed, 25 Dec 2019 12:49:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157727816765210" MIME-Version: 1.0 Date: Wed, 25 Dec 2019 12:49:27 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/jo To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191225124927.45481FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157727816765210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Dec 25 12:49:27 UTC 2019 Modified Files: pkgsrc/textproc/jo: Makefile PLIST Log Message: jo: fix PLIST; bump revision To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/jo/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/jo/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157727816765210 Content-Disposition: inline Content-Length: 1285 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/jo/Makefile diff -u pkgsrc/textproc/jo/Makefile:1.9 pkgsrc/textproc/jo/Makefile:1.10 --- pkgsrc/textproc/jo/Makefile:1.9 Mon Nov 4 09:24:22 2019 +++ pkgsrc/textproc/jo/Makefile Wed Dec 25 12:49:27 2019 @@ -1,20 +1,19 @@ -# $NetBSD: Makefile,v 1.9 2019/11/04 09:24:22 fcambus Exp $ +# $NetBSD: Makefile,v 1.10 2019/12/25 12:49:27 adam Exp $ DISTNAME= jo-1.3 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=jpmens/} +GITHUB_RELEASE= ${PKGVERSION_NOREV} MAINTAINER= fcambus@NetBSD.org HOMEPAGE= https://github.com/jpmens/jo COMMENT= JSON output from a shell LICENSE= gnu-gpl-v2 -GITHUB_RELEASE= ${PKGVERSION_NOREV} - -GNU_CONFIGURE= yes - USE_LANGUAGES= c c99 - +GNU_CONFIGURE= yes +CONFIGURE_ENV+= bashcompdir=${PREFIX}/share/bash_completion.d TEST_TARGET= check .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/jo/PLIST diff -u pkgsrc/textproc/jo/PLIST:1.1 pkgsrc/textproc/jo/PLIST:1.2 --- pkgsrc/textproc/jo/PLIST:1.1 Tue Jul 26 17:29:22 2016 +++ pkgsrc/textproc/jo/PLIST Wed Dec 25 12:49:27 2019 @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/07/26 17:29:22 kamil Exp $ +@comment $NetBSD: PLIST,v 1.2 2019/12/25 12:49:27 adam Exp $ bin/jo man/man1/jo.1 +share/bash_completion.d/jo.bash --_----------=_157727816765210--