Date: Sun, 14 Jun 2020 09:58:54 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538723 - in head/emulators: py-unicorn py-unicorn/files unicorn unicorn/files Message-ID: <202006140958.05E9ws1d026582@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Jun 14 09:58:53 2020 New Revision: 538723 URL: https://svnweb.freebsd.org/changeset/ports/538723 Log: Update to 1.0.2-rc4 Modified: head/emulators/py-unicorn/Makefile head/emulators/py-unicorn/distinfo head/emulators/py-unicorn/files/patch-setup.py head/emulators/unicorn/Makefile head/emulators/unicorn/distinfo head/emulators/unicorn/files/patch-Makefile head/emulators/unicorn/files/patch-qemu_configure Modified: head/emulators/py-unicorn/Makefile ============================================================================== --- head/emulators/py-unicorn/Makefile Sun Jun 14 09:36:50 2020 (r538722) +++ head/emulators/py-unicorn/Makefile Sun Jun 14 09:58:53 2020 (r538723) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= unicorn -DISTVERSION= 1.0.2-rc3 +DISTVERSION= 1.0.2-rc4 CATEGORIES= emulators python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/emulators/py-unicorn/distinfo ============================================================================== --- head/emulators/py-unicorn/distinfo Sun Jun 14 09:36:50 2020 (r538722) +++ head/emulators/py-unicorn/distinfo Sun Jun 14 09:58:53 2020 (r538723) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586366480 -SHA256 (unicorn-engine-unicorn-1.0.2-rc3_GH0.tar.gz) = eb6c8a30e27bce65814a58a4d44901b9ee3055b83edebed4aa82a48734ee34a9 -SIZE (unicorn-engine-unicorn-1.0.2-rc3_GH0.tar.gz) = 3747400 +TIMESTAMP = 1590773048 +SHA256 (unicorn-engine-unicorn-1.0.2-rc4_GH0.tar.gz) = 3bba380b85e67ffec375cc60b3c21d89968aa22ae4b0f7101bf4a43cb01c8417 +SIZE (unicorn-engine-unicorn-1.0.2-rc4_GH0.tar.gz) = 3730676 Modified: head/emulators/py-unicorn/files/patch-setup.py ============================================================================== --- head/emulators/py-unicorn/files/patch-setup.py Sun Jun 14 09:36:50 2020 (r538722) +++ head/emulators/py-unicorn/files/patch-setup.py Sun Jun 14 09:58:53 2020 (r538723) @@ -1,8 +1,8 @@ # Do not bundle libunicorn.so ---- setup.py.orig 2020-02-15 00:22:32 UTC +--- setup.py.orig 2020-05-29 03:56:24 UTC +++ setup.py -@@ -266,11 +266,4 @@ setup( +@@ -289,11 +289,4 @@ setup( 'Programming Language :: Python :: 3', ], requires=['ctypes'], Modified: head/emulators/unicorn/Makefile ============================================================================== --- head/emulators/unicorn/Makefile Sun Jun 14 09:36:50 2020 (r538722) +++ head/emulators/unicorn/Makefile Sun Jun 14 09:58:53 2020 (r538723) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= unicorn -DISTVERSION= 1.0.2-rc3 +DISTVERSION= 1.0.2-rc4 CATEGORIES= emulators MAINTAINER= antoine@FreeBSD.org Modified: head/emulators/unicorn/distinfo ============================================================================== --- head/emulators/unicorn/distinfo Sun Jun 14 09:36:50 2020 (r538722) +++ head/emulators/unicorn/distinfo Sun Jun 14 09:58:53 2020 (r538723) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586366480 -SHA256 (unicorn-engine-unicorn-1.0.2-rc3_GH0.tar.gz) = eb6c8a30e27bce65814a58a4d44901b9ee3055b83edebed4aa82a48734ee34a9 -SIZE (unicorn-engine-unicorn-1.0.2-rc3_GH0.tar.gz) = 3747400 +TIMESTAMP = 1590773048 +SHA256 (unicorn-engine-unicorn-1.0.2-rc4_GH0.tar.gz) = 3bba380b85e67ffec375cc60b3c21d89968aa22ae4b0f7101bf4a43cb01c8417 +SIZE (unicorn-engine-unicorn-1.0.2-rc4_GH0.tar.gz) = 3730676 Modified: head/emulators/unicorn/files/patch-Makefile ============================================================================== --- head/emulators/unicorn/files/patch-Makefile Sun Jun 14 09:36:50 2020 (r538722) +++ head/emulators/unicorn/files/patch-Makefile Sun Jun 14 09:58:53 2020 (r538723) @@ -1,6 +1,6 @@ ---- Makefile.orig 2019-10-08 02:44:50 UTC +--- Makefile.orig 2020-05-29 03:56:24 UTC +++ Makefile -@@ -75,9 +75,9 @@ V ?= 0 +@@ -140,9 +140,9 @@ V ?= 0 MACOS_UNIVERSAL ?= no ifeq ($(UNICORN_DEBUG),yes) @@ -12,7 +12,7 @@ UNICORN_QEMU_FLAGS += --disable-debug-info endif -@@ -195,7 +195,7 @@ LIBDIRARCH ?= lib +@@ -258,7 +258,7 @@ LIBDIRARCH ?= lib # Or better, pass 'LIBDIRARCH=lib64' to 'make install/uninstall' via 'make.sh'. #LIBDIRARCH ?= lib64 Modified: head/emulators/unicorn/files/patch-qemu_configure ============================================================================== --- head/emulators/unicorn/files/patch-qemu_configure Sun Jun 14 09:36:50 2020 (r538722) +++ head/emulators/unicorn/files/patch-qemu_configure Sun Jun 14 09:58:53 2020 (r538723) @@ -1,6 +1,6 @@ ---- qemu/configure.orig 2017-04-20 06:14:24 UTC +--- qemu/configure.orig 2020-05-29 03:56:24 UTC +++ qemu/configure -@@ -229,11 +229,11 @@ QEMU_CFLAGS="-Wstrict-prototypes -Wredun +@@ -225,11 +225,11 @@ QEMU_CFLAGS="-Wstrict-prototypes -Wredundant-decls $QE QEMU_CFLAGS="-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $QEMU_CFLAGS" QEMU_INCLUDES="-I. -I\$(SRC_PATH) -I\$(SRC_PATH)/include" if test "$debug_info" = "yes"; then
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006140958.05E9ws1d026582>