diff --git a/devel/elfio/Makefile b/devel/elfio/Makefile index ad417743d956..99b1dfbf6a69 100644 --- a/devel/elfio/Makefile +++ b/devel/elfio/Makefile @@ -1,31 +1,31 @@ # Created by: ijliao PORTNAME= elfio -PORTVERSION= 3.8 +PORTVERSION= 3.9 CATEGORIES= devel MASTER_SITES= SF/elfio/ELFIO-sources/ELFIO-${PORTVERSION} MAINTAINER= james.wright@digital-chaos.com COMMENT= Small C++ library for reading and generating ELF files LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++11-lang GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir=${EXAMPLESDIR} OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_SUB= yes post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/doc/elfio.pdf ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @${FIND} ${WRKSRC}/examples/ -name "*.cpp" -exec ${INSTALL_DATA} {} \ ${STAGEDIR}${EXAMPLESDIR}/ \; .include diff --git a/devel/elfio/distinfo b/devel/elfio/distinfo index 0d930d32beef..8bfccb62d915 100644 --- a/devel/elfio/distinfo +++ b/devel/elfio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614392884 -SHA256 (elfio-3.8.tar.gz) = 9553ce2b8d8aa2fb43f0e9be9bcbd10cd52f40b385110ea54173889c982f9ac4 -SIZE (elfio-3.8.tar.gz) = 530771 +TIMESTAMP = 1631751540 +SHA256 (elfio-3.9.tar.gz) = 767b269063fc35aba6d361139f830aa91c45dc6b77942f082666876c1aa0be0f +SIZE (elfio-3.9.tar.gz) = 557452 diff --git a/devel/elfio/pkg-plist b/devel/elfio/pkg-plist index b95c6baca35d..b5a2c1804d26 100644 --- a/devel/elfio/pkg-plist +++ b/devel/elfio/pkg-plist @@ -1,29 +1,30 @@ include/elfio/elf_types.hpp include/elfio/elfio.hpp +include/elfio/elfio_array.hpp include/elfio/elfio_dump.hpp include/elfio/elfio_dynamic.hpp include/elfio/elfio_header.hpp include/elfio/elfio_note.hpp include/elfio/elfio_modinfo.hpp include/elfio/elfio_relocation.hpp include/elfio/elfio_section.hpp include/elfio/elfio_segment.hpp include/elfio/elfio_strings.hpp include/elfio/elfio_symbols.hpp include/elfio/elfio_utils.hpp include/elfio/elfio_version.hpp %%PORTDOCS%%%%DOCSDIR%%/elfio.pdf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/add_section %%PORTEXAMPLES%%%%EXAMPLESDIR%%/add_section.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/anonymizer %%PORTEXAMPLES%%%%EXAMPLESDIR%%/anonymizer.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c_example %%PORTEXAMPLES%%%%EXAMPLESDIR%%/elfdump %%PORTEXAMPLES%%%%EXAMPLESDIR%%/elfdump.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/elfio_c_wrapper.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_obj %%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_obj.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/writer %%PORTEXAMPLES%%%%EXAMPLESDIR%%/writer.cpp