diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-23 14:42:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-23 14:42:38 +0000 |
commit | ec31b3d9ce5d3963dbfef71a9656d5c1e1ae9aa2 (patch) | |
tree | 235bece711fa6b2b8c22f71257dd44c3b7734780 /ports-mgmt/portupgrade-devel | |
parent | Change maintainers email address also in the Makefile. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=73863
Diffstat (limited to 'ports-mgmt/portupgrade-devel')
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 5 | ||||
-rw-r--r-- | ports-mgmt/portupgrade-devel/distinfo | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index e23cc685cbd4..34fd9a7bd79a 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/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-devel/distinfo b/ports-mgmt/portupgrade-devel/distinfo index 6cb8e552d952..8156d3cb7bb4 100644 --- a/ports-mgmt/portupgrade-devel/distinfo +++ b/ports-mgmt/portupgrade-devel/distinfo @@ -1,2 +1 @@ -MD5 (pkgtools-20021209.tar.bz2) = 55898afff6ffe56fe739a3689b55a067 -MD5 (pkgtools-20021209-20021216.diff.bz2) = c07f48f9b82bc4c7339eb38227ed3577 +MD5 (pkgtools-20030123.tar.bz2) = 2558438bfb4a1dbd6b20d9c10b54edfc |