pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pta: changed maintainer retawq: changed maintainer vis-editor: removed options.mk, changed maintainer
Module Name: pkgsrc-wip
Committed By: Manuel Kuklinski <mk%asdfghasdfgh.de@localhost>
Pushed By: mk
Date: Sat Jul 8 11:35:01 2023 +0000
Changeset: e4484483134be72b6f902f598c140a38d43a85a8
Modified Files:
pta/Makefile
retawq/Makefile
vis-editor/Makefile
Removed Files:
vis-editor/options.mk
Log Message:
pta: changed maintainer
retawq: changed maintainer
vis-editor: removed options.mk, changed maintainer
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e4484483134be72b6f902f598c140a38d43a85a8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
pta/Makefile | 2 +-
retawq/Makefile | 2 +-
vis-editor/Makefile | 5 ++---
vis-editor/options.mk | 15 ---------------
4 files changed, 4 insertions(+), 20 deletions(-)
diffs:
diff --git a/pta/Makefile b/pta/Makefile
index e8ad97b5e8..db4dd85a21 100644
--- a/pta/Makefile
+++ b/pta/Makefile
@@ -4,7 +4,7 @@ DISTNAME= pta-0.1
CATEGORIES= finance
MASTER_SITES= https://mandoc.bsd.lv/pta/release/
-MAINTAINER= mk%asdfghasdfgh.de@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://mandoc.bsd.lv/pta/release/
COMMENT= Reads and writes bookkeeping journals
LICENSE= isc
diff --git a/retawq/Makefile b/retawq/Makefile
index 2606997879..4b60c47403 100644
--- a/retawq/Makefile
+++ b/retawq/Makefile
@@ -4,7 +4,7 @@ DISTNAME= retawq-0.2.6c
CATEGORIES= www
MASTER_SITES= http://prdownloads.sourceforge.net/retawq/
-MAINTAINER= mk%asdfghasdfgh.de@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://prdownloads.sourceforge.net/retawq/
COMMENT= Interactive, multi-threaded network client for text terminals
LICENSE= gnu-gpl-v2
diff --git a/vis-editor/Makefile b/vis-editor/Makefile
index 335e283bbd..8e5a200d11 100644
--- a/vis-editor/Makefile
+++ b/vis-editor/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=martanne/}
GITHUB_PROJECT= vis
GITHUB_TAG= v${PKGVERSION_NOREV}
-MAINTAINER= erig%erig.me@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/martanne/vis/
COMMENT= Vim like text editor
LICENSE= isc
@@ -45,8 +45,6 @@ SUBST_SED.binary-names+= -e 's,vis-\(menu\),vis-editor-\1,g'
LUA_VERSIONS_ACCEPTED= 52 53 54
-.include "options.mk"
-
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/vis ${DESTDIR}${PREFIX}/bin/vis-editor
${MV} ${DESTDIR}${PREFIX}/bin/vis-open ${DESTDIR}${PREFIX}/bin/vis-editor-open
@@ -61,6 +59,7 @@ post-install:
${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/vis-digraph.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/vis-editor-digraph.1
${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/vis-menu.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/vis-editor-menu.1
+.include·"../../devel/ncursesw/buildlink3.mk"
.include "../../lang/lua/buildlink3.mk"
.include "../../devel/libtermkey/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/vis-editor/options.mk b/vis-editor/options.mk
deleted file mode 100644
index 2f3cc70246..0000000000
--- a/vis-editor/options.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD$
-PKG_OPTIONS_VAR= PKG_OPTIONS.vis-editor
-
-PKG_OPTIONS_REQUIRED_GROUPS+= curses
-PKG_OPTIONS_GROUP.curses= curses ncurses
-
-PKG_SUGGESTED_OPTIONS= ncurses
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mncurses)
-. include "../../devel/ncursesw/buildlink3.mk"
-.else
-. include "../../mk/curses.buildlink3.mk"
-.endif
Home |
Main Index |
Thread Index |
Old Index