On Tue Aug 30, 2022 at 01:24:37PM +0200, Jan Klemkow wrote:
> On Tue, Aug 30, 2022 at 01:15:59PM +0200, Rafael Sadowski wrote:
> > On Tue Aug 30, 2022 at 11:03:04AM +0200, Jan Klemkow wrote:
> > > On Tue, Aug 30, 2022 at 10:57:15AM +0200, Rafael Sadowski wrote:
> > > > Hi Jan, Hi ports@,
> > > >
> > > > here is a simple diff to update cmark to the latest stable version. All
> > > > consumers are fine with 0.30.2.
> > > >
> > > > OK? Rafael
>
> OK jan@
Yet another tweak, we need python to run the test. OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/cmark/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- Makefile 30 Aug 2022 11:26:26 -0000 1.5
+++ Makefile 30 Aug 2022 12:43:20 -0000
@@ -3,6 +3,7 @@ COMMENT = CommonMark parsing and renderi
GH_ACCOUNT = commonmark
GH_PROJECT = cmark
GH_TAGNAME = 0.30.2
+REVISION = 0
SHARED_LIBS += cmark 0.1 # 0.29
@@ -17,6 +18,10 @@ PERMIT_PACKAGE = Yes
WANTLIB += c
-MODULES = devel/cmake
+MODULES = devel/cmake \
+ lang/python
+
+# tests only
+MODPY_RUNDEP = No
.include <bsd.port.mk>
No comments:
Post a Comment