pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/teapot Newer versions of Teapot appear to expect ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ecb6f7c6a14a
branches:  trunk
changeset: 358801:ecb6f7c6a14a
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Mon Feb 20 15:03:50 2017 +0000

description:
Newer versions of Teapot appear to expect a wide char capable ncurses.

While here, drop maintainership - I haven't used the thing in years,
and definitely not since its conversion to a CMake build (of which I
know nothing).

diffstat:

 math/teapot/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 4fb025a2836a -r ecb6f7c6a14a math/teapot/Makefile
--- a/math/teapot/Makefile      Mon Feb 20 14:51:34 2017 +0000
+++ b/math/teapot/Makefile      Mon Feb 20 15:03:50 2017 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2015/08/18 07:31:12 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/02/20 15:03:50 hauke Exp $
 
 DISTNAME=      teapot-2.3.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    math
 MASTER_SITES=  http://www.syntax-k.de/projekte/teapot/
 
-MAINTAINER=    hauke%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.syntax-k.de/projekte/teapot/
 COMMENT=       Curses based spread sheet program
 LICENSE=       gnu-gpl-v3
@@ -14,5 +14,5 @@
 USE_CMAKE=     yes
 CMAKE_ARGS+=   -DENABLE_HELP=NO
 
-.include "../../mk/curses.buildlink3.mk"
+.include "../../devel/ncursesw/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index