diff options
author | knu <knu@FreeBSD.org> | 2002-12-16 13:50:47 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-12-16 13:50:47 +0000 |
commit | 40f41a9caaccad789d2e32d62297f1183663101b (patch) | |
tree | 19125d677d008df81462a418a0a7f38802bf22cf /sysutils/portupgrade | |
parent | 1bc36c4ed236792f1b2278e2c0eb9d5b8dbcc7bd (diff) | |
download | FreeBSD-ports-40f41a9caaccad789d2e32d62297f1183663101b.zip FreeBSD-ports-40f41a9caaccad789d2e32d62297f1183663101b.tar.gz |
Update to 20021216.
pkgdb(1):
- Fix a problem in pkgdb's automatic dependency fixer that it only
fixes the first found problem and leaves the rest.
portsclean(1):
- Fix a problem that portsclean(1) does wrong if a library search path
has a trailing / or a double /. This could confuse users.
PR: ports/46162
Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru>
Approved by; lioux (his first approval as a portmgr!) & knu ;)
Diffstat (limited to 'sysutils/portupgrade')
-rw-r--r-- | sysutils/portupgrade/Makefile | 5 | ||||
-rw-r--r-- | sysutils/portupgrade/distinfo | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 0b59403..e23cc68 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,14 +6,15 @@ # PORTNAME= portupgrade -PORTVERSION= 20021209 +PORTVERSION= 20021216 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= knu DISTNAME= pkgtools-${DISTVERSION} -DISTVERSION= ${PORTVERSION} +#DISTVERSION= ${PORTVERSION} +DISTVERSION= 20021209 .if ${DISTVERSION} != ${PORTVERSION} PATCH_SITES= ${MASTER_SITES} diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index d81f701..6cb8e55 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1,2 @@ MD5 (pkgtools-20021209.tar.bz2) = 55898afff6ffe56fe739a3689b55a067 +MD5 (pkgtools-20021209-20021216.diff.bz2) = c07f48f9b82bc4c7339eb38227ed3577 |