Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2014 01:40:31 +0000 (UTC)
From:      Wesley Shields <wxs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354480 - head/security/yara
Message-ID:  <201405190140.s4J1eV2M079987@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wxs
Date: Mon May 19 01:40:30 2014
New Revision: 354480
URL: http://svnweb.freebsd.org/changeset/ports/354480
QAT: https://qat.redports.org/buildarchive/r354480/

Log:
  Fix fetching.
  
  Tag updated to v2.1.0 from 2.1.0. No changes to code.
  
  Thanks antoine@ for noticing.

Modified:
  head/security/yara/Makefile
  head/security/yara/distinfo

Modified: head/security/yara/Makefile
==============================================================================
--- head/security/yara/Makefile	Mon May 19 01:28:50 2014	(r354479)
+++ head/security/yara/Makefile	Mon May 19 01:40:30 2014	(r354480)
@@ -9,8 +9,8 @@ COMMENT=	A malware identification and cl
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	plusvic
-GH_TAGNAME=	2.1.0
-GH_COMMIT=	1f0559b
+GH_TAGNAME=	v2.1.0
+GH_COMMIT=	6530e73
 
 USE_AUTOTOOLS=	libtool aclocal autoheader automake
 GNU_CONFIGURE=	yes

Modified: head/security/yara/distinfo
==============================================================================
--- head/security/yara/distinfo	Mon May 19 01:28:50 2014	(r354479)
+++ head/security/yara/distinfo	Mon May 19 01:40:30 2014	(r354480)
@@ -1,2 +1,2 @@
-SHA256 (yara-2.1.0.tar.gz) = d38c8c58e316ebb45da251b295161c1bdae491287f347875a9e482f99cb45c82
-SIZE (yara-2.1.0.tar.gz) = 590326
+SHA256 (yara-2.1.0.tar.gz) = 5172e17864dacc1f166504ea5c569b19a4594f11ab4ae323e00e981a13be902e
+SIZE (yara-2.1.0.tar.gz) = 590302



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