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

Tobias C. Berner tcberner at FreeBSD.org
Sat Mar 9 08:15:21 UTC 2019


Author: tcberner
Date: Sat Mar  9 08:15:19 2019
New Revision: 495107
URL: https://svnweb.freebsd.org/changeset/ports/495107

Log:
  sysutils/bulk_extractor: prepare for exiv2-0.27
  
  PR:		235943

Modified:
  head/sysutils/bulk_extractor/Makefile
  head/sysutils/bulk_extractor/files/patch-src__dfxml__src__dfxml_writer.cpp

Modified: head/sysutils/bulk_extractor/Makefile
==============================================================================
--- head/sysutils/bulk_extractor/Makefile	Sat Mar  9 08:08:47 2019	(r495106)
+++ head/sysutils/bulk_extractor/Makefile	Sat Mar  9 08:15:19 2019	(r495107)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bulk_extractor
 PORTVERSION=	1.5.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	sysutils
 MASTER_SITES=	http://digitalcorpora.org/downloads/bulk_extractor/
 

Modified: head/sysutils/bulk_extractor/files/patch-src__dfxml__src__dfxml_writer.cpp
==============================================================================
--- head/sysutils/bulk_extractor/files/patch-src__dfxml__src__dfxml_writer.cpp	Sat Mar  9 08:08:47 2019	(r495106)
+++ head/sysutils/bulk_extractor/files/patch-src__dfxml__src__dfxml_writer.cpp	Sat Mar  9 08:15:19 2019	(r495107)
@@ -1,6 +1,14 @@
---- 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 @@
+--- src/dfxml/src/dfxml_writer.cpp.orig	2014-09-16 18:34:02 UTC
++++ src/dfxml/src/dfxml_writer.cpp
+@@ -646,6 +646,7 @@ void dfxml_writer::xmlout(const string &tag,const stri
+ #include <exiv2/image.hpp>
+ #include <exiv2/exif.hpp>
+ #include <exiv2/error.hpp>
++#include <exiv2/exiv2.hpp>
+ #endif
+ 
+ #ifdef HAVE_HASHDB
+@@ -653,7 +654,7 @@ void dfxml_writer::xmlout(const string &tag,const stri
  #endif
  
  #ifdef HAVE_AFFLIB_AFFLIB_H


More information about the svn-ports-all mailing list