Subject: CVS commit: pkgsrc/pkgtools/pkg_rolling-replace
To: None <pkgsrc-changes@NetBSD.org>
From: Tobias Nygren <tnn@netbsd.org>
List: pkgsrc-changes
Date: 08/03/2007 00:55:11
Module Name: pkgsrc
Committed By: tnn
Date: Fri Aug 3 00:55:09 UTC 2007
Modified Files:
pkgsrc/pkgtools/pkg_rolling-replace: Makefile
pkgsrc/pkgtools/pkg_rolling-replace/files: pkg_rolling-replace.sh
Log Message:
pkg_rolling-replace-0.5:
Redirecting output to /dev/stderr is not portable and will create a
regular file "stderr" if the device does not exist. Instead use the
portable 1>&2 redirection syntax. PKGREVISION was at nb9; get rid of it
and bump minor version number.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/pkgtools/pkg_rolling-replace/Makefile
cvs rdiff -r1.10 -r1.11 \
pkgsrc/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.