Hi,
This diff updates lifelines to the latest release 3.0.62.
Comments ? OK ?
Cheers,
benoit
Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/lifelines/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile 23 Aug 2012 20:03:57 -0000 1.10
+++ Makefile 14 Jan 2013 09:35:49 -0000
@@ -1,8 +1,7 @@
# $OpenBSD: Makefile,v 1.10 2012/08/23 20:03:57 sthen Exp $
COMMENT= genealogical database and programming system
-DISTNAME= lifelines-3.0.60
-REVISION= 4
+DISTNAME= lifelines-3.0.62
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lifelines/}
@@ -24,7 +23,6 @@
BUILD_DEPENDS= devel/bison
MODULES= devel/gettext
USE_GMAKE= Yes
-USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/lifelines
Index: distinfo
===================================================================
RCS file: /cvs/ports/misc/lifelines/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo 16 Jul 2007 15:16:37 -0000 1.1.1.1
+++ distinfo 14 Jan 2013 09:35:49 -0000
@@ -1,5 +1,2 @@
-MD5 (lifelines-3.0.60.tar.gz) = eShVZPcU0KfBwB4xhvQx4g==
-RMD160 (lifelines-3.0.60.tar.gz) = 58VxzXd0rNcLAS7Hyn0cViG9BBo=
-SHA1 (lifelines-3.0.60.tar.gz) = j1gX3sL71+mOl3P3cq59XZfTto4=
-SHA256 (lifelines-3.0.60.tar.gz) = eHHufxx3wn2W2GMJ6RViPOzqJ2Nmoc5D1Wsa/Pqx7h0=
-SIZE (lifelines-3.0.60.tar.gz) = 2805816
+SHA256 (lifelines-3.0.62.tar.gz) = LwBEGsDtZKq492g0wFXiuVYA7UxvWEW59uUoSsWKmlI=
+SIZE (lifelines-3.0.62.tar.gz) = 2875069
Index: patches/patch-src_hdrs_mycurses_h
===================================================================
RCS file: /cvs/ports/misc/lifelines/patches/patch-src_hdrs_mycurses_h,v
retrieving revision 1.1
diff -u -r1.1 patch-src_hdrs_mycurses_h
--- patches/patch-src_hdrs_mycurses_h 6 Sep 2010 18:38:07 -0000 1.1
+++ patches/patch-src_hdrs_mycurses_h 14 Jan 2013 09:35:49 -0000
@@ -1,12 +1,11 @@
-$OpenBSD: patch-src_hdrs_mycurses_h,v 1.1 2010/09/06 18:38:07 nicm Exp $
---- src/hdrs/mycurses.h.orig Sat Sep 24 01:46:56 2005
-+++ src/hdrs/mycurses.h Mon Aug 30 09:40:26 2010
-@@ -5,7 +5,7 @@
- #include "config.h"
+--- src/hdrs/mycurses.h.orig Wed Aug 1 18:33:25 2007
++++ src/hdrs/mycurses.h Sun Jan 13 17:04:30 2013
+@@ -6,7 +6,7 @@
#if defined(HAVE_LIBNCURSESW)
--#include <ncursesw/curses.h>
-+#include <curses.h>
- #elif defined(HAVE_LIBNCURSES) || defined(HAVE_LIBCURSES)
- #include <curses.h>
- #elif defined(HAVE_WINDOWS_H)
+ #if defined(HAVE_NCURSESW_CURSES_H)
+- #include <ncursesw/curses.h>
++ #include <curses.h>
+ #elif defined(HAVE_NCURSES_CURSES_H)
+ #include <ncurses/curses.h>
+ #else