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 4 13:39:45 UTC 2020
Modified Files:
pkgsrc/pkgtools/pkgin: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 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.108 pkgsrc/pkgtools/pkgin/Makefile:1.109
--- pkgsrc/pkgtools/pkgin/Makefile:1.108 Thu Nov 5 09:08:58 2020
+++ pkgsrc/pkgtools/pkgin/Makefile Fri Dec 4 13:39:45 2020
@@ -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 @@ 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