Update to 1.4.6; patches no longer required as upstream fixed the
issues.

OK?

Thanks,
Okan

Index: Makefile
===================================================================
RCS file: /home/open/cvs/ports/productivity/wyrd/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile    2 Sep 2014 09:24:44 -0000       1.21
+++ Makefile    24 Mar 2016 12:05:28 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=               curses calendar front-end to remind
 
-DISTNAME=              wyrd-1.4.5
-REVISION=              1
+DISTNAME=              wyrd-1.4.6
 CATEGORIES=            productivity
 
 HOMEPAGE=              http://pessimization.com/software/wyrd/
Index: distinfo
===================================================================
RCS file: /home/open/cvs/ports/productivity/wyrd/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    23 Aug 2012 16:40:38 -0000      1.7
+++ distinfo    24 Mar 2016 12:05:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (wyrd-1.4.5.tar.gz) = yIRNhXZ7O5zJzk9DDg74O6KdlsYw8DxQjqtauGIEE3s=
-SIZE (wyrd-1.4.5.tar.gz) = 398294
+SHA256 (wyrd-1.4.6.tar.gz) = srUdb7OPi4s+ww7nIJP3kbqbb+NUGBkbwgEdLIB5mX4=
+SIZE (wyrd-1.4.6.tar.gz) = 425829
Index: patches/patch-Makefile_in
===================================================================
RCS file: patches/patch-Makefile_in
diff -N patches/patch-Makefile_in
--- patches/patch-Makefile_in   23 Aug 2012 16:40:38 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,25 +0,0 @@
-$OpenBSD: patch-Makefile_in,v 1.1 2012/08/23 16:40:38 avsm Exp $
---- Makefile.in.orig   Sun Aug  5 22:41:16 2012
-+++ Makefile.in        Sun Aug  5 22:41:21 2012
-@@ -91,10 +91,10 @@ version.ml: Makefile
- 
- 
- $(CURSES_CMA):
--      make -C curses byte
-+      $(MAKE) -C curses byte
- 
- $(CURSES_CMXA):
--      make -C curses opt
-+      $(MAKE) -C curses opt
- 
- 
- # installation
-@@ -202,7 +202,7 @@ partly-clean::
-       rm -f *.aux *.log $(NAME).tex $(NAME).dvi $(NAME).ps
- 
- curses-clean::
--      make -C curses clean
-+      $(MAKE) -C curses clean
- 
- clean:: partly-clean curses-clean
- 
Index: patches/patch-configure
===================================================================
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- patches/patch-configure     23 Aug 2012 16:40:38 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-configure,v 1.1 2012/08/23 16:40:38 avsm Exp $
---- configure.orig     Sun Aug  5 22:36:54 2012
-+++ configure  Sun Aug  5 22:37:23 2012
-@@ -1791,7 +1791,7 @@ OCAMLMINORVERSION=`echo $OCAMLVERSION | cut -d '.' -f 
- if test $OCAMLMAJORVERSION -lt 3 ; then
-    as_fn_error "Wyrd requires OCaml version 3.08 or greater." "$LINENO" 5
- else
--   if test $OCAMLMINORVERSION -lt 8 ; then
-+   if test $OCAMLMAJORVERSION -eq 3 -a $OCAMLMINORVERSION -lt 8 ; then
-       as_fn_error "Wyrd requires OCaml version 3.08 or greater." "$LINENO" 5
-    fi
- fi

Reply via email to