pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/mitmproxy



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Mar 16 14:34:41 UTC 2017

Modified Files:
        pkgsrc/net/mitmproxy: Makefile

Log Message:
Add (missing but needed) dependency to devel/py-requests

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/mitmproxy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/mitmproxy/Makefile
diff -u pkgsrc/net/mitmproxy/Makefile:1.14 pkgsrc/net/mitmproxy/Makefile:1.15
--- pkgsrc/net/mitmproxy/Makefile:1.14  Sun Jan  1 14:43:50 2017
+++ pkgsrc/net/mitmproxy/Makefile       Thu Mar 16 14:34:41 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2017/01/01 14:43:50 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2017/03/16 14:34:41 leot Exp $
 
 DISTNAME=      mitmproxy-0.17
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mitmproxy/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -31,6 +32,7 @@ DEPENDS+=     ${PYPKGPREFIX}-lxml>=3.5.0:../
 DEPENDS+=      ${PYPKGPREFIX}-passlib>=1.6.5:../../security/py-passlib
 DEPENDS+=      ${PYPKGPREFIX}-pyparsing>=2.1:../../devel/py-pyparsing
 DEPENDS+=      ${PYPKGPREFIX}-pyperclip>=1.5.22:../../x11/py-pyperclip
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.9.1:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-tornado>=4.3.0:../../www/py-tornado
 DEPENDS+=      ${PYPKGPREFIX}-urwid>=1.3.1:../../devel/py-urwid



Home | Main Index | Thread Index | Old Index