diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-07-14 22:58:30 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-07-14 23:07:13 +0900 |
commit | d5f0384ad5a95bd967c4904fb08165878984975d (patch) | |
tree | 72abc5d472a5a162ae0dd0650ccd764c96d45365 /devel | |
parent | math/scilab: unbreak (diff) |
{devel/py-easyprocess,x11/py-pyvirtualdisplay}: really chase renaming from devel/py-cog to devel/py-cogapp
This is a follow-up to my previous attempt (7e4175500e3f) to chase a
port renaming. In the previous commit, I only changed the package name
and forgot to change the origin. This commit should fix it.
Reported by: David Wolfskill <david@catwhisker.org> (via private email)
Fixes: 7e4175500e3f ({devel/py-easyprocess,x11/py-pyvirtualdisplay}: chase renaming from devel/py-cog to devel/py-cogapp)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-easyprocess/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-easyprocess/Makefile b/devel/py-easyprocess/Makefile index ddfdecd7a5c6..fe64bb9bc3f8 100644 --- a/devel/py-easyprocess/Makefile +++ b/devel/py-easyprocess/Makefile @@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paver>0:devel/py-paver@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cogapp>=2.3:devel/py-cog@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cogapp>=2.3:devel/py-cogapp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} NO_ARCH= YES |