pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkgin



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.

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)



Home | Main Index | Thread Index | Old Index