--- sysutils/bulk_extractor/Makefile (revision 363710) +++ sysutils/bulk_extractor/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bulk_extractor -PORTVERSION= 1.4.4 -PORTREVISION= 2 +PORTVERSION= 1.5.0 CATEGORIES= sysutils MASTER_SITES= http://www.digitalcorpora.org/downloads/bulk_extractor/ @@ -19,6 +18,7 @@ libexpat.so:${PORTSDIR}/textproc/expat2 USE_OPENSSL= yes +USE_SQLITE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-exiv2=true CPPFLAGS+= -I${LOCALBASE}/include --- sysutils/bulk_extractor/distinfo (revision 363710) +++ sysutils/bulk_extractor/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (bulk_extractor-1.4.4.tar.gz) = 9f779b0e9e938639bb2ec98af7c1cb8dd76ce845999fb13123b266fbac1d5bbb -SIZE (bulk_extractor-1.4.4.tar.gz) = 4481240 +SHA256 (bulk_extractor-1.5.0.tar.gz) = 0b9a3388938b48584a9f953ed32b8280c2c6ae2b8635f55333bca212a75bdde2 +SIZE (bulk_extractor-1.5.0.tar.gz) = 4422317 --- sysutils/bulk_extractor/files/patch-src__image_process.h (revision 363710) +++ sysutils/bulk_extractor/files/patch-src__image_process.h (working copy) @@ -1,14 +1,5 @@ ---- ./src/image_process.h.orig 2014-01-15 15:00:06.000000000 +0000 -+++ ./src/image_process.h 2014-06-09 14:15:54.000000000 +0000 -@@ -128,7 +128,7 @@ - virtual int open()=0; /* open; return 0 if successful */ - virtual int pread(uint8_t *,size_t bytes,int64_t offset) const =0; /* read */ - virtual int64_t image_size() const=0; -- virtual std::string image_fname() const { return image_fname_;} -+ virtual const std::string &image_fname() const { return image_fname_;} - - /* iterator support; these virtual functions are called by iterator through (*myimage) */ - virtual image_process::iterator begin() const =0; +--- ./src/image_process.h.orig 2014-06-09 15:36:51.000000000 +0000 ++++ ./src/image_process.h 2014-06-26 20:27:00.000000000 +0000 @@ -154,7 +154,7 @@ ****************************************************************/