Received: by mail.netbsd.org (Postfix, from userid 605) id 7B65384EAE; Sat, 1 Aug 2020 17:11:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 046F584E99 for ; Sat, 1 Aug 2020 17:11:12 +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 OUH95tQaGPAl for ; Sat, 1 Aug 2020 17:11:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 80E7284E5A for ; Sat, 1 Aug 2020 17:11:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7AD0EFB28; Sat, 1 Aug 2020 17:11:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1596301871134230" MIME-Version: 1.0 Date: Sat, 1 Aug 2020 17:11:11 +0000 From: "Sean Cole" Subject: CVS commit: pkgsrc/textproc/ugrep To: pkgsrc-changes@NetBSD.org Reply-To: scole@netbsd.org X-Mailer: log_accum Message-Id: <20200801171111.7AD0EFB28@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. --_----------=_1596301871134230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: scole Date: Sat Aug 1 17:11:11 UTC 2020 Modified Files: pkgsrc/textproc/ugrep: Makefile distinfo Log Message: package Makefile simplifications from To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/ugrep/Makefile \ pkgsrc/textproc/ugrep/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1596301871134230 Content-Disposition: inline Content-Length: 2056 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ugrep/Makefile diff -u pkgsrc/textproc/ugrep/Makefile:1.1 pkgsrc/textproc/ugrep/Makefile:1.2 --- pkgsrc/textproc/ugrep/Makefile:1.1 Sat Aug 1 15:13:59 2020 +++ pkgsrc/textproc/ugrep/Makefile Sat Aug 1 17:11:11 2020 @@ -1,12 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2020/08/01 15:13:59 scole Exp $ +# $NetBSD: Makefile,v 1.2 2020/08/01 17:11:11 scole Exp $ -GITHUB_PROJECT= ugrep -GITHUB_TAG= v2.5.0 -DISTNAME= ${GITHUB_TAG} -PKGNAME= ${GITHUB_PROJECT}-${DISTNAME:S,^v,,} +DISTNAME= ugrep-2.5.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/} -DIST_SUBDIR= ${GITHUB_PROJECT} +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/Genivia/ugrep @@ -20,7 +17,6 @@ GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_TOOLS+= gmake pkg-config -CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --with-bzlib CONFIGURE_ARGS+= --with-lz4 CONFIGURE_ARGS+= --with-lzma # lzma & xz files Index: pkgsrc/textproc/ugrep/distinfo diff -u pkgsrc/textproc/ugrep/distinfo:1.1 pkgsrc/textproc/ugrep/distinfo:1.2 --- pkgsrc/textproc/ugrep/distinfo:1.1 Sat Aug 1 15:13:59 2020 +++ pkgsrc/textproc/ugrep/distinfo Sat Aug 1 17:11:11 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/08/01 15:13:59 scole Exp $ +$NetBSD: distinfo,v 1.2 2020/08/01 17:11:11 scole Exp $ -SHA1 (ugrep/v2.5.0.tar.gz) = b0b077993c5a7b6f948f889841a314f35ed95912 -RMD160 (ugrep/v2.5.0.tar.gz) = 6087438b5a61389ed5152eb64d3318260d905dc9 -SHA512 (ugrep/v2.5.0.tar.gz) = 4d4ecab89e89cfb4786f016a83b1e657cc18edbd8a757aa604a2a6f23489d3346f462c39ecc74b0b7f869ae67fc00c0d96245059b0f6a69c2c264684827b9dac -Size (ugrep/v2.5.0.tar.gz) = 4090150 bytes +SHA1 (ugrep-2.5.0.tar.gz) = b0b077993c5a7b6f948f889841a314f35ed95912 +RMD160 (ugrep-2.5.0.tar.gz) = 6087438b5a61389ed5152eb64d3318260d905dc9 +SHA512 (ugrep-2.5.0.tar.gz) = 4d4ecab89e89cfb4786f016a83b1e657cc18edbd8a757aa604a2a6f23489d3346f462c39ecc74b0b7f869ae67fc00c0d96245059b0f6a69c2c264684827b9dac +Size (ugrep-2.5.0.tar.gz) = 4090150 bytes --_----------=_1596301871134230--