svn commit: r527636 - head/security/sandsifter

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Mar 2 14:30:43 UTC 2020


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 at 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


More information about the svn-ports-head mailing list