svn commit: r565458 - head/security/apkid

Thierry Thomas thierry at FreeBSD.org
Tue Feb 16 21:11:19 UTC 2021


Author: thierry
Date: Tue Feb 16 21:11:19 2021
New Revision: 565458
URL: https://svnweb.freebsd.org/changeset/ports/565458

Log:
  Remove a no more used variable.
  
  Reported by:	antoine

Modified:
  head/security/apkid/Makefile

Modified: head/security/apkid/Makefile
==============================================================================
--- head/security/apkid/Makefile	Tue Feb 16 20:55:38 2021	(r565457)
+++ head/security/apkid/Makefile	Tue Feb 16 21:11:19 2021	(r565458)
@@ -24,8 +24,6 @@ USE_PYTHON=	distutils
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yara>0:security/py-yara@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yara>0:security/py-yara@${PY_FLAVOR}
 
-PY_YARA_VER=	4.0.2	# Version of security/py-yara
-
 PLIST_SUB=	VER=${PORTVERSION}
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list