pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkgin pkgin: comment out pkg_install dependency
details: https://anonhg.NetBSD.org/pkgsrc/rev/70849c993f7f
branches: trunk
changeset: 442972:70849c993f7f
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Dec 04 13:39:45 2020 +0000
description:
pkgin: comment out pkg_install dependency
pkg_install required by mk is newer than what is required here, and the
DEPENDS here will always pull in the package even if the base system provides
a newer version.
Bump PKGREVISION.
diffstat:
pkgtools/pkgin/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r dd738fc3397f -r 70849c993f7f pkgtools/pkgin/Makefile
--- a/pkgtools/pkgin/Makefile Fri Dec 04 12:23:37 2020 +0000
+++ b/pkgtools/pkgin/Makefile Fri Dec 04 13:39:45 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.108 2020/11/05 09:08:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.109 2020/12/04 13:39:45 wiz Exp $
DISTNAME= pkgin-20.11.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= pkgtools
MASTER_SITES= ${MASTER_SITE_GITHUB:=NetBSDfr/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -46,7 +46,7 @@
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)
Home |
Main Index |
Thread Index |
Old Index