Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2019 12:47:53 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489957 - head/devel/py-cursive
Message-ID:  <201901111247.x0BClrFJ048535@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Jan 11 12:47:52 2019
New Revision: 489957
URL: https://svnweb.freebsd.org/changeset/ports/489957

Log:
  - Update to 0.2.2
  - Added LICENSE and LICENSE_FILE
  - Sorted variables a bit according to the PHB
  
  PR:		232243
  Submitted by:	freebsd_ports@k-worx.org
  Approved by:	maintainer

Modified:
  head/devel/py-cursive/Makefile
  head/devel/py-cursive/distinfo   (contents, props changed)
  head/devel/py-cursive/pkg-descr   (contents, props changed)

Modified: head/devel/py-cursive/Makefile
==============================================================================
--- head/devel/py-cursive/Makefile	Fri Jan 11 12:44:38 2019	(r489956)
+++ head/devel/py-cursive/Makefile	Fri Jan 11 12:47:52 2019	(r489957)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cursive
-PORTVERSION=	0.1.1
+PORTVERSION=	0.2.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,19 +10,21 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	alexander.nusov@nfvexpress.com
 COMMENT=	Cursive implements OpenStack-specific validation of digital signatures
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils@${PY_FLAVOR} \
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cryptography>=1.0:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.4:net/py-netifaces@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}lxml>=2.3:devel/py-lxml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}oslo.log>=1.14.0:devel/py-oslo.log@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}castellan>=0.4.0:devel/py-castellan@${PY_FLAVOR}
 
-NO_ARCH=	yes
-
 USES=		python
 USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-cursive/distinfo
==============================================================================
--- head/devel/py-cursive/distinfo	Fri Jan 11 12:44:38 2019	(r489956)
+++ head/devel/py-cursive/distinfo	Fri Jan 11 12:47:52 2019	(r489957)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476648708
-SHA256 (cursive-0.1.1.tar.gz) = 751745b868f6450d928749c9d08b0040bd13f82bcf7c4ed414a57da66b2bc104
-SIZE (cursive-0.1.1.tar.gz) = 18522
+TIMESTAMP = 1527613529
+SHA256 (cursive-0.2.2.tar.gz) = fbdc2b088bf0b9a69b1897d726e6027e8fba8f21f0a881344f70e7a407d9abda
+SIZE (cursive-0.2.2.tar.gz) = 43065

Modified: head/devel/py-cursive/pkg-descr
==============================================================================
--- head/devel/py-cursive/pkg-descr	Fri Jan 11 12:44:38 2019	(r489956)
+++ head/devel/py-cursive/pkg-descr	Fri Jan 11 12:47:52 2019	(r489957)
@@ -1,5 +1,6 @@
-Cursive implements OpenStack-specific validation of digital signatures.  The
-cursive project contains code extracted from various OpenStack projects for
+Cursive implements OpenStack-specific validation of digital signatures.
+
+The cursive project contains code extracted from various OpenStack projects for
 verifying digital signatures. Additional capabilities will be added to this
 project in support of various security features.
 



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