Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2017 17:47:45 +0000 (UTC)
From:      "Timur I. Bakeyev" <timur@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452674 - head/devel/py-xattr
Message-ID:  <201710221747.v9MHljWs076589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: timur
Date: Sun Oct 22 17:47:44 2017
New Revision: 452674
URL: https://svnweb.freebsd.org/changeset/ports/452674

Log:
  Update port to the 0.9.2 version. Take over maintainership, by agreement with the Alexander Nedotsukov via PM.
  
  PR:		222888
  Approved by:	maintainer

Modified:
  head/devel/py-xattr/Makefile
  head/devel/py-xattr/distinfo
  head/devel/py-xattr/pkg-descr

Modified: head/devel/py-xattr/Makefile
==============================================================================
--- head/devel/py-xattr/Makefile	Sun Oct 22 17:46:40 2017	(r452673)
+++ head/devel/py-xattr/Makefile	Sun Oct 22 17:47:44 2017	(r452674)
@@ -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

Modified: head/devel/py-xattr/distinfo
==============================================================================
--- head/devel/py-xattr/distinfo	Sun Oct 22 17:46:40 2017	(r452673)
+++ head/devel/py-xattr/distinfo	Sun Oct 22 17:47:44 2017	(r452674)
@@ -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

Modified: head/devel/py-xattr/pkg-descr
==============================================================================
--- head/devel/py-xattr/pkg-descr	Sun Oct 22 17:46:40 2017	(r452673)
+++ head/devel/py-xattr/pkg-descr	Sun Oct 22 17:47:44 2017	(r452674)
@@ -2,4 +2,4 @@ Extended attributes extend the basic attributes of fil
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710221747.v9MHljWs076589>