From owner-svn-ports-all@freebsd.org Tue Aug 28 15:15:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CFC7108F48A; Tue, 28 Aug 2018 15:15:40 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C868889520; Tue, 28 Aug 2018 15:15:39 +0000 (UTC) (envelope-from ehaupt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A58C868A9; Tue, 28 Aug 2018 15:15:39 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7SFFdWu004811; Tue, 28 Aug 2018 15:15:39 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7SFFdAZ004809; Tue, 28 Aug 2018 15:15:39 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201808281515.w7SFFdAZ004809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 28 Aug 2018 15:15:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478321 - head/ports-mgmt/distilator X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/ports-mgmt/distilator X-SVN-Commit-Revision: 478321 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2018 15:15:40 -0000 Author: ehaupt Date: Tue Aug 28 15:15:39 2018 New Revision: 478321 URL: https://svnweb.freebsd.org/changeset/ports/478321 Log: - Update to 1.1 - Correctly handle hostnames that do not resolve - Implemented a --silent option which will only show errors Modified: head/ports-mgmt/distilator/Makefile head/ports-mgmt/distilator/distinfo Modified: head/ports-mgmt/distilator/Makefile ============================================================================== --- head/ports-mgmt/distilator/Makefile Tue Aug 28 14:25:50 2018 (r478320) +++ head/ports-mgmt/distilator/Makefile Tue Aug 28 15:15:39 2018 (r478321) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= distilator -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= ports-mgmt MASTER_SITES= https://critical.ch/distilator/ \ LOCAL/ehaupt Modified: head/ports-mgmt/distilator/distinfo ============================================================================== --- head/ports-mgmt/distilator/distinfo Tue Aug 28 14:25:50 2018 (r478320) +++ head/ports-mgmt/distilator/distinfo Tue Aug 28 15:15:39 2018 (r478321) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535383437 -SHA256 (distilator-1.0.tar.gz) = c09f966506cc1cdd77cca3a16a01ce8b009e0fab525cf39cb4041aba30717d42 -SIZE (distilator-1.0.tar.gz) = 3022 +TIMESTAMP = 1535469016 +SHA256 (distilator-1.1.tar.gz) = 7a519ee86a1a045b6df8c22147b875389eb6e693520ed6c41d1e4d6ce1cd1462 +SIZE (distilator-1.1.tar.gz) = 3289