From owner-svn-ports-all@freebsd.org Tue Feb 19 11:55:59 2019 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 59FD914EDD61; Tue, 19 Feb 2019 11:55:59 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F103A83E8B; Tue, 19 Feb 2019 11:55:58 +0000 (UTC) (envelope-from bofh@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 E3E101D682; Tue, 19 Feb 2019 11:55:58 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1JBtwZj009972; Tue, 19 Feb 2019 11:55:58 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1JBtwXq009970; Tue, 19 Feb 2019 11:55:58 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201902191155.x1JBtwXq009970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Tue, 19 Feb 2019 11:55:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493363 - head/editors/py-editorconfig X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/editors/py-editorconfig X-SVN-Commit-Revision: 493363 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F103A83E8B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 19 Feb 2019 11:55:59 -0000 Author: bofh Date: Tue Feb 19 11:55:58 2019 New Revision: 493363 URL: https://svnweb.freebsd.org/changeset/ports/493363 Log: editors/py-editorconfig: Update version 0.12.1=>0.12.2 - Add LICENSE BSD2CLAUSE Approved by: shaun Modified: head/editors/py-editorconfig/Makefile head/editors/py-editorconfig/distinfo Modified: head/editors/py-editorconfig/Makefile ============================================================================== --- head/editors/py-editorconfig/Makefile Tue Feb 19 11:04:59 2019 (r493362) +++ head/editors/py-editorconfig/Makefile Tue Feb 19 11:55:58 2019 (r493363) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= editorconfig -PORTVERSION= 0.12.1 +PORTVERSION= 0.12.2 CATEGORIES= editors python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +11,12 @@ DISTNAME= EditorConfig-${DISTVERSION} MAINTAINER= shaun@FreeBSD.org COMMENT= EditorConfig File Locator and Interpreter for Python -LICENSE= PSFL -LICENSE_FILE= ${WRKSRC}/LICENSE.txt +LICENSE= BSD2CLAUSE PSFL +LICENSE_COMB= multi -USES?= python +USES= python USE_PYTHON= distutils autoplist + NO_ARCH= yes .include Modified: head/editors/py-editorconfig/distinfo ============================================================================== --- head/editors/py-editorconfig/distinfo Tue Feb 19 11:04:59 2019 (r493362) +++ head/editors/py-editorconfig/distinfo Tue Feb 19 11:55:58 2019 (r493363) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491961164 -SHA256 (EditorConfig-0.12.1.tar.gz) = 8b53c857956194a21043753c9adca5a5b0eaef6cf1db3273a362ddec78f2b8e3 -SIZE (EditorConfig-0.12.1.tar.gz) = 19282 +TIMESTAMP = 1550574918 +SHA256 (EditorConfig-0.12.2.tar.gz) = 1b0ef345f9c3a673e492cfe608ed644b236139f7fceab5c6f513a71bcaf8a56c +SIZE (EditorConfig-0.12.2.tar.gz) = 13485