Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2BBAB1A9217 for ; Fri, 11 Dec 2020 15:56:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8BA5C84D7F; Fri, 11 Dec 2020 15:56:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C40FC84D53 for ; Fri, 11 Dec 2020 15:56:16 +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 C4FvITZOR1CO for ; Fri, 11 Dec 2020 15:56:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2738884D32 for ; Fri, 11 Dec 2020 15:56:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D8A7FA9D; Fri, 11 Dec 2020 15:56:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1607702176152640" MIME-Version: 1.0 Date: Fri, 11 Dec 2020 15:56:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/pkgtools/pkgin To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20201211155616.1D8A7FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1607702176152640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Dec 11 15:56:16 UTC 2020 Modified Files: pkgsrc/pkgtools/pkgin: Makefile Log Message: pkgin: just depend on pkg_install again Bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 pkgsrc/pkgtools/pkgin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1607702176152640 Content-Disposition: inline Content-Length: 865 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/pkgin/Makefile diff -u pkgsrc/pkgtools/pkgin/Makefile:1.109 pkgsrc/pkgtools/pkgin/Makefile:1.110 --- pkgsrc/pkgtools/pkgin/Makefile:1.109 Fri Dec 4 13:39:45 2020 +++ pkgsrc/pkgtools/pkgin/Makefile Fri Dec 11 15:56:15 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.109 2020/12/04 13:39:45 wiz Exp $ +# $NetBSD: Makefile,v 1.110 2020/12/11 15:56:15 wiz Exp $ DISTNAME= pkgin-20.11.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_GITHUB:=NetBSDfr/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -46,7 +46,7 @@ SUBST_SED.osrel= -e "s|@OSREL@|${OS_VERS CFLAGS.SunOS+= -D_FILE_OFFSET_BITS=64 -#DEPENDS+= pkg_install>=20200701:../../pkgtools/pkg_install +DEPENDS+= pkg_install>=20200701:../../pkgtools/pkg_install # those have official repositories .if !empty(PKGIN_REPOSITORY_URL) --_----------=_1607702176152640--