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/08/2007 11:28:05
Module Name:	pkgsrc
Committed By:	tnn
Date:		Wed Aug  8 11:28:05 UTC 2007

Modified Files:
	pkgsrc/pkgtools/pkg_rolling-replace: Makefile
	pkgsrc/pkgtools/pkg_rolling-replace/files: pkg_rolling-replace.8
	    pkg_rolling-replace.sh

Log Message:
pkg_rolling-replace-0.10:
- Abort if any of rebuild, unsafe_depends, unsafe_depends_strict are still
  set after "make replace".
- Following changes in pkgsrc, does not replace by default if the
  dependencies' ABI is still compatible.
- Add option -s that retains the old behaviour of always replacing.
- Add option -r for "replace only", this supresses creation of binary pkgs.
- The -n option has not been fully updated for these changes.
- versions 0.[7-9] were skipped to avoid any ambiguity from the 0.04 -> 0.5
  transition.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/pkgtools/pkg_rolling-replace/Makefile
cvs rdiff -r1.6 -r1.7 \
    pkgsrc/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.8
cvs rdiff -r1.12 -r1.13 \
    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.