Hi ports -- Trivial update to moe. Re-take MAINTAINER.
OK? ~Brian
Index: Makefile =================================================================== RCS file: /cvs/ports/editors/moe/Makefile,v retrieving revision 1.6 diff -u -p -u -p -r1.6 Makefile --- Makefile 29 Apr 2017 22:36:16 -0000 1.6 +++ Makefile 5 Jul 2017 22:01:30 -0000 @@ -1,12 +1,12 @@ # $OpenBSD: Makefile,v 1.6 2017/04/29 22:36:16 naddy Exp $ COMMENT = powerful and user-friendly console text editor -DISTNAME = moe-1.8 -REVISION = 0 +DISTNAME = moe-1.9 EXTRACT_SUFX = .tar.lz CATEGORIES = editors HOMEPAGE = http://www.gnu.org/software/moe/moe.html +MAINTAINER = Brian Callahan <[email protected]> # GPLv2+ PERMIT_PACKAGE_CDROM = Yes Index: distinfo =================================================================== RCS file: /cvs/ports/editors/moe/distinfo,v retrieving revision 1.3 diff -u -p -u -p -r1.3 distinfo --- distinfo 2 Nov 2016 22:44:20 -0000 1.3 +++ distinfo 5 Jul 2017 22:01:30 -0000 @@ -1,2 +1,2 @@ -SHA256 (moe-1.8.tar.lz) = fv9O8hl9j+vsma1O/U4nex87fUZg9147QriBi8a7ZFc= -SIZE (moe-1.8.tar.lz) = 79396 +SHA256 (moe-1.9.tar.lz) = GJGen/rgjzTYvrOib8WllWFOCv80hm55QgyoGIH/TvM= +SIZE (moe-1.9.tar.lz) = 82046 Index: patches/patch-window_vector_cc =================================================================== RCS file: /cvs/ports/editors/moe/patches/patch-window_vector_cc,v retrieving revision 1.1 diff -u -p -u -p -r1.1 patch-window_vector_cc --- patches/patch-window_vector_cc 29 Apr 2017 22:36:16 -0000 1.1 +++ patches/patch-window_vector_cc 5 Jul 2017 22:01:30 -0000 @@ -1,7 +1,8 @@ $OpenBSD: patch-window_vector_cc,v 1.1 2017/04/29 22:36:16 naddy Exp $ +Index: window_vector.cc --- window_vector.cc.orig +++ window_vector.cc -@@ -1026,7 +1026,7 @@ const char * Window_vector::copyright_update() +@@ -1030,7 +1030,7 @@ const char * Window_vector::copyright_update() { int year = 1900 + t->tm_year; while( year )
