pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/teapot



Module Name:    pkgsrc
Committed By:   hauke
Date:           Mon Feb 20 15:03:50 UTC 2017

Modified Files:
        pkgsrc/math/teapot: Makefile

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/teapot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/teapot/Makefile
diff -u pkgsrc/math/teapot/Makefile:1.5 pkgsrc/math/teapot/Makefile:1.6
--- pkgsrc/math/teapot/Makefile:1.5     Tue Aug 18 07:31:12 2015
+++ pkgsrc/math/teapot/Makefile Mon Feb 20 15:03:50 2017
@@ -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_LANGUAGES=        c c++
 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