svn commit: r566907 - head/devel/elfio
Neel Chauhan
nc at FreeBSD.org
Mon Mar 1 20:22:44 UTC 2021
Author: nc
Date: Mon Mar 1 20:22:43 2021
New Revision: 566907
URL: https://svnweb.freebsd.org/changeset/ports/566907
Log:
devel/elfio: Update to 3.8
PR: 253885
Submitted by: James Wright <james.wright AT digital-chaos DOT com> (maintainer)
Modified:
head/devel/elfio/Makefile
head/devel/elfio/distinfo
head/devel/elfio/pkg-plist
Modified: head/devel/elfio/Makefile
==============================================================================
--- head/devel/elfio/Makefile Mon Mar 1 20:11:54 2021 (r566906)
+++ head/devel/elfio/Makefile Mon Mar 1 20:22:43 2021 (r566907)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= elfio
-PORTVERSION= 3.6
+PORTVERSION= 3.8
CATEGORIES= devel
MASTER_SITES= SF/elfio/ELFIO-sources/ELFIO-${PORTVERSION}
Modified: head/devel/elfio/distinfo
==============================================================================
--- head/devel/elfio/distinfo Mon Mar 1 20:11:54 2021 (r566906)
+++ head/devel/elfio/distinfo Mon Mar 1 20:22:43 2021 (r566907)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1591903437
-SHA256 (elfio-3.6.tar.gz) = 83d52ac008ec8491a32ff07cc743e2294a8292a8411a14fcf3b9cd3b72e23674
-SIZE (elfio-3.6.tar.gz) = 495286
+TIMESTAMP = 1614392884
+SHA256 (elfio-3.8.tar.gz) = 9553ce2b8d8aa2fb43f0e9be9bcbd10cd52f40b385110ea54173889c982f9ac4
+SIZE (elfio-3.8.tar.gz) = 530771
Modified: head/devel/elfio/pkg-plist
==============================================================================
--- head/devel/elfio/pkg-plist Mon Mar 1 20:11:54 2021 (r566906)
+++ head/devel/elfio/pkg-plist Mon Mar 1 20:22:43 2021 (r566907)
@@ -4,17 +4,23 @@ 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
More information about the svn-ports-all
mailing list