From nobody Mon Oct 04 18:39:34 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 2B42412AD05B; Mon, 4 Oct 2021 18:39:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HNTyv0l5sz4ST2; Mon, 4 Oct 2021 18:39:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EDFF41E464; Mon, 4 Oct 2021 18:39:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 194IdYa3096843; Mon, 4 Oct 2021 18:39:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 194IdYwa096842; Mon, 4 Oct 2021 18:39:34 GMT (envelope-from git) Date: Mon, 4 Oct 2021 18:39:34 GMT Message-Id: <202110041839.194IdYwa096842@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: cdc9311a8b96 - main - textproc/jshon: Match version with MacPorts List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cdc9311a8b96c3d4050a027e63d1528098b379ae Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=cdc9311a8b96c3d4050a027e63d1528098b379ae commit cdc9311a8b96c3d4050a027e63d1528098b379ae Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-10-04 12:47:59 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-10-04 18:39:30 +0000 textproc/jshon: Match version with MacPorts While here, clean up the makefile a bit. --- textproc/jshon/Makefile | 14 ++++++-------- textproc/jshon/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/textproc/jshon/Makefile b/textproc/jshon/Makefile index cb3f99420974..967b2f30c7aa 100644 --- a/textproc/jshon/Makefile +++ b/textproc/jshon/Makefile @@ -1,5 +1,5 @@ PORTNAME= jshon -DISTVERSION= 20170302.1 +DISTVERSION= 20180209 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org @@ -10,18 +10,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libjansson.so:devel/jansson -USES= gmake +USES= gmake localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= keenerd GH_TAGNAME= d919aea -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +PLIST_FILES= bin/jshon \ + man/man1/jshon.1.gz -PLIST_FILES= bin/jshon man/man1/jshon.1.gz - -OPTIONS_DEFINE= ZSH -OPTIONS_DEFAULT=ZSH +OPTIONS_DEFINE= ZSH +OPTIONS_DEFAULT= ZSH ZSH_PLIST_FILES= share/zsh/site-functions/jshon_zsh_completion diff --git a/textproc/jshon/distinfo b/textproc/jshon/distinfo index a875fefd929e..77126c59367c 100644 --- a/textproc/jshon/distinfo +++ b/textproc/jshon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1543855297 -SHA256 (keenerd-jshon-20170302.1-d919aea_GH0.tar.gz) = a14521b9a0bf06e48949d6bd233403b754a8ac47b08f37244e589c34d8a4db0f -SIZE (keenerd-jshon-20170302.1-d919aea_GH0.tar.gz) = 14126 +TIMESTAMP = 1633351648 +SHA256 (keenerd-jshon-20180209-d919aea_GH0.tar.gz) = a14521b9a0bf06e48949d6bd233403b754a8ac47b08f37244e589c34d8a4db0f +SIZE (keenerd-jshon-20180209-d919aea_GH0.tar.gz) = 14126