summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/bpm
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-06 16:57:03 +0000
committerjlam <jlam@pkgsrc.org>2004-08-06 16:57:03 +0000
commitfa97dd7fdd6ef1fd58b8475c1f438b99621455d8 (patch)
treec52cec9d133cf45db43c49564b948deb3eab3071 /pkgtools/pkg_install/files/bpm
parentd80f435723d764ebf202242ff4359ec5b4d69b11 (diff)
downloadpkgsrc-fa97dd7fdd6ef1fd58b8475c1f438b99621455d8.tar.gz
Sync with version 20040730 from src/usr.sbin/pkg_install on the HEAD:
> Re-work the code which checks the recorded build versions of a binary > package to make pkg_add work properly when no +BUILD_INFO file exists. > > Modify the return value from read_buildinfo() to return 1 for success > and 0 for failure. > > Use symbolic constants, rather than integers. > > If we can't read the build information, always tell of this fact. > > Bump version to 20040730 > > Addresses PR 26429; a different version of these mods were verified to > allow a +BUILD_INFO-less binary package to be added by Martin Husemann.
Diffstat (limited to 'pkgtools/pkg_install/files/bpm')
-rw-r--r--pkgtools/pkg_install/files/bpm/bpm.sh.in (renamed from pkgtools/pkg_install/files/bpm/bpm.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/files/bpm/bpm.sh b/pkgtools/pkg_install/files/bpm/bpm.sh.in
index eb6361bac8d..04e9850e883 100644
--- a/pkgtools/pkg_install/files/bpm/bpm.sh
+++ b/pkgtools/pkg_install/files/bpm/bpm.sh.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: bpm.sh,v 1.2 2004/03/30 15:28:08 tv Exp $
+# $NetBSD: bpm.sh.in,v 1.1 2004/08/06 16:57:03 jlam Exp $
#
# Copyright (c) 2003 Alistair G. Crooks. All rights reserved.
#