svn commit: r559421 - in head/emulators: py-unicorn py-unicorn/files unicorn
Antoine Brodin
antoine at FreeBSD.org
Sun Dec 27 20:12:00 UTC 2020
Author: antoine
Date: Sun Dec 27 20:11:58 2020
New Revision: 559421
URL: https://svnweb.freebsd.org/changeset/ports/559421
Log:
Update to 1.0.2
Modified:
head/emulators/py-unicorn/Makefile
head/emulators/py-unicorn/distinfo
head/emulators/py-unicorn/files/patch-setup.py
head/emulators/py-unicorn/pkg-descr
head/emulators/unicorn/Makefile
head/emulators/unicorn/distinfo
head/emulators/unicorn/pkg-descr
Modified: head/emulators/py-unicorn/Makefile
==============================================================================
--- head/emulators/py-unicorn/Makefile Sun Dec 27 20:08:33 2020 (r559420)
+++ head/emulators/py-unicorn/Makefile Sun Dec 27 20:11:58 2020 (r559421)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= unicorn
-DISTVERSION= 1.0.2-rc4
+DISTVERSION= 1.0.2
CATEGORIES= emulators python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/emulators/py-unicorn/distinfo
==============================================================================
--- head/emulators/py-unicorn/distinfo Sun Dec 27 20:08:33 2020 (r559420)
+++ head/emulators/py-unicorn/distinfo Sun Dec 27 20:11:58 2020 (r559421)
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1603347498
+SHA256 (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 6400e16f9211486fa5353b1870e6a82f8aa342e429718d1cbca08d609aaadc52
+SIZE (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 3735111
Modified: head/emulators/py-unicorn/files/patch-setup.py
==============================================================================
--- head/emulators/py-unicorn/files/patch-setup.py Sun Dec 27 20:08:33 2020 (r559420)
+++ head/emulators/py-unicorn/files/patch-setup.py Sun Dec 27 20:11:58 2020 (r559421)
@@ -1,15 +1,15 @@
# Do not bundle libunicorn.so
---- setup.py.orig 2020-05-29 03:56:24 UTC
+--- setup.py.orig 2020-09-21 18:11:43 UTC
+++ setup.py
-@@ -289,11 +289,4 @@ setup(
+@@ -281,11 +281,4 @@ setup(
'Programming Language :: Python :: 3',
],
requires=['ctypes'],
-- cmdclass=cmdclass,
-- zip_safe=True,
+- cmdclass={'build': custom_build, 'develop': custom_develop, 'sdist': custom_sdist, 'bdist_egg': custom_bdist_egg},
+- zip_safe=False,
- include_package_data=True,
-- is_pure=True,
+- is_pure=False,
- package_data={
- 'unicorn': ['lib/*', 'include/unicorn/*']
- }
Modified: head/emulators/py-unicorn/pkg-descr
==============================================================================
--- head/emulators/py-unicorn/pkg-descr Sun Dec 27 20:08:33 2020 (r559420)
+++ head/emulators/py-unicorn/pkg-descr Sun Dec 27 20:11:58 2020 (r559421)
@@ -1,3 +1,3 @@
Python bindings for Unicorn CPU emulator framework.
-WWW: http://www.unicorn-engine.org/
+WWW: https://www.unicorn-engine.org/
Modified: head/emulators/unicorn/Makefile
==============================================================================
--- head/emulators/unicorn/Makefile Sun Dec 27 20:08:33 2020 (r559420)
+++ head/emulators/unicorn/Makefile Sun Dec 27 20:11:58 2020 (r559421)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= unicorn
-DISTVERSION= 1.0.2-rc4
+DISTVERSION= 1.0.2
CATEGORIES= emulators
MAINTAINER= antoine at FreeBSD.org
Modified: head/emulators/unicorn/distinfo
==============================================================================
--- head/emulators/unicorn/distinfo Sun Dec 27 20:08:33 2020 (r559420)
+++ head/emulators/unicorn/distinfo Sun Dec 27 20:11:58 2020 (r559421)
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1603347498
+SHA256 (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 6400e16f9211486fa5353b1870e6a82f8aa342e429718d1cbca08d609aaadc52
+SIZE (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 3735111
Modified: head/emulators/unicorn/pkg-descr
==============================================================================
--- head/emulators/unicorn/pkg-descr Sun Dec 27 20:08:33 2020 (r559420)
+++ head/emulators/unicorn/pkg-descr Sun Dec 27 20:11:58 2020 (r559421)
@@ -14,4 +14,4 @@ Unicorn offers some unparalleled features:
- Thread-safety by design
- Distributed under free software license GPLv2
-WWW: http://www.unicorn-engine.org/
+WWW: https://www.unicorn-engine.org/
More information about the svn-ports-all
mailing list