From owner-svn-ports-head@FreeBSD.ORG Thu Apr 9 19:50:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33E27793; Thu, 9 Apr 2015 19:50:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 1ECF9EB0; Thu, 9 Apr 2015 19:50:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t39JoDYJ091288; Thu, 9 Apr 2015 19:50:13 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t39JoDN2091287; Thu, 9 Apr 2015 19:50:13 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201504091950.t39JoDN2091287@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 9 Apr 2015 19:50:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383671 - head/devel/gzstream 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.18-1 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: Thu, 09 Apr 2015 19:50:14 -0000 Author: marino Date: Thu Apr 9 19:50:13 2015 New Revision: 383671 URL: https://svnweb.freebsd.org/changeset/ports/383671 Log: devel/gzstream: Fetchs again; unbreak The maintainer's web server suffered a drive failure. The server has been restored so the port's distfile fetches again. Modified: head/devel/gzstream/Makefile Modified: head/devel/gzstream/Makefile ============================================================================== --- head/devel/gzstream/Makefile Thu Apr 9 19:35:00 2015 (r383670) +++ head/devel/gzstream/Makefile Thu Apr 9 19:50:13 2015 (r383671) @@ -10,8 +10,6 @@ MASTER_SITES= http://www.skysmurf.nl/com MAINTAINER= freebsd@skysmurf.nl COMMENT= Provides zlib functionality in an iostream -BROKEN= No public distfiles - LICENSE= LGPL21 USE_LDCONFIG= yes