svn commit: r527635 - head/devel/plasma

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Mar 2 14:29:01 UTC 2020


Author: 0mp
Date: Mon Mar  2 14:29:00 2020
New Revision: 527635
URL: https://svnweb.freebsd.org/changeset/ports/527635

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/D23921

Modified:
  head/devel/plasma/Makefile

Modified: head/devel/plasma/Makefile
==============================================================================
--- head/devel/plasma/Makefile	Mon Mar  2 14:24:00 2020	(r527634)
+++ head/devel/plasma/Makefile	Mon Mar  2 14:29:00 2020	(r527635)
@@ -2,6 +2,7 @@
 
 PORTNAME=	plasma
 DISTVERSION=	g20180708
+PORTREVISION=	1
 CATEGORIES=	devel python
 
 MAINTAINER=	kai at FreeBSD.org
@@ -12,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	bash:shells/bash \
 		binutils>=2:devel/binutils \
-		capstone>=3:devel/capstone3
+		capstone4>=3:devel/capstone4
 RUN_DEPENDS=	binutils>=2:devel/binutils \
 		${PYTHON_PKGNAMEPREFIX}capstone>=3:devel/py-capstone@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \


More information about the svn-ports-all mailing list