pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgin pkgin: just depend on pkg_install again



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37ae9146d28f
branches:  trunk
changeset: 443402:37ae9146d28f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 11 15:56:15 2020 +0000

description:
pkgin: just depend on pkg_install again

Bump PKGREVISION

diffstat:

 pkgtools/pkgin/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 2db6c52fb99d -r 37ae9146d28f pkgtools/pkgin/Makefile
--- a/pkgtools/pkgin/Makefile   Fri Dec 11 15:55:35 2020 +0000
+++ b/pkgtools/pkgin/Makefile   Fri Dec 11 15:56:15 2020 +0000
@@ -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 @@
 
 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