svn commit: r351816 - head/security/wapiti

Antoine Brodin antoine at FreeBSD.org
Tue Apr 22 12:16:23 UTC 2014


Author: antoine
Date: Tue Apr 22 12:16:22 2014
New Revision: 351816
URL: http://svnweb.freebsd.org/changeset/ports/351816
QAT: https://qat.redports.org/buildarchive/r351816/

Log:
  Switch from py-requests1 to py-requests

Modified:
  head/security/wapiti/Makefile

Modified: head/security/wapiti/Makefile
==============================================================================
--- head/security/wapiti/Makefile	Tue Apr 22 12:14:26 2014	(r351815)
+++ head/security/wapiti/Makefile	Tue Apr 22 12:16:22 2014	(r351816)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wapiti
 PORTVERSION=	2.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -13,7 +13,7 @@ COMMENT=	Wapiti is a vulnerability scann
 LICENSE=	GPLv2
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:${PORTSDIR}/www/py-beautifulsoup32 \
-		${PYTHON_PKGNAMEPREFIX}requests1>=1.2.3:${PORTSDIR}/www/py-requests1
+		${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:${PORTSDIR}/www/py-requests
 
 USE_PYTHON=	2
 USE_PYDISTUTILS=yes


More information about the svn-ports-head mailing list