svn commit: r340148 - in head/sysutils/bulk_extractor: . files

MANTANI Nobutaka nobutaka at FreeBSD.org
Sat Jan 18 07:47:26 UTC 2014


Author: nobutaka
Date: Sat Jan 18 07:47:24 2014
New Revision: 340148
URL: http://svnweb.freebsd.org/changeset/ports/340148
QAT: https://qat.redports.org/buildarchive/r340148/

Log:
  Update to 1.4.4.

Added:
  head/sysutils/bulk_extractor/files/patch-src__dfxml__src__dfxml_writer.cpp   (contents, props changed)
  head/sysutils/bulk_extractor/files/patch-src__image_process.h   (contents, props changed)
Deleted:
  head/sysutils/bulk_extractor/files/patch-src__be13_api__plugin.cpp
  head/sysutils/bulk_extractor/files/patch-src__be13_api__sbuf.h
  head/sysutils/bulk_extractor/files/patch-src__bulk_extractor.cpp
  head/sysutils/bulk_extractor/files/patch-src__scan_bulk.cpp
  head/sysutils/bulk_extractor/files/patch-src__scan_exif.cpp
  head/sysutils/bulk_extractor/files/patch-src__scan_net.cpp
  head/sysutils/bulk_extractor/files/patch-src__stand.cpp
  head/sysutils/bulk_extractor/files/patch-src__word_and_context_list.h
Modified:
  head/sysutils/bulk_extractor/Makefile
  head/sysutils/bulk_extractor/distinfo   (contents, props changed)

Modified: head/sysutils/bulk_extractor/Makefile
==============================================================================
--- head/sysutils/bulk_extractor/Makefile	Sat Jan 18 07:46:27 2014	(r340147)
+++ head/sysutils/bulk_extractor/Makefile	Sat Jan 18 07:47:24 2014	(r340148)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bulk_extractor
-PORTVERSION=	1.4.0
+PORTVERSION=	1.4.4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.digitalcorpora.org/downloads/bulk_extractor/
 

Modified: head/sysutils/bulk_extractor/distinfo
==============================================================================
--- head/sysutils/bulk_extractor/distinfo	Sat Jan 18 07:46:27 2014	(r340147)
+++ head/sysutils/bulk_extractor/distinfo	Sat Jan 18 07:47:24 2014	(r340148)
@@ -1,2 +1,2 @@
-SHA256 (bulk_extractor-1.4.0.tar.gz) = 664df29fc0276f8d1b9ff259db13229ea01724915d6ad69493facdc2b4b44dd9
-SIZE (bulk_extractor-1.4.0.tar.gz) = 4346859
+SHA256 (bulk_extractor-1.4.4.tar.gz) = 9f779b0e9e938639bb2ec98af7c1cb8dd76ce845999fb13123b266fbac1d5bbb
+SIZE (bulk_extractor-1.4.4.tar.gz) = 4481240

Added: head/sysutils/bulk_extractor/files/patch-src__dfxml__src__dfxml_writer.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/bulk_extractor/files/patch-src__dfxml__src__dfxml_writer.cpp	Sat Jan 18 07:47:24 2014	(r340148)
@@ -0,0 +1,11 @@
+--- src/dfxml/src/dfxml_writer.cpp.orig	2014-01-18 09:18:03.000000000 +0900
++++ src/dfxml/src/dfxml_writer.cpp	2014-01-18 09:18:26.000000000 +0900
+@@ -657,7 +657,7 @@
+ #endif
+ 
+ #ifdef HAVE_AFFLIB_AFFLIB_H
+-//#pragma GCC diagnostic ignored "-Wreserved-user-defined-literal"               // required for C11
++#pragma GCC diagnostic ignored "-Wreserved-user-defined-literal"               // required for C11
+ #include <afflib/afflib.h>
+ #endif
+ 

Added: head/sysutils/bulk_extractor/files/patch-src__image_process.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/bulk_extractor/files/patch-src__image_process.h	Sat Jan 18 07:47:24 2014	(r340148)
@@ -0,0 +1,11 @@
+--- src/image_process.h.orig	2014-01-18 09:13:38.000000000 +0900
++++ src/image_process.h	2014-01-18 09:14:25.000000000 +0900
+@@ -154,7 +154,7 @@
+  ****************************************************************/
+ 
+ #ifdef HAVE_LIBAFFLIB
+-//#pragma GCC diagnostic ignored "-Wreserved-user-defined-literal"               // required for C11
++#pragma GCC diagnostic ignored "-Wreserved-user-defined-literal"               // required for C11
+ #include <afflib/afflib.h>
+ #include <vector>			
+ class process_aff : public image_process {


More information about the svn-ports-all mailing list