Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 12:16:22 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351816 - head/security/wapiti
Message-ID:  <201404221216.s3MCGMpa010607@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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