Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Feb 2020 21:20:45 +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: r527473 - in head/emulators: py-unicorn py-unicorn/files unicorn unicorn/files
Message-ID:  <202002292120.01TLKjZH042434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb 29 21:20:44 2020
New Revision: 527473
URL: https://svnweb.freebsd.org/changeset/ports/527473

Log:
  Update unicorn and py-unicorn to 1.0.2-rc2

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-tests_unit_Makefile

Modified: head/emulators/py-unicorn/Makefile
==============================================================================
--- head/emulators/py-unicorn/Makefile	Sat Feb 29 21:17:39 2020	(r527472)
+++ head/emulators/py-unicorn/Makefile	Sat Feb 29 21:20:44 2020	(r527473)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	unicorn
-DISTVERSION=	1.0.2-rc1
+DISTVERSION=	1.0.2-rc2
 CATEGORIES=	emulators python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/emulators/py-unicorn/distinfo
==============================================================================
--- head/emulators/py-unicorn/distinfo	Sat Feb 29 21:17:39 2020	(r527472)
+++ head/emulators/py-unicorn/distinfo	Sat Feb 29 21:20:44 2020	(r527473)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579342823
-SHA256 (unicorn-engine-unicorn-1.0.2-rc1_GH0.tar.gz) = d6d71e9854e53b5268792572656d87ccde8ff726e6f9343aab6da46089367983
-SIZE (unicorn-engine-unicorn-1.0.2-rc1_GH0.tar.gz) = 3340182
+TIMESTAMP = 1581835422
+SHA256 (unicorn-engine-unicorn-1.0.2-rc2_GH0.tar.gz) = aed3111b103c0c870de916ac4f96fda8c82ccdeb005c010b96fd61615435325f
+SIZE (unicorn-engine-unicorn-1.0.2-rc2_GH0.tar.gz) = 3746757

Modified: head/emulators/py-unicorn/files/patch-setup.py
==============================================================================
--- head/emulators/py-unicorn/files/patch-setup.py	Sat Feb 29 21:17:39 2020	(r527472)
+++ head/emulators/py-unicorn/files/patch-setup.py	Sat Feb 29 21:20:44 2020	(r527473)
@@ -1,8 +1,8 @@
 # Do not bundle libunicorn.so
 
---- setup.py.orig	2019-10-08 02:44:50 UTC
+--- setup.py.orig	2020-02-15 00:22:32 UTC
 +++ setup.py
-@@ -268,11 +268,4 @@ setup(
+@@ -266,11 +266,4 @@ setup(
          'Programming Language :: Python :: 3',
      ],
      requires=['ctypes'],

Modified: head/emulators/unicorn/Makefile
==============================================================================
--- head/emulators/unicorn/Makefile	Sat Feb 29 21:17:39 2020	(r527472)
+++ head/emulators/unicorn/Makefile	Sat Feb 29 21:20:44 2020	(r527473)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	unicorn
-DISTVERSION=	1.0.2-rc1
+DISTVERSION=	1.0.2-rc2
 CATEGORIES=	emulators
 
 MAINTAINER=	antoine@FreeBSD.org

Modified: head/emulators/unicorn/distinfo
==============================================================================
--- head/emulators/unicorn/distinfo	Sat Feb 29 21:17:39 2020	(r527472)
+++ head/emulators/unicorn/distinfo	Sat Feb 29 21:20:44 2020	(r527473)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579342823
-SHA256 (unicorn-engine-unicorn-1.0.2-rc1_GH0.tar.gz) = d6d71e9854e53b5268792572656d87ccde8ff726e6f9343aab6da46089367983
-SIZE (unicorn-engine-unicorn-1.0.2-rc1_GH0.tar.gz) = 3340182
+TIMESTAMP = 1581835422
+SHA256 (unicorn-engine-unicorn-1.0.2-rc2_GH0.tar.gz) = aed3111b103c0c870de916ac4f96fda8c82ccdeb005c010b96fd61615435325f
+SIZE (unicorn-engine-unicorn-1.0.2-rc2_GH0.tar.gz) = 3746757

Modified: head/emulators/unicorn/files/patch-tests_unit_Makefile
==============================================================================
--- head/emulators/unicorn/files/patch-tests_unit_Makefile	Sat Feb 29 21:17:39 2020	(r527472)
+++ head/emulators/unicorn/files/patch-tests_unit_Makefile	Sat Feb 29 21:20:44 2020	(r527473)
@@ -1,10 +1,11 @@
---- tests/unit/Makefile.orig	2019-10-08 02:44:50 UTC
+--- tests/unit/Makefile.orig	2020-02-15 00:22:32 UTC
 +++ tests/unit/Makefile
-@@ -1,7 +1,7 @@
+@@ -1,8 +1,7 @@
  CFLAGS += -Wall -Werror -Wno-unused-function -g
  CFLAGS += -D__USE_MINGW_ANSI_STDIO=1
  CFLAGS += -L ../../ -I ../../include
 -CFLAGS += -L ../../cmocka/src -I ../../cmocka/include
+-CFLAGS += -L /usr/local/lib -I /usr/local/include
 +CFLAGS += -L $(LOCALBASE)/lib -I $(LOCALBASE)/include
  ASFLAGS += --32
  OBJCOPY = objcopy



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