From 2574893f2308874906f621f7c7435d7f8d5b2e33 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 18 May 2015 17:07:45 +0000 Subject: Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage. With hat: portmgr Sponsored by: Absolight --- security/binwalk/Makefile | 4 +++- security/binwalk/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'security/binwalk') diff --git a/security/binwalk/Makefile b/security/binwalk/Makefile index 9fc657feab7a..ac145fb74d82 100644 --- a/security/binwalk/Makefile +++ b/security/binwalk/Makefile @@ -2,8 +2,8 @@ PORTNAME= binwalk PORTVERSION= 2.0.1 +DISTVERSIONPREFIX= v CATEGORIES= security python -MASTER_SITES= http://github.com/devttys0/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ MAINTAINER= pi@FreeBSD.org COMMENT= Search binary images for embedded files and executable code @@ -11,6 +11,8 @@ COMMENT= Search binary images for embedded files and executable code LICENSE= MIT USES= python +USE_GITHUB= yes +GH_ACCOUNT= devttys0 USE_PYTHON= autoplist distutils GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/security/binwalk/distinfo b/security/binwalk/distinfo index 65405a3549e1..37fe167e6bac 100644 --- a/security/binwalk/distinfo +++ b/security/binwalk/distinfo @@ -1,2 +1,2 @@ -SHA256 (binwalk-2.0.1.tar.gz) = 90ee8426d71e91b62dfe4a1446c457bc7835b475b28717859e275a0494403959 -SIZE (binwalk-2.0.1.tar.gz) = 2234469 +SHA256 (devttys0-binwalk-v2.0.1_GH0.tar.gz) = 90ee8426d71e91b62dfe4a1446c457bc7835b475b28717859e275a0494403959 +SIZE (devttys0-binwalk-v2.0.1_GH0.tar.gz) = 2234469 -- cgit