Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Mar 2021 20:22:43 +0000 (UTC)
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566907 - head/devel/elfio
Message-ID:  <202103012022.121KMhwn055164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103012022.121KMhwn055164>