Index: head/textproc/py-python-augeas/Makefile =================================================================== --- head/textproc/py-python-augeas/Makefile (revision 449629) +++ head/textproc/py-python-augeas/Makefile (revision 449630) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= python-augeas -PORTVERSION= 0.5.0 +PORTVERSION= 1.0.3 DISTVERSIONPREFIX= v CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= johan@stromnet.se COMMENT= Pure python bindings for Augeas LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi LIB_DEPENDS= libaugeas.so:textproc/augeas USES= python USE_GITHUB= yes -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils GH_ACCOUNT= hercules-team regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${WRKSRC}/test/test_augeas.py .include Index: head/textproc/py-python-augeas/distinfo =================================================================== --- head/textproc/py-python-augeas/distinfo (revision 449629) +++ head/textproc/py-python-augeas/distinfo (revision 449630) @@ -1,2 +1,3 @@ -SHA256 (hercules-team-python-augeas-v0.5.0_GH0.tar.gz) = e610f503fd32de6f546bdb87090d39f97104109137077d6983c43e1ced64033b -SIZE (hercules-team-python-augeas-v0.5.0_GH0.tar.gz) = 91132 +TIMESTAMP = 1504345292 +SHA256 (hercules-team-python-augeas-v1.0.3_GH0.tar.gz) = 9a420a90a44b4378d7ddd34654dc70a76bc0d68139d4aba61f2aea1696eaa495 +SIZE (hercules-team-python-augeas-v1.0.3_GH0.tar.gz) = 92585 Index: head/textproc/py-python-augeas/pkg-plist =================================================================== --- head/textproc/py-python-augeas/pkg-plist (nonexistent) +++ head/textproc/py-python-augeas/pkg-plist (revision 449630) @@ -0,0 +1,9 @@ +%%PYTHON_SITELIBDIR%%/augeas.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/augeas.py +%%PYTHON_SITELIBDIR%%/augeas.pyc +%%PYTHON_SITELIBDIR%%/augeas/__init__.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/augeas/__init__.py +%%PYTHON_SITELIBDIR%%/augeas/__init__.pyc +%%PYTHON_SITELIBDIR%%/augeas/ffi.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/augeas/ffi.py +%%PYTHON_SITELIBDIR%%/augeas/ffi.pyc Property changes on: head/textproc/py-python-augeas/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property