From owner-svn-ports-head@FreeBSD.ORG Mon Feb 17 18:45:43 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A75F67C5; Mon, 17 Feb 2014 18:45:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 922421393; Mon, 17 Feb 2014 18:45:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1HIjhW0094979; Mon, 17 Feb 2014 18:45:43 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1HIjhYK094978; Mon, 17 Feb 2014 18:45:43 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402171845.s1HIjhYK094978@svn.freebsd.org> From: Antoine Brodin Date: Mon, 17 Feb 2014 18:45:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344815 - head/security/py-sslstrip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 18:45:43 -0000 Author: antoine Date: Mon Feb 17 18:45:43 2014 New Revision: 344815 URL: http://svnweb.freebsd.org/changeset/ports/344815 QAT: https://qat.redports.org/buildarchive/r344815/ Log: - Stage support - Use PYDISTUTILS_AUTOPLIST - Fix RUN_DEPENDS Deleted: head/security/py-sslstrip/pkg-plist Modified: head/security/py-sslstrip/Makefile Modified: head/security/py-sslstrip/Makefile ============================================================================== --- head/security/py-sslstrip/Makefile Mon Feb 17 18:25:52 2014 (r344814) +++ head/security/py-sslstrip/Makefile Mon Feb 17 18:45:43 2014 (r344815) @@ -3,6 +3,7 @@ PORTNAME= sslstrip PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= http://www.thoughtcrime.org/software/sslstrip/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,9 +11,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kitchetech@gmail.com COMMENT= Python program for SSL stripping +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl \ + ${PYTHON_PKGNAMEPREFIX}twistedWeb>=0:${PORTSDIR}/www/py-twistedWeb + USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= sslstrip -RUN_DEPENDS = ${LOCALBASE}/lib/python2.7/site-packages/twisted/web:${PORTSDIR}/www/py-twistedWeb -NO_STAGE= yes +PYDISTUTILS_AUTOPLIST= yes + .include