Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2012 07:38:27 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r300992 - head/ports-mgmt/portmaster
Message-ID:  <201207170738.q6H7cRYO029131@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207170738.q6H7cRYO029131>