Date: Mon, 1 Oct 2012 08:40:16 +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: r305098 - head/ports-mgmt/portmaster Message-ID: <201210010840.q918eGOs012287@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dougb Date: Mon Oct 1 08:40:16 2012 New Revision: 305098 URL: http://svn.freebsd.org/changeset/ports/305098 Log: Fix the problem of background fetches hanging forever when the background process to read the distinfo files encounters a fatal error. Modified: head/ports-mgmt/portmaster/Makefile head/ports-mgmt/portmaster/distinfo Modified: head/ports-mgmt/portmaster/Makefile ============================================================================== --- head/ports-mgmt/portmaster/Makefile Mon Oct 1 08:31:09 2012 (r305097) +++ head/ports-mgmt/portmaster/Makefile Mon Oct 1 08:40:16 2012 (r305098) @@ -1,13 +1,9 @@ -# New ports collection makefile for: portmaster -# Date created: 20 February 2006 -# Whom: Doug Barton <dougb@FreeBSD.org> -# # $FreeBSD$ PORTNAME= portmaster -PORTVERSION= 3.13.13 +PORTVERSION= 3.14 CATEGORIES= ports-mgmt -MASTER_SITES= http://dougbarton.us/Downloads/ +MASTER_SITES= https://dougbarton.us/Downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} Modified: head/ports-mgmt/portmaster/distinfo ============================================================================== --- head/ports-mgmt/portmaster/distinfo Mon Oct 1 08:31:09 2012 (r305097) +++ head/ports-mgmt/portmaster/distinfo Mon Oct 1 08:40:16 2012 (r305098) @@ -1,4 +1,4 @@ -SHA256 (portmaster-3.13.13.tar.gz) = c89e03c6951e7744dffbcf80a454c2ca43138bae36e602f291d90ee4c13e56cd -SIZE (portmaster-3.13.13.tar.gz) = 41978 -SHA256 (portmaster-3.13.13.tar.gz.asc) = 27143e3e2ff2f03e745b1c26ad1791eace1d88ee3ca5f61df1f45730ed5dfb23 -SIZE (portmaster-3.13.13.tar.gz.asc) = 488 +SHA256 (portmaster-3.14.tar.gz) = 676314bee13a02cc8b6a82df5c5062f80ba96083dfbe3bb90be7e96f05af5d31 +SIZE (portmaster-3.14.tar.gz) = 42062 +SHA256 (portmaster-3.14.tar.gz.asc) = b04e8ff40dac2778403546443fb319a4e2b573714d8ec18e5f8dc085c77e4f5e +SIZE (portmaster-3.14.tar.gz.asc) = 488
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210010840.q918eGOs012287>