diff --git a/devel/elfio/Makefile b/devel/elfio/Makefile index 99b1dfbf6a69..1ea12c47444a 100644 --- a/devel/elfio/Makefile +++ b/devel/elfio/Makefile @@ -1,31 +1,31 @@ # Created by: ijliao PORTNAME= elfio -PORTVERSION= 3.9 +PORTVERSION= 3.10 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 8bfccb62d915..34a6a93947ad 100644 --- a/devel/elfio/distinfo +++ b/devel/elfio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631751540 -SHA256 (elfio-3.9.tar.gz) = 767b269063fc35aba6d361139f830aa91c45dc6b77942f082666876c1aa0be0f -SIZE (elfio-3.9.tar.gz) = 557452 +TIMESTAMP = 1645222927 +SHA256 (elfio-3.10.tar.gz) = cdc6362ede2e0c8d1d6db15d7da4b526f461d9cfae6f6337369e416a8bc60234 +SIZE (elfio-3.10.tar.gz) = 530003 diff --git a/devel/elfio/pkg-plist b/devel/elfio/pkg-plist index b5a2c1804d26..c66772c20796 100644 --- a/devel/elfio/pkg-plist +++ b/devel/elfio/pkg-plist @@ -1,30 +1,31 @@ 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 +include/elfio/elfio_versym.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%%/proc_mem.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_obj %%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_obj.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/writer %%PORTEXAMPLES%%%%EXAMPLESDIR%%/writer.cpp