svn commit: r493363 - head/editors/py-editorconfig

Muhammad Moinur Rahman bofh at FreeBSD.org
Tue Feb 19 11:55:59 UTC 2019


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list