From owner-svn-ports-all@freebsd.org Fri Aug 31 09:12:28 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 66F24F79A5D; Fri, 31 Aug 2018 09:12:28 +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 2169B8A8C0; Fri, 31 Aug 2018 09:12:28 +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 034BA194EE; Fri, 31 Aug 2018 09:12:28 +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 w7V9CRbE064911; Fri, 31 Aug 2018 09:12:27 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7V9CRMG064909; Fri, 31 Aug 2018 09:12:27 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201808310912.w7V9CRMG064909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 31 Aug 2018 09:12:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478535 - in head/ports-mgmt/distilator: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/ports-mgmt/distilator: . files X-SVN-Commit-Revision: 478535 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: Fri, 31 Aug 2018 09:12:28 -0000 Author: ehaupt Date: Fri Aug 31 09:12:27 2018 New Revision: 478535 URL: https://svnweb.freebsd.org/changeset/ports/478535 Log: - Update to 1.1.1 - Support for python3 [1] - Specify LICENSE_FILE since it's available in the distfile [1] Requested by: sunpoet [1] Deleted: head/ports-mgmt/distilator/files/ Modified: head/ports-mgmt/distilator/Makefile head/ports-mgmt/distilator/distinfo Modified: head/ports-mgmt/distilator/Makefile ============================================================================== --- head/ports-mgmt/distilator/Makefile Fri Aug 31 09:08:14 2018 (r478534) +++ head/ports-mgmt/distilator/Makefile Fri Aug 31 09:12:27 2018 (r478535) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= distilator -PORTVERSION= 1.1 +PORTVERSION= 1.1.1 CATEGORIES= ports-mgmt MASTER_SITES= https://critical.ch/distilator/ \ LOCAL/ehaupt @@ -11,6 +11,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line script to check the availability of a ports distfiles LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4_1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-ftp>=0.3.1:ftp/py-requests-ftp@${PY_FLAVOR} @@ -20,5 +21,6 @@ NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/distilator +SHEBANG_FILES= distilator.py .include Modified: head/ports-mgmt/distilator/distinfo ============================================================================== --- head/ports-mgmt/distilator/distinfo Fri Aug 31 09:08:14 2018 (r478534) +++ head/ports-mgmt/distilator/distinfo Fri Aug 31 09:12:27 2018 (r478535) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535469016 -SHA256 (distilator-1.1.tar.gz) = 7a519ee86a1a045b6df8c22147b875389eb6e693520ed6c41d1e4d6ce1cd1462 -SIZE (distilator-1.1.tar.gz) = 3289 +TIMESTAMP = 1535706294 +SHA256 (distilator-1.1.1.tar.gz) = beb0061b3cdcc496319af9f862ed0cfd87f8fdccbf291d4ae37190a14df4bb40 +SIZE (distilator-1.1.1.tar.gz) = 3316