Index: Makefile =================================================================== --- Makefile (revision 451548) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xattr -PORTVERSION= 0.7.8 +PORTVERSION= 0.9.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,10 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python +USES?= python USE_PYTHON= distutils autoplist .include Index: distinfo =================================================================== --- distinfo (revision 451548) +++ distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (xattr-0.7.8.tar.gz) = 2710204d77e3354aa5704d10506a1a1a658e8ecc83f283cbf5d208ffe0737859 -SIZE (xattr-0.7.8.tar.gz) = 13449 +TIMESTAMP = 1505104135 +SHA256 (xattr-0.9.2.tar.gz) = 3bbf13c2c9283a52c5dee5586a120e010217ab4e835ccfcfcabe8b22eb1f66e7 +SIZE (xattr-0.9.2.tar.gz) = 22188 Index: pkg-descr =================================================================== --- pkg-descr (revision 451548) +++ pkg-descr (working copy) @@ -2,4 +2,4 @@ in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc). -WWW: http://undefined.org/python/#xattr +WWW: https://github.com/xattr/xattr