diff options
author | knu <knu@FreeBSD.org> | 2003-01-23 14:42:38 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-01-23 14:42:38 +0000 |
commit | 56c11d3db3df25441e741a936ea95206599774fd (patch) | |
tree | c4b27c0de38bc27268a31ca103330cb5929882a2 /sysutils/portupgrade | |
parent | 59021ecd72a048ae32747d218206a1fc5333d383 (diff) | |
download | FreeBSD-ports-56c11d3db3df25441e741a936ea95206599774fd.zip FreeBSD-ports-56c11d3db3df25441e741a936ea95206599774fd.tar.gz |
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.
Diffstat (limited to 'sysutils/portupgrade')
-rw-r--r-- | sysutils/portupgrade/Makefile | 5 | ||||
-rw-r--r-- | sysutils/portupgrade/distinfo | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index e23cc68..34fd9a7 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/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/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index 6cb8e55..8156d3c 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1,2 +1 @@ -MD5 (pkgtools-20021209.tar.bz2) = 55898afff6ffe56fe739a3689b55a067 -MD5 (pkgtools-20021209-20021216.diff.bz2) = c07f48f9b82bc4c7339eb38227ed3577 +MD5 (pkgtools-20030123.tar.bz2) = 2558438bfb4a1dbd6b20d9c10b54edfc |