Received: by mail.netbsd.org (Postfix, from userid 605) id EB31884D7A; Sat, 26 Jun 2021 17:58:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2EFE384D46 for ; Sat, 26 Jun 2021 17:58:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id pJAou-TjaqPm for ; Sat, 26 Jun 2021 17:58:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8005984CDF for ; Sat, 26 Jun 2021 17:58:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 732CEFA95; Sat, 26 Jun 2021 17:58:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1624730297193600" MIME-Version: 1.0 Date: Sat, 26 Jun 2021 17:58:17 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/devel/go-sys To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20210626175817.732CEFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1624730297193600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sat Jun 26 17:58:17 UTC 2021 Modified Files: pkgsrc/devel/go-sys: Makefile Log Message: go-sys: Remove perl runtime dependency. Bump. From what I can tell there are no perl scripts in the package, so removed the build dependency also. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/go-sys/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1624730297193600 Content-Disposition: inline Content-Length: 729 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/go-sys/Makefile diff -u pkgsrc/devel/go-sys/Makefile:1.41 pkgsrc/devel/go-sys/Makefile:1.42 --- pkgsrc/devel/go-sys/Makefile:1.41 Sun Jun 6 12:18:44 2021 +++ pkgsrc/devel/go-sys/Makefile Sat Jun 26 17:58:17 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2021/06/06 12:18:44 bsiegert Exp $ +# $NetBSD: Makefile,v 1.42 2021/06/26 17:58:17 tnn Exp $ # DISTNAME= go-sys-0.0.20200202 -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= sys @@ -27,5 +27,4 @@ pre-build: ${RM} -f ${WRKSRC}/*/*.go.orig .include "../../lang/go/go-package.mk" -.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1624730297193600--