svn commit: r525673 - head/www/buku

Tobias Kortkamp tobik at FreeBSD.org
Sun Feb 9 21:06:13 UTC 2020


Author: tobik
Date: Sun Feb  9 21:06:12 2020
New Revision: 525673
URL: https://svnweb.freebsd.org/changeset/ports/525673

Log:
  www/buku: Spell RUN_DEPENDS correctly, unbreak runtime

Modified:
  head/www/buku/Makefile

Modified: head/www/buku/Makefile
==============================================================================
--- head/www/buku/Makefile	Sun Feb  9 21:04:52 2020	(r525672)
+++ head/www/buku/Makefile	Sun Feb  9 21:06:12 2020	(r525673)
@@ -3,7 +3,7 @@
 
 PORTNAME=	buku
 PORTVERSION=	4.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 
@@ -13,7 +13,7 @@ COMMENT=	Powerful command-line bookmark manager
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-xRUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.4.1:www/py-beautifulsoup@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.4.1:www/py-beautifulsoup@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cryptography>=1.2.3:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}html5lib>=1.0.1:www/py-html5lib@${PY_FLAVOR} \


More information about the svn-ports-head mailing list