summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjlam <jlam>2004-01-14 23:55:29 +0000
committerjlam <jlam>2004-01-14 23:55:29 +0000
commitac01f25479ea33dba133ee9e169c749a2981b56c (patch)
treefd0407c4e2e13987b953a9035f3269ef4a77abc9 /doc
parentae87dc427cbb0bad5c6a6e321716510a1c14d67e (diff)
downloadpkgsrc-ac01f25479ea33dba133ee9e169c749a2981b56c.tar.gz
Update pkgtools/pkg_install to 20040114. Changes from version 20040106
include: * use ${MACHINE_ARCH} instead of what uname() puts into utsname.machine. the former represents the CPU architecture, which is what is recorded in binary packages; also allow the OS name to be overridden, as pkgsrc doesn't always use the value of utsname.sysname. * allow adding depoted packages if another package with the same ${PKGBASE} is already installed as this is explicitly allowed for in pkgviews.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index ad39f9b1a51..3c1b7e0be47 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4464 2004/01/14 21:43:43 jmmv Exp $
+$NetBSD: CHANGES,v 1.4465 2004/01/14 23:55:30 jlam Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -225,3 +225,4 @@ Changes to the packages collection and infrastructure in 2004:
Removed kapm [wiz 2004-01-14]
Updated silc-client to 1.0.1 [salo 2004-01-14]
Updated amule to 1.2.4 [jmmv 2004-01-14]
+ Updated pkg_install to 20040114 [jlam 2004-01-14]