Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2019 01:50:31 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496622 - head/www/py-scrapy
Message-ID:  <201903230150.x2N1oVw4016213@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Mar 23 01:50:31 2019
New Revision: 496622
URL: https://svnweb.freebsd.org/changeset/ports/496622

Log:
  textproc/py-scrapy: Fix the dependency version
  
  PR:		235471
  Submitted by:	wen
  Approved by:	portmgr (port compliance)

Modified:
  head/www/py-scrapy/Makefile

Modified: head/www/py-scrapy/Makefile
==============================================================================
--- head/www/py-scrapy/Makefile	Sat Mar 23 01:45:29 2019	(r496621)
+++ head/www/py-scrapy/Makefile	Sat Mar 23 01:50:31 2019	(r496622)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Scrapy
 DISTVERSION=	1.6.0
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twisted>=13.1.0:de
 		${PYTHON_PKGNAMEPREFIX}pydispatcher>=2.0.5:devel/py-pydispatcher@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}service_identity>0:security/py-service_identity@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}parsel>=1.2.0:textproc/py-parsel@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}parsel>=1.5:textproc/py-parsel@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils concurrent autoplist



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