Update to 1.1 bugfix release
Changelog: pkg-deleaf: - reset items list after packages deletion upgrade-base: - use sudo when run as normal user - offer to run rebbot for the user upgrade-ports: - include reason in message about port move - fix updating commands parsing code - improve sanity check summary, fix required by printing and show missing required libraries for each reinstalled package - fix obsolete reason extraction - don't remove reverse dependencies of self conflicting packages so that after upgrade no user packages is missing - check for boundaries while calculating ports upgrade order preventing stack memory exhaustion
This commit is contained in:
parent
346f7b8a2c
commit
064f9fd384
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433567
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ports-tools
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= ports-mgmt
|
||||
|
||||
MAINTAINER= pawel@FreeBSD.org
|
||||
|
@ -20,6 +20,6 @@ NO_ARCH= yes
|
|||
PLIST_FILES= bin/mkpatch bin/pcheck bin/pclean bin/pcommit bin/pfind \
|
||||
bin/plist-sort bin/plist-update bin/plog bin/reinplace-check \
|
||||
sbin/pkg-deleaf sbin/tbuilder sbin/upgrade-base \
|
||||
sbin/upgrade-ports
|
||||
sbin/upgrade-ports ${DOCSDIR}/README.md
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1485809693
|
||||
SHA256 (ppekala-ports-tools-1.0_GH0.tar.gz) = 201f8254ae44226ce0a11eee50358b727a9dc16ba684875cbac9f20451fc5ebf
|
||||
SIZE (ppekala-ports-tools-1.0_GH0.tar.gz) = 18552
|
||||
TIMESTAMP = 1486484015
|
||||
SHA256 (ppekala-ports-tools-1.1_GH0.tar.gz) = c428c2791e5870699599fccce0ae7d6bb49d1b57c0f0684c2fb5472ebe727332
|
||||
SIZE (ppekala-ports-tools-1.1_GH0.tar.gz) = 18857
|
||||
|
|
Loading…
Reference in a new issue