pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 20 19:19:01 UTC 2025

Modified Files:
        pkgsrc/pkgtools/pkg: Makefile

Log Message:
pkg: not a bootstrap package, remove marker

confirmed by jperkin@


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/pkgtools/pkg/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/pkg/Makefile
diff -u pkgsrc/pkgtools/pkg/Makefile:1.31 pkgsrc/pkgtools/pkg/Makefile:1.32
--- pkgsrc/pkgtools/pkg/Makefile:1.31   Mon Jul  3 11:29:04 2023
+++ pkgsrc/pkgtools/pkg/Makefile        Sun Apr 20 19:19:01 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2023/07/03 11:29:04 vins Exp $
+# $NetBSD: Makefile,v 1.32 2025/04/20 19:19:01 wiz Exp $
 
 DISTNAME=      pkg-1.10.99.7
 PKGREVISION=   1
@@ -11,7 +11,6 @@ HOMEPAGE=     https://wiki.freebsd.org/pkgng
 COMMENT=       Package management tool for FreeBSD
 LICENSE=       2-clause-bsd
 
-BOOTSTRAP_PKG= yes
 GNU_CONFIGURE= yes
 USE_CWRAPPERS= no
 USE_LANGUAGES= c



Home | Main Index | Thread Index | Old Index