pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Require 20030824 of the pkg_install tools to get th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4132771752a5
branches: trunk
changeset: 460733:4132771752a5
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Sep 03 14:08:09 2003 +0000
description:
Require 20030824 of the pkg_install tools to get the changes for using
pkg_add(1) on non-NetBSD (or more precisely, non-poll) systems.
diffstat:
mk/bsd.pkg.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 07de78a823a2 -r 4132771752a5 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Wed Sep 03 14:05:59 2003 +0000
+++ b/mk/bsd.pkg.mk Wed Sep 03 14:08:09 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1255 2003/09/03 13:56:29 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1256 2003/09/03 14:08:09 jlam Exp $
#
# This file is in the public domain.
#
@@ -716,7 +716,7 @@
.if defined(_OPSYS_PKGTOOLS_REQD)
PKGTOOLS_REQD= ${_OPSYS_PKGTOOLS_REQD}
.else
-PKGTOOLS_REQD= 20030823
+PKGTOOLS_REQD= 20030824
.endif
# Check that we are using up-to-date pkg_* tools with this file.
Home |
Main Index |
Thread Index |
Old Index