mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Update to 20020128. This makes the second stage to more utilize the
pkg_which database. (The first stage was 'portsclean -L'.) Hopefully these tools will support divided/obsoleted/renamed ports some way in the not-too-distant future.. pkgdb(1): - Make pkgdb(1) -F provide a user an option to unregister stale packages, in addition to deinstalling them. - Reword: 'remove a package record' -> 'unregister a package', etc. . pkg_deinstall(1): - Add a new option: -c, --collate Check if any of the installed files of each package have been overwritten by other packages, and do not deinstall if any. pkg_which(1): - Make pkg_which(1) capable of showing multiple file owner packages. - Add a new option: -c/--collate PKGNAME Show files installed by the given packge that have been overwritten by other packages. - Strip -c/-o's argument of PKG_DBDIR and a trailing slash. - Be less verbose unless -v is given. pkgdb(3): - Record and handle files that are installed by multiple packages. - Bump the DB version. - Squeeze series of slashes seen in the output of 'pkg_info -L'. - Show the reason for rebuilding a package database.
This commit is contained in:
parent
10943b98ca
commit
9e010b246e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53880
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20020126
|
||||
PORTVERSION= 20020128
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pkgtools-20020126.tar.gz) = 4675d28d8d774a61fb27ecce445aa282
|
||||
MD5 (pkgtools-20020128.tar.gz) = ac8a422994b211f3a4397bbb5b62a250
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20020126
|
||||
PORTVERSION= 20020128
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pkgtools-20020126.tar.gz) = 4675d28d8d774a61fb27ecce445aa282
|
||||
MD5 (pkgtools-20020128.tar.gz) = ac8a422994b211f3a4397bbb5b62a250
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20020126
|
||||
PORTVERSION= 20020128
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pkgtools-20020126.tar.gz) = 4675d28d8d774a61fb27ecce445aa282
|
||||
MD5 (pkgtools-20020128.tar.gz) = ac8a422994b211f3a4397bbb5b62a250
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20020126
|
||||
PORTVERSION= 20020128
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pkgtools-20020126.tar.gz) = 4675d28d8d774a61fb27ecce445aa282
|
||||
MD5 (pkgtools-20020128.tar.gz) = ac8a422994b211f3a4397bbb5b62a250
|
||||
|
Loading…
Reference in New Issue
Block a user