diff -urN py-aws-sam-translator.orig/Makefile py-aws-sam-translator/Makefile --- py-aws-sam-translator.orig/Makefile 2019-06-16 05:56:43.517316000 +0900 +++ py-aws-sam-translator/Makefile 2019-07-09 13:11:45.733843000 +0900 @@ -1,7 +1,7 @@ # $FreeBSD: head/devel/py-aws-sam-translator/Makefile 504243 2019-06-15 13:33:27Z dbaio $ PORTNAME= aws-sam-translator -PORTVERSION= 1.11.0 +PORTVERSION= 1.12.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.5:www/py-boto3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6:devel/py-jsonschema@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.11:devel/py-six@${PY_FLAVOR} \ ${PY_ENUM34} diff -urN py-aws-sam-translator.orig/distinfo py-aws-sam-translator/distinfo --- py-aws-sam-translator.orig/distinfo 2019-06-16 05:56:43.517546000 +0900 +++ py-aws-sam-translator/distinfo 2019-07-09 13:10:21.000762000 +0900 @@ -1,3 +1,3 @@ -TIMESTAMP = 1560602724 -SHA256 (aws-sam-translator-1.11.0.tar.gz) = db872c43bdfbbae9fc8c9201e6a7aeb9a661cda116a94708ab0577b46a38b962 -SIZE (aws-sam-translator-1.11.0.tar.gz) = 96492 +TIMESTAMP = 1562645421 +SHA256 (aws-sam-translator-1.12.0.tar.gz) = 4f6c4a0b8f416c9336be8465f7e252560738308cfb2fa840d5e77257b5608945 +SIZE (aws-sam-translator-1.12.0.tar.gz) = 97163 diff -urN py-aws-sam-translator.orig/files/patch-requirements_base.txt py-aws-sam-translator/files/patch-requirements_base.txt --- py-aws-sam-translator.orig/files/patch-requirements_base.txt 2019-06-16 05:56:43.517770000 +0900 +++ py-aws-sam-translator/files/patch-requirements_base.txt 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ -https://github.com/awslabs/serverless-application-model/commit/a01fae53e1ab3140b2b6ee146c3ee57b14d5b1f0 - ---- requirements/base.txt.orig 2019-06-15 12:53:28 UTC -+++ requirements/base.txt -@@ -1,5 +1,5 @@ - boto3~=1.5 - enum34~=1.1; python_version<"3.4" --jsonschema~=2.6 -+jsonschema~=3.0 - six~=1.11 -