Hi,

Here a straight update to the 3.2.0 release, here a bump again as some
rinternal apu ewriting has occured.

Thanks.

Kind regards.
Index: main/Makefile
===================================================================
RCS file: /cvs/ports/devel/radare2/main/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- main/Makefile	10 Dec 2018 17:06:01 -0000	1.12
+++ main/Makefile	8 Jan 2019 20:35:05 -0000
@@ -2,14 +2,14 @@
 
 COMMENT =		reverse engineers disassembler and debugger
 
-V =			3.1.0
+V =			3.2.0
 SUBST_VARS +=		V
 
 GH_PROJECT =		radare2
 GH_TAGNAME =		${V}
 
 # In radare, all libs have the same version
-LIBV =			4.0	# 3.1.0
+LIBV =			5.0	# 3.2.0
 .for _lib in r_anal r_asm r_bin r_bp r_config r_cons r_core \
 	r_crypto r_debug r_egg r_flag r_fs r_hash r_io r_lang \
 	r_magic r_parse r_reg r_search r_socket r_syscall \
Index: main/distinfo
===================================================================
RCS file: /cvs/ports/devel/radare2/main/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- main/distinfo	10 Dec 2018 17:06:01 -0000	1.6
+++ main/distinfo	8 Jan 2019 20:35:05 -0000
@@ -1,2 +1,2 @@
-SHA256 (radare2-3.1.0.tar.gz) = tudPKcw2/yVAA3ZybhMVs3/lh2ocgs9791s55uW75B8=
-SIZE (radare2-3.1.0.tar.gz) = 6652526
+SHA256 (radare2-3.2.0.tar.gz) = GNvsE1iNd5Xjzgs6RCV4In2UG3DLFCG1Kr4ScZHbZjQ=
+SIZE (radare2-3.2.0.tar.gz) = 6690470
Index: main/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/radare2/main/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -r1.9 PLIST
--- main/pkg/PLIST	10 Dec 2018 17:06:01 -0000	1.9
+++ main/pkg/PLIST	8 Jan 2019 20:35:05 -0000
@@ -59,6 +59,7 @@ include/libr/r_types_base.h
 include/libr/r_userconf.h
 include/libr/r_util/
 include/libr/r_util.h
+include/libr/r_util/pj.h
 include/libr/r_util/r_ascii_table.h
 include/libr/r_util/r_asn1.h
 include/libr/r_util/r_assert.h

Reply via email to