diff options
author | leot <leot@pkgsrc.org> | 2016-02-21 23:54:28 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-02-21 23:54:28 +0000 |
commit | ac46b0ceee4ca9aa28b3148c463f6bba9890fa9f (patch) | |
tree | c900b8ace20bc3b1073f3cbbcabc50c8053bf31f /net | |
parent | dd6944583be58487cf53b13c6ac501de0265194f (diff) | |
download | pkgsrc-ac46b0ceee4ca9aa28b3148c463f6bba9890fa9f.tar.gz |
Update MASTER_SITES.
Thanks and noticed by wiz@.
Diffstat (limited to 'net')
-rw-r--r-- | net/mitmproxy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mitmproxy/Makefile b/net/mitmproxy/Makefile index 35759d19bff..eb8018b38d7 100644 --- a/net/mitmproxy/Makefile +++ b/net/mitmproxy/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2016/02/16 13:54:00 leot Exp $ +# $NetBSD: Makefile,v 1.11 2016/02/21 23:54:28 leot Exp $ DISTNAME= mitmproxy-0.16 CATEGORIES= net -MASTER_SITES= http://mitmproxy.org/download/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=mitmproxy/} +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mitmproxy.org/ |