Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2024 03:20:19 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dd918c1a8315 - main - graphics/py-simplejpeg: Fix typo in comment
Message-ID:  <202409180320.48I3KJSL029920@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dd918c1a831509e339e1d4051719ccae8c9bb8f3

commit dd918c1a831509e339e1d4051719ccae8c9bb8f3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-17 20:28:30 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-18 03:20:14 +0000

    graphics/py-simplejpeg: Fix typo in comment
---
 graphics/py-simplejpeg/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/py-simplejpeg/Makefile b/graphics/py-simplejpeg/Makefile
index da562a16c6c7..96fd9fd44236 100644
--- a/graphics/py-simplejpeg/Makefile
+++ b/graphics/py-simplejpeg/Makefile
@@ -22,7 +22,7 @@ USE_PYTHON=	pep517 autoplist pytest
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 TEST_WRKSRC=	${WRKSRC}/test
 
-post-extract: # force cythonization because pre-cythonized _jpeg.c fails to complile
+post-extract: # force cythonization because pre-cythonized _jpeg.c fails to compile
 	@${RM} ${WRKSRC}/simplejpeg/_jpeg.c
 
 post-install:



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