Index: head/devel/py-javaproperties/files/patch-setup.py =================================================================== --- head/devel/py-javaproperties/files/patch-setup.py (revision 498540) +++ head/devel/py-javaproperties/files/patch-setup.py (nonexistent) @@ -1,12 +0,0 @@ ---- setup.py.orig 2018-05-25 22:39:16 UTC -+++ setup.py -@@ -3,6 +3,9 @@ import re - from setuptools import setup - - with open(join(dirname(__file__), 'javaproperties', '__init__.py')) as fp: -+ # Workaround for Python 3: -+ # Move a bit forward to get past the unicode characters -+ fp.seek(256) - for line in fp: - m = re.search(r'^\s*__version__\s*=\s*([\'"])([^\'"]+)\1\s*$', line) - if m: Property changes on: head/devel/py-javaproperties/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/py-javaproperties/Makefile =================================================================== --- head/devel/py-javaproperties/Makefile (revision 498540) +++ head/devel/py-javaproperties/Makefile (revision 498541) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= javaproperties -DISTVERSION= 0.5.1 +DISTVERSION= 0.5.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org COMMENT= Read and write Java .properties files LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes .include Index: head/devel/py-javaproperties/distinfo =================================================================== --- head/devel/py-javaproperties/distinfo (revision 498540) +++ head/devel/py-javaproperties/distinfo (revision 498541) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550757174 -SHA256 (javaproperties-0.5.1.tar.gz) = 2b0237b054af4d24c74f54734b7d997ca040209a1820e96fb4a82625f7bd40cf -SIZE (javaproperties-0.5.1.tar.gz) = 29150 +TIMESTAMP = 1554810508 +SHA256 (javaproperties-0.5.2.tar.gz) = 68add3438bd24d6e32665cad91f254fc82a51bf905e21f3f424a085c79904fb3 +SIZE (javaproperties-0.5.2.tar.gz) = 30244