diff options
author | bofh <bofh@FreeBSD.org> | 2019-02-19 19:55:58 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2019-02-19 19:55:58 +0800 |
commit | 9811f0555d29308d8b297825c7d858b19504bc78 (patch) | |
tree | 640d4ff0287706ce4a66e79fc873b49d65dcb0b9 /editors | |
parent | 1c41413d0d621a1423244aeab3943c9e086121f0 (diff) | |
download | freebsd-ports-gnome-9811f0555d29308d8b297825c7d858b19504bc78.tar.gz freebsd-ports-gnome-9811f0555d29308d8b297825c7d858b19504bc78.tar.zst freebsd-ports-gnome-9811f0555d29308d8b297825c7d858b19504bc78.zip |
editors/py-editorconfig: Update version 0.12.1=>0.12.2
- Add LICENSE BSD2CLAUSE
Approved by: shaun
Diffstat (limited to 'editors')
-rw-r--r-- | editors/py-editorconfig/Makefile | 9 | ||||
-rw-r--r-- | editors/py-editorconfig/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/editors/py-editorconfig/Makefile b/editors/py-editorconfig/Makefile index 4261627e15d9..06f0fa3a187d 100644 --- a/editors/py-editorconfig/Makefile +++ b/editors/py-editorconfig/Makefile @@ -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 <bsd.port.mk> diff --git a/editors/py-editorconfig/distinfo b/editors/py-editorconfig/distinfo index b4e34a3253dc..697355e6771c 100644 --- a/editors/py-editorconfig/distinfo +++ b/editors/py-editorconfig/distinfo @@ -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 |