From owner-svn-ports-head@freebsd.org Mon May 1 09:29:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D9AED58CA5; Mon, 1 May 2017 09:29:45 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28F60279; Mon, 1 May 2017 09:29:45 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v419TiEn070539; Mon, 1 May 2017 09:29:44 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v419Th7t070536; Mon, 1 May 2017 09:29:43 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201705010929.v419Th7t070536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 1 May 2017 09:29:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439863 - head/ports-mgmt/ports-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 09:29:45 -0000 Author: pawel Date: Mon May 1 09:29:43 2017 New Revision: 439863 URL: https://svnweb.freebsd.org/changeset/ports/439863 Log: Update to version 1.2 Changelog: - Add pinstall, preinstall frontends to upgrade-ports script - Use ellipsis '...' to indicate time consuming operations - Clarify usage descriptions upgrade-ports: - backup self conflicting packages and use them to restore when upgrade fails - allow to remove conflicting package in install phase - show type of failure in upgrade summary when failed builds occur - improve conflicts handling - show removal reason in upgrade summary - check rebuilt ports for BROKEN and IGNORE flags - automatically change port name on move operation - implement option for only checking packages database for errors (-c) - improved MOVED entries tracking - don't offer recompilation of packages linked to libraries not found by system linker upgrade-base: - force sudo to preserve already set environment variables, this fixes PORTS_MODULES not being passed when user is non-root tbuilder: - improve detection of required option for library dependency - add profiles feature, it's files in $CONFIGDIR containing names of jails for use in one build test batch. pcommit: - print correct object type in file_add() function Added: head/ports-mgmt/ports-tools/pkg-plist (contents, props changed) Modified: head/ports-mgmt/ports-tools/Makefile head/ports-mgmt/ports-tools/distinfo Modified: head/ports-mgmt/ports-tools/Makefile ============================================================================== --- head/ports-mgmt/ports-tools/Makefile Mon May 1 09:00:10 2017 (r439862) +++ head/ports-mgmt/ports-tools/Makefile Mon May 1 09:29:43 2017 (r439863) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ports-tools -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= ports-mgmt MAINTAINER= pawel@FreeBSD.org @@ -17,9 +17,4 @@ GH_ACCOUNT= ppekala NO_BUILD= yes 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 ${DOCSDIR}/README.md - .include Modified: head/ports-mgmt/ports-tools/distinfo ============================================================================== --- head/ports-mgmt/ports-tools/distinfo Mon May 1 09:00:10 2017 (r439862) +++ head/ports-mgmt/ports-tools/distinfo Mon May 1 09:29:43 2017 (r439863) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486484015 -SHA256 (ppekala-ports-tools-1.1_GH0.tar.gz) = c428c2791e5870699599fccce0ae7d6bb49d1b57c0f0684c2fb5472ebe727332 -SIZE (ppekala-ports-tools-1.1_GH0.tar.gz) = 18857 +TIMESTAMP = 1493629631 +SHA256 (ppekala-ports-tools-1.2_GH0.tar.gz) = a333584a0d561a40ce7fb14a6650008599908c0c1920766cb036982ebf293f0f +SIZE (ppekala-ports-tools-1.2_GH0.tar.gz) = 20490 Added: head/ports-mgmt/ports-tools/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/ports-tools/pkg-plist Mon May 1 09:29:43 2017 (r439863) @@ -0,0 +1,16 @@ +bin/mkpatch +bin/pcheck +bin/pclean +bin/pcommit +bin/pfind +bin/plist-sort +bin/plist-update +bin/plog +bin/reinplace-check +sbin/pinstall +sbin/pkg-deleaf +sbin/preinstall +sbin/tbuilder +sbin/upgrade-base +sbin/upgrade-ports +%%DOCSDIR%%/README.md