git: 3511d2aea2ef - main - textproc/retext: Move to a better category
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Dec 2022 08:37:35 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=3511d2aea2ef0887faa5069ba6a2c553caa06886 commit 3511d2aea2ef0887faa5069ba6a2c553caa06886 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2022-12-21 08:34:49 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-12-21 08:37:07 +0000 textproc/retext: Move to a better category - move to editors category as the COMMENT sugests Reported by: danfe --- MOVED | 1 + editors/Makefile | 1 + {textproc => editors}/retext/Makefile | 2 +- {textproc => editors}/retext/distinfo | 0 {textproc => editors}/retext/pkg-descr | 0 textproc/Makefile | 1 - 6 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MOVED b/MOVED index 51ead3aad02c..fb0c67bbc8f9 100644 --- a/MOVED +++ b/MOVED @@ -17641,3 +17641,4 @@ x11/darkman|accessibility/darkman|2022-12-14|Moved to a better category net/samba412||2022-12-18|Has expired: Reached its EoL on September 20, 2021 graphics/opencoloriov1|graphics/opencolorio|2022-12-20|Used by blender-lts28 which is EOL'd graphics/openimageio-ociov1|graphics/openimageio|2022-12-20|Used by blender-lts28 which is EOL'd +textproc/retext|editors/retext|2022-12-21|Moved to a better category diff --git a/editors/Makefile b/editors/Makefile index 85df04ea2a52..a9a627be4f66 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -239,6 +239,7 @@ SUBDIR += py-vim-bridge SUBDIR += quilter SUBDIR += rehex + SUBDIR += retext SUBDIR += rubygem-neovim SUBDIR += scite SUBDIR += se diff --git a/textproc/retext/Makefile b/editors/retext/Makefile similarity index 97% rename from textproc/retext/Makefile rename to editors/retext/Makefile index 656d2d520810..d30f2af7366b 100644 --- a/textproc/retext/Makefile +++ b/editors/retext/Makefile @@ -1,6 +1,6 @@ PORTNAME= retext DISTVERSION= 8.0.0 -CATEGORIES= textproc +CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org COMMENT= Markdown editor diff --git a/textproc/retext/distinfo b/editors/retext/distinfo similarity index 100% rename from textproc/retext/distinfo rename to editors/retext/distinfo diff --git a/textproc/retext/pkg-descr b/editors/retext/pkg-descr similarity index 100% rename from textproc/retext/pkg-descr rename to editors/retext/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index 9b9eb0d9e25b..35b85474cb2f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1623,7 +1623,6 @@ SUBDIR += replaceit SUBDIR += resume SUBDIR += resume-extensions - SUBDIR += retext SUBDIR += rfcdiff SUBDIR += ripgrep SUBDIR += ripgrep-all