svn commit: r561718 - head/security/py-angr/files

Antoine Brodin antoine at FreeBSD.org
Sat Jan 16 12:07:28 UTC 2021


Author: antoine
Date: Sat Jan 16 12:07:27 2021
New Revision: 561718
URL: https://svnweb.freebsd.org/changeset/ports/561718

Log:
  Fix build
  
  Reported by:	pkg-fallout
  MFH:		2021Q1

Added:
  head/security/py-angr/files/
  head/security/py-angr/files/patch-setup.py   (contents, props changed)

Added: head/security/py-angr/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-angr/files/patch-setup.py	Sat Jan 16 12:07:27 2021	(r561718)
@@ -0,0 +1,11 @@
+--- setup.py.orig	2020-09-24 20:13:28 UTC
++++ setup.py
+@@ -129,7 +129,7 @@ if 'bdist_wheel' in sys.argv and '--plat-name' not in 
+         # https://www.python.org/dev/peps/pep-0425/
+         sys.argv.append(name.replace('.', '_').replace('-', '_'))
+ 
+-_UNICORN = "unicorn==1.0.2rc4"
++_UNICORN = "unicorn>=1.0.2rc4"
+ 
+ setup(
+     name='angr',


More information about the svn-ports-all mailing list