This patch updates remind from 3.3.12 to 3.4.0.

Needs now graphics/p5-Cairo and devel/p5-Pango, because there is
a tool to convert to pdf.

Tested on two amd64 systems.

Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/remind/Makefile,v
retrieving revision 1.51
diff -u -p -r1.51 Makefile
--- Makefile    25 Jan 2022 14:44:25 -0000      1.51
+++ Makefile    11 Feb 2022 07:54:30 -0000
@@ -2,8 +2,8 @@
 
 COMMENT=       scripting language for reminders, with a Tk front end
 
-DISTNAME=      remind-03.03.12
-PKGNAME=       remind-3.3.12
+DISTNAME=      remind-03.04.00
+PKGNAME=       remind-3.4.0
 
 CATEGORIES=    misc
 
@@ -23,10 +23,14 @@ TEST_ENV=           LC_ALL=en_US.UTF-8
 MODULES=               x11/tk
 MODTK_VERSION=         8.6
 
-BUILD_DEPENDS=         converters/p5-JSON-MaybeXS
+BUILD_DEPENDS=         converters/p5-JSON-MaybeXS \
+                       graphics/p5-Cairo \
+                       devel/p5-Pango
 RUN_DEPENDS=           ${MODTK_RUN_DEPENDS} \
                        devel/tcllib \
-                       converters/p5-JSON-MaybeXS
+                       converters/p5-JSON-MaybeXS \
+                       graphics/p5-Cairo \
+                       devel/p5-Pango
 
 CONFIGURE_STYLE=       gnu
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/misc/remind/distinfo,v
retrieving revision 1.23
diff -u -p -r1.23 distinfo
--- distinfo    25 Jan 2022 14:44:25 -0000      1.23
+++ distinfo    11 Feb 2022 07:54:30 -0000
@@ -1,2 +1,2 @@
-SHA256 (remind-03.03.12.tar.gz) = 1KpM2lobU+KsxjHpNeAxwAx3mCrU8IZyhvfYJwlUQJ4=
-SIZE (remind-03.03.12.tar.gz) = 424070
+SHA256 (remind-03.04.00.tar.gz) = uIpIygxV5l122FN8sz+OMeQh8iL4Vy87EM1/CjFvLVI=
+SIZE (remind-03.04.00.tar.gz) = 439400
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/misc/remind/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST
--- pkg/PLIST   15 Oct 2021 10:50:31 -0000      1.7
+++ pkg/PLIST   11 Feb 2022 07:54:30 -0000
@@ -1,13 +1,21 @@
 @comment $OpenBSD: PLIST,v 1.7 2021/10/15 10:50:31 sthen Exp $
 bin/rem
 bin/rem2html
+bin/rem2pdf
 @bin bin/rem2ps
 @bin bin/remind
 bin/tkremind
+libdata/perl5/site_perl/Remind/
+libdata/perl5/site_perl/Remind/PDF/
+libdata/perl5/site_perl/Remind/PDF.pm
+libdata/perl5/site_perl/Remind/PDF/Entry.pm
 @man man/man1/rem.1
+@man man/man1/rem2pdf.1
 @man man/man1/rem2ps.1
 @man man/man1/remind.1
 @man man/man1/tkremind.1
+@man man/man3p/Remind::PDF.3p
+@man man/man3p/Remind::PDF::Entry.3p
 share/examples/remind/
 share/examples/remind/defs.rem
 share/examples/remind/remind.vim

Reply via email to