Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2020 21:06:12 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525673 - head/www/buku
Message-ID:  <202002092106.019L6CFv032303@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002092106.019L6CFv032303>