This patch updates remind from 3.3.8 to 3.3.9.
Build and run now depends on p5-JSON-Any.
Tested on two amd64 systems (one cli only, one with tkremind)
Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/remind/Makefile,v
retrieving revision 1.47
diff -u -p -r1.47 Makefile
--- Makefile 4 Oct 2021 14:16:31 -0000 1.47
+++ Makefile 15 Oct 2021 09:17:34 -0000
@@ -2,8 +2,8 @@
COMMENT= scripting language for reminders, with a Tk front end
-DISTNAME= remind-03.03.08
-PKGNAME= remind-3.3.8
+DISTNAME= remind-03.03.09
+PKGNAME= remind-3.3.9
CATEGORIES= misc
@@ -23,8 +23,10 @@ TEST_ENV= LC_ALL=en_US.UTF-8
MODULES= x11/tk
MODTK_VERSION = 8.6
+BUILD_DEPENDS= converters/p5-JSON-Any
RUN_DEPENDS= ${MODTK_RUN_DEPENDS} \
- devel/tcllib
+ devel/tcllib \
+ converters/p5-JSON-Any
CONFIGURE_STYLE= gnu
@@ -32,7 +34,6 @@ TEST_TARGET= test
pre-configure:
${MODTCL_WISH_ADJ} ${WRKSRC}/scripts/tkremind
- ${MODTCL_TCLSH_ADJ} ${WRKSRC}/scripts/cm2rem.tcl
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/remind
Index: distinfo
===================================================================
RCS file: /cvs/ports/misc/remind/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo 4 Oct 2021 14:16:31 -0000 1.19
+++ distinfo 15 Oct 2021 09:17:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (remind-03.03.08.tar.gz) = JeoSzZFLfUrsxXMbW8uBKVwOPflj2GuRcaTsoUW3t4g=
-SIZE (remind-03.03.08.tar.gz) = 407339
+SHA256 (remind-03.03.09.tar.gz) = yQh6jGkRNkQvPoguRmd6025pCEsvO7w8W3YNO2vztvM=
+SIZE (remind-03.03.09.tar.gz) = 408928
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/misc/remind/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST 4 Jul 2012 18:38:36 -0000 1.6
+++ pkg/PLIST 15 Oct 2021 09:17:34 -0000
@@ -1,10 +1,9 @@
@comment $OpenBSD: PLIST,v 1.6 2012/07/04 18:38:36 stu Exp $
-bin/cm2rem.tcl
bin/rem
+bin/rem2html
@bin bin/rem2ps
@bin bin/remind
bin/tkremind
-@man man/man1/cm2rem.1
@man man/man1/rem.1
@man man/man1/rem2ps.1
@man man/man1/remind.1