From owner-svn-ports-head@freebsd.org Wed Oct 14 18:13:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 908FAA13143; Wed, 14 Oct 2015 18:13:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42D53F52; Wed, 14 Oct 2015 18:13:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9EICxLH049821; Wed, 14 Oct 2015 18:12:59 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9EICx29049818; Wed, 14 Oct 2015 18:12:59 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201510141812.t9EICx29049818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 14 Oct 2015 18:12:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399285 - in head/security/binwalk: . files 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.20 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: Wed, 14 Oct 2015 18:13:00 -0000 Author: pi Date: Wed Oct 14 18:12:58 2015 New Revision: 399285 URL: https://svnweb.freebsd.org/changeset/ports/399285 Log: security/binwalk: 2.0.1 -> 2.0.2 (or so) - old version did not work - current github head does work (tested) - new from head sees itself as 2.1.0, but not yet released, so... PR: 203774 Requested by: emaste Deleted: head/security/binwalk/files/ Modified: head/security/binwalk/Makefile head/security/binwalk/distinfo head/security/binwalk/pkg-descr Modified: head/security/binwalk/Makefile ============================================================================== --- head/security/binwalk/Makefile Wed Oct 14 17:36:15 2015 (r399284) +++ head/security/binwalk/Makefile Wed Oct 14 18:12:58 2015 (r399285) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= binwalk -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 DISTVERSIONPREFIX= v CATEGORIES= security python @@ -13,10 +13,8 @@ LICENSE= MIT USES= python USE_GITHUB= yes GH_ACCOUNT= devttys0 +GH_TAGNAME= 38218b USE_PYTHON= autoplist distutils -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib RUN_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip \ cabextract:${PORTSDIR}/archivers/cabextract Modified: head/security/binwalk/distinfo ============================================================================== --- head/security/binwalk/distinfo Wed Oct 14 17:36:15 2015 (r399284) +++ head/security/binwalk/distinfo Wed Oct 14 18:12:58 2015 (r399285) @@ -1,2 +1,2 @@ -SHA256 (devttys0-binwalk-v2.0.1_GH0.tar.gz) = 90ee8426d71e91b62dfe4a1446c457bc7835b475b28717859e275a0494403959 -SIZE (devttys0-binwalk-v2.0.1_GH0.tar.gz) = 2234469 +SHA256 (devttys0-binwalk-v2.0.2-38218b_GH0.tar.gz) = 90613857bb05d68daf677c6ff1ce8999e82b895a1043aa7d680fad8c3c5949a6 +SIZE (devttys0-binwalk-v2.0.2-38218b_GH0.tar.gz) = 108263 Modified: head/security/binwalk/pkg-descr ============================================================================== --- head/security/binwalk/pkg-descr Wed Oct 14 17:36:15 2015 (r399284) +++ head/security/binwalk/pkg-descr Wed Oct 14 18:12:58 2015 (r399285) @@ -10,4 +10,4 @@ images such as compressed/archived files kernels, bootloaders, filesystems, etc. More details are available at: -WWW: https://github.com/devttys0/binwalk +WWW: http://www.binwalk.org