From ec31b3d9ce5d3963dbfef71a9656d5c1e1ae9aa2 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Thu, 23 Jan 2003 14:42:38 +0000 Subject: Update to 20030123. portupgrade(1): - Change the meaning of -D/--distclean. When specified once, delete failed distfiles and retry when checksum fails. When specified twice, do "make distclean" before each fetch or build (as -D meant before). - Make -F/--fetch-only call make checksum/checksum-recursive instead of make fetch/fetch-recursive. - Rename -l/--log-results to -l/--results-file. - Rename -L/--log-prefix to -L/--log-file and make it accept a printf(3) style format. pkg_which(1)/pkgdb(3): - Store and look for file names after resolving symlinks using realpath(3). miscellaneous: - Fix some macro bugs in manpage. - Fix a typo in the PORTUPGRADE example in pkgtools.conf. --- ports-mgmt/portupgrade/Makefile | 5 ++--- ports-mgmt/portupgrade/distinfo | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'ports-mgmt/portupgrade') diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index e23cc685cbd4..34fd9a7bd79a 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/portupgrade/Makefile @@ -6,15 +6,14 @@ # PORTNAME= portupgrade -PORTVERSION= 20021216 +PORTVERSION= 20030123 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= knu DISTNAME= pkgtools-${DISTVERSION} -#DISTVERSION= ${PORTVERSION} -DISTVERSION= 20021209 +DISTVERSION= ${PORTVERSION} .if ${DISTVERSION} != ${PORTVERSION} PATCH_SITES= ${MASTER_SITES} diff --git a/ports-mgmt/portupgrade/distinfo b/ports-mgmt/portupgrade/distinfo index 6cb8e552d952..8156d3cb7bb4 100644 --- a/ports-mgmt/portupgrade/distinfo +++ b/ports-mgmt/portupgrade/distinfo @@ -1,2 +1 @@ -MD5 (pkgtools-20021209.tar.bz2) = 55898afff6ffe56fe739a3689b55a067 -MD5 (pkgtools-20021209-20021216.diff.bz2) = c07f48f9b82bc4c7339eb38227ed3577 +MD5 (pkgtools-20030123.tar.bz2) = 2558438bfb4a1dbd6b20d9c10b54edfc -- cgit v1.2.3