From owner-svn-ports-head@freebsd.org Sun Dec 27 20:11:59 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E8CA34C52EA; Sun, 27 Dec 2020 20:11:59 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D3sKC6JDtz3LT3; Sun, 27 Dec 2020 20:11:59 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB42150C4; Sun, 27 Dec 2020 20:11:59 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BRKBxS4021971; Sun, 27 Dec 2020 20:11:59 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BRKBwOt021964; Sun, 27 Dec 2020 20:11:58 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202012272011.0BRKBwOt021964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 27 Dec 2020 20:11:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559421 - in head/emulators: py-unicorn py-unicorn/files unicorn X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/emulators: py-unicorn py-unicorn/files unicorn X-SVN-Commit-Revision: 559421 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Dec 2020 20:12:00 -0000 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@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/