From 99a3260bb06b35ff4e623b5aa9fbefc0f83a4a0a Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Thu, 19 Sep 2002 18:53:27 +0000 Subject: Update to 20020920. portupgrade(1): - Time each build, install, upgrade, etc. and show times when -v/--verbose is specified. [Requested by: people on freenode:#freebsd] pkgdb(1): - Extend pkgdb(1)'s -o so it can also modify a port's origin. [Requested by: dcs] - Raise an error when an empty pkgname is given with -s. pkgtools.conf(5): - Make MAKE_ARGS accept a proc. [Suggested by: alane] miscellaneous: - Now all the tools including portupgrade(1) should work on lang/ruby_static as well as lang/ruby_static-devel again. - Completion definitions for zsh and bash are even slightly improved. --- sysutils/portupgrade/Makefile | 5 +++-- sysutils/portupgrade/distinfo | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sysutils/portupgrade') diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index a5d3eeeac2ee..6e871df7c945 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20020902 +PORTVERSION= 20020920 CATEGORIES= sysutils MASTER_SITES= http://www.iDaemons.org/distfiles/ \ ${MASTER_SITE_LOCAL} @@ -19,7 +19,8 @@ DISTVERSION= 20020805 PATCH_SITES= ${MASTER_SITES} PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} PATCHFILES= ${DISTNAME}-20020830.diff.bz2 \ - pkgtools-20020830-${PORTVERSION}.diff.bz2 + pkgtools-20020830-20020902.diff.bz2 \ + pkgtools-20020902-${PORTVERSION}.diff.bz2 PATCH_DIST_STRIP= -p1 .endif diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index 2a11acd05843..b63748de7105 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1,3 +1,4 @@ MD5 (pkgtools-20020805.tar.bz2) = bb5a2eda513960ffc22edcaa2c330530 MD5 (pkgtools-20020805-20020830.diff.bz2) = 76a59579cc81dd20a4c1513f7543352e MD5 (pkgtools-20020830-20020902.diff.bz2) = 0d6d06db366ff52041c81e61176ac4e8 +MD5 (pkgtools-20020902-20020920.diff.bz2) = c4e5fd6200ca0c53c3abcba016794f35 -- cgit v1.2.3