svn commit: r552096 - head/www/py-requests

Kubilay Kocak koobs at FreeBSD.org
Mon Oct 12 05:41:29 UTC 2020


Author: koobs
Date: Mon Oct 12 05:41:28 2020
New Revision: 552096
URL: https://svnweb.freebsd.org/changeset/ports/552096

Log:
  www/py-requests: Remove trailing slash added while QA'ing.
  
  Fix the pointyhat.
  
  PR:		245938
  MFH:		2020Q3
  X-MFH-With:	552091 552095

Modified:
  head/www/py-requests/Makefile

Modified: head/www/py-requests/Makefile
==============================================================================
--- head/www/py-requests/Makefile	Mon Oct 12 05:38:00 2020	(r552095)
+++ head/www/py-requests/Makefile	Mon Oct 12 05:41:28 2020	(r552096)
@@ -3,7 +3,7 @@
 
 PORTNAME=	requests
 PORTVERSION=	2.22.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17
 		${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1:net/py-urllib3@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${PY_FLAVOR}
 
 # Actually 2.7,3.5+
 USES=		python


More information about the svn-ports-all mailing list