Date: Mon, 2 Mar 2020 14:30:43 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527636 - head/security/sandsifter Message-ID: <202003021430.022EUhje049673@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Mon Mar 2 14:30:42 2020 New Revision: 527636 URL: https://svnweb.freebsd.org/changeset/ports/527636 Log: Bump the Capstone library version to 4 This port is dependant on both the Capstone library and the Python bindings for Capstone. The version of the library has to be bumped to 4 as the bindings version has to be kept in sync with the library version in order to avoid build problems. Approved by: portmgr (build fix blanket) Differential Revision: https://reviews.freebsd.org/D23919 Modified: head/security/sandsifter/Makefile Modified: head/security/sandsifter/Makefile ============================================================================== --- head/security/sandsifter/Makefile Mon Mar 2 14:29:00 2020 (r527635) +++ head/security/sandsifter/Makefile Mon Mar 2 14:30:42 2020 (r527636) @@ -3,6 +3,7 @@ PORTNAME= sandsifter PORTVERSION= 1.04 DISTVERSIONPREFIX=v +PORTREVISION= 1 CATEGORIES= security MAINTAINER= rene@FreeBSD.org @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON=Designed for x86 -BUILD_DEPENDS= ${LOCALBASE}/include/capstone/capstone.h:devel/capstone3 +BUILD_DEPENDS= ${LOCALBASE}/include/capstone/capstone.h:devel/capstone4 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}capstone>0:devel/py-capstone@${PY_FLAVOR} USES= gmake python:2.7 localbase shebangfix
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003021430.022EUhje049673>