Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 18:12:59 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399285 - in head/security/binwalk: . files
Message-ID:  <201510141812.t9EICx29049818@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510141812.t9EICx29049818>