summaryrefslogtreecommitdiff
path: root/security/py-pyvex/files/patch-pyvex__c_Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update the angr project ports to 9.0.4378Mateusz Piotrowski2020-09-241-12/+5
| | | | | | | | | | This patch introduces security/py-angr/Makefile.version file, which stores the shared version of all the angr ports (as ANGR_VERSION). It also stores the tagname of a distribution file, which is required for testing (ANGR_BINARIES_TAGNAME). Notes: svn path=/head/; revision=549925
* Update devel/gmake to 4.3.Tijl Coosemans2020-05-091-3/+10
| | | | | | | | | | | | | Some changes have been made in this release that break backwards compatibility. Let USES=gmake force users to upgrade to this version so port maintainers don't have to support older versions. PR: 245725 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=534792
* New port: security/py-pyvexMateusz Piotrowski2020-03-031-0/+28
PyVEX provides an interface that translates binary code into the VEX intermediate represenation (IR). WWW: https://github.com/angr/pyvex PR: 244562 Notes: svn path=/head/; revision=527657