freebsd-ports/ports-mgmt/portupgrade
Akinori MUSHA 9caf58e05d Update to 20010627. Enhance the behaviors of some flags:
-B CMD
    --beforebuild CMD	Run the sapecified command before each build.  If the
			command exits in failure, the port/package will be
			skipped.  Here is some typical uses:

			portupgrade -B 'cvs update' 'gnome*'

			portupgrade -aB 'test ! `make -V IS_INTERACTIVE`'

    -x GLOB
    --exclude GLOB	Exclude packages matching the specified glob pattern.
			Exclusion is performed after recursing dependency in
			response to -r and/or -R, which means, for example,
			the following command will upgrade all the packages
			depending on XFree86 but leave XFree86 as it is:

			portupgrade -rx XFree86 XFree86
2001-06-26 17:02:41 +00:00
..
distinfo Update to 20010627. Enhance the behaviors of some flags: 2001-06-26 17:02:41 +00:00
Makefile Update to 20010627. Enhance the behaviors of some flags: 2001-06-26 17:02:41 +00:00
pkg-comment Clarify that portupgrade can do upgrade by means of both the port and 2001-06-09 05:50:11 +00:00
pkg-descr Revise pkg-descr. 2001-06-17 10:12:43 +00:00
pkg-plist Update to 20010617. 2001-06-17 07:38:49 +00:00