aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2017-10-22 17:47:44 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2017-10-22 17:47:44 +0000
commit8b0c170160822daec68a247529ba522d97e0e142 (patch)
tree6da7388f5de9278be0348645fa667443c0d3313f
parentc51942b70168affd91f0dbefe3f2960ed860dedb (diff)
downloadports-8b0c170160822daec68a247529ba522d97e0e142.tar.gz
ports-8b0c170160822daec68a247529ba522d97e0e142.zip
Notes
-rw-r--r--devel/py-xattr/Makefile8
-rw-r--r--devel/py-xattr/distinfo5
-rw-r--r--devel/py-xattr/pkg-descr2
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/py-xattr/Makefile b/devel/py-xattr/Makefile
index 7cdfc4cb35cd..e8d119c1edd4 100644
--- a/devel/py-xattr/Makefile
+++ b/devel/py-xattr/Makefile
@@ -2,19 +2,19 @@
# $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
diff --git a/devel/py-xattr/distinfo b/devel/py-xattr/distinfo
index d611bd5a9250..c4aaa121459a 100644
--- a/devel/py-xattr/distinfo
+++ b/devel/py-xattr/distinfo
@@ -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
diff --git a/devel/py-xattr/pkg-descr b/devel/py-xattr/pkg-descr
index 656622534f32..6819db38dda4 100644
--- a/devel/py-xattr/pkg-descr
+++ b/devel/py-xattr/pkg-descr
@@ -2,4 +2,4 @@ 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