Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Nov 2022 00:41:16 +0900
From:      Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
To:        Dima Panov <fluffy@FreeBSD.org>
Cc:        dev-commits-ports-main@freebsd.org
Subject:   Re: git: 8196c532bd11 - main - graphics/inkscape: fix typo
Message-ID:  <20221129004116.77ca39f903551af29da1881f@dec.sakura.ne.jp>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--Multipart=_Tue__29_Nov_2022_00_41_16_+0900_0c=TYIJN9yYM4Mh1
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Hi.
Still broken on RUN_DEPENDS.

===>   inkscape-1.2.1_10 depends on package: py39-cachecontrol>0 - not
found *** Error code 1

See [1] and attached patch.

[1] https://www.freshports.org/www/py-cachecontrol/

Regards.

> The branch main has been updated by fluffy:
> 
> URL:
https://cgit.FreeBSD.org/ports/commit/?id=8196c532bd1130803cc2d00e68dca678f9a8c97d
> 
> commit 8196c532bd1130803cc2d00e68dca678f9a8c97d
> Author:     Dima Panov <fluffy@FreeBSD.org>
> AuthorDate: 2022-11-28 11:18:02 +0000
> Commit:     Dima Panov <fluffy@FreeBSD.org>
> CommitDate: 2022-11-28 11:18:02 +0000
> 
>     graphics/inkscape: fix typo
> ---

-- 
Tomoaki AOKI    <junchoon@dec.sakura.ne.jp>

--Multipart=_Tue__29_Nov_2022_00_41_16_+0900_0c=TYIJN9yYM4Mh1
Content-Type: text/x-diff;
 name="inkscape.diff"
Content-Disposition: attachment;
 filename="inkscape.diff"
Content-Transfer-Encoding: 7bit

--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -43,7 +43,7 @@
 		${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}filelock>=3.7.1:sysutils/py-filelock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scour>0:textproc/py-scour@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cachecontrol>0:www/py-cachecontrol@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}CacheControl>0:www/py-cachecontrol@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
 		ps2pdf:print/ghostscript9-agpl-base \

--Multipart=_Tue__29_Nov_2022_00_41_16_+0900_0c=TYIJN9yYM4Mh1--



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