From owner-svn-ports-head@FreeBSD.ORG Tue Jul 17 07:38:28 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2289C1065672; Tue, 17 Jul 2012 07:38:28 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E814F8FC0C; Tue, 17 Jul 2012 07:38:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6H7cRJI029135; Tue, 17 Jul 2012 07:38:27 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6H7cRYO029131; Tue, 17 Jul 2012 07:38:27 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201207170738.q6H7cRYO029131@svn.freebsd.org> From: Doug Barton Date: Tue, 17 Jul 2012 07:38:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r300992 - head/ports-mgmt/portmaster X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 17 Jul 2012 07:38:28 -0000 Author: dougb Date: Tue Jul 17 07:38:27 2012 New Revision: 300992 URL: http://svn.freebsd.org/changeset/ports/300992 Log: Update to version 3.13.1 Minor fixes/improvements ======================== * Turns out there are a non-zero number of distinfo files that have SIZE listed first, so in the code that parses them for the data to put into /var/db/pkg/$port/distfiles, handle this situation gracefully. * If we trap while working on a child port do not remove that child from the PM_NEEDS_UPDATE list so that when it gets printed in the parent that child is still on the list. * Use the count of total ports as $num_of_deps for -Faf * For -av, add num_{roots|trunks|branches|leaves} values to the headers * In multiport(), decrement the number of ports to work on and print a -v message if we have already seen a port in the worklist as a dependency of another port in the list. * Many other minor code cleanups Performance enhancement ======================= * In read_distinfos*() use while read instead of grep. Avoids the fork and reduces the total time for building the list(s) of distfiles by 25% Modified: head/ports-mgmt/portmaster/Makefile head/ports-mgmt/portmaster/distinfo Modified: head/ports-mgmt/portmaster/Makefile ============================================================================== --- head/ports-mgmt/portmaster/Makefile Tue Jul 17 05:49:47 2012 (r300991) +++ head/ports-mgmt/portmaster/Makefile Tue Jul 17 07:38:27 2012 (r300992) @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= portmaster -PORTVERSION= 3.13 +PORTVERSION= 3.13.1 CATEGORIES= ports-mgmt MASTER_SITES= http://dougbarton.us/Downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc Modified: head/ports-mgmt/portmaster/distinfo ============================================================================== --- head/ports-mgmt/portmaster/distinfo Tue Jul 17 05:49:47 2012 (r300991) +++ head/ports-mgmt/portmaster/distinfo Tue Jul 17 07:38:27 2012 (r300992) @@ -1,4 +1,4 @@ -SHA256 (portmaster-3.13.tar.gz) = b317e7c3b691a194e94abcf1e548b0dcf26088350344c3d3d0c4ddfa1a6b4b7b -SIZE (portmaster-3.13.tar.gz) = 41841 -SHA256 (portmaster-3.13.tar.gz.asc) = 634c6f4e1b86f02aa4c75018e49a2f786a1b281b4c94ba91050a6ead4b444d78 -SIZE (portmaster-3.13.tar.gz.asc) = 488 +SHA256 (portmaster-3.13.1.tar.gz) = 4650011c1875b6afecd1ff6238864acc3141564bde32d415ed102590b7bb25ac +SIZE (portmaster-3.13.1.tar.gz) = 41948 +SHA256 (portmaster-3.13.1.tar.gz.asc) = 66d34640b7475565156e20536754a0a7f444dbf08e36b2ed095906019fd47bb2 +SIZE (portmaster-3.13.1.tar.gz.asc) = 488