Index: head/devel/py-xattr/Makefile =================================================================== --- head/devel/py-xattr/Makefile (revision 452673) +++ head/devel/py-xattr/Makefile (revision 452674) @@ -1,22 +1,22 @@ # Created by: bland@FreeBSD.org # $FreeBSD$ PORTNAME= xattr -PORTVERSION= 0.7.8 +PORTVERSION= 0.9.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bland@FreeBSD.org +MAINTAINER= timur@FreeBSD.org COMMENT= Python wrapper for extended filesystem attributes LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi USES= python USE_PYTHON= distutils autoplist .include Index: head/devel/py-xattr/distinfo =================================================================== --- head/devel/py-xattr/distinfo (revision 452673) +++ head/devel/py-xattr/distinfo (revision 452674) @@ -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: head/devel/py-xattr/pkg-descr =================================================================== --- head/devel/py-xattr/pkg-descr (revision 452673) +++ head/devel/py-xattr/pkg-descr (revision 452674) @@ -1,5 +1,5 @@ Extended attributes extend the basic attributes of files and directories 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