textproc/cgrep: Move to textproc/hs-cgrep

Per the convention for Haskell ports

PR:		285719
Approved by:	lwhsu@ (maintainer, timeout > 5 months)
Approved by:	yuri@ (Mentor)
This commit is contained in:
Älven
2025-09-05 01:07:36 +04:00
parent 75b436899d
commit 3fd2b74c0b
6 changed files with 5 additions and 4 deletions

1
MOVED
View File

@@ -4765,3 +4765,4 @@ net-mgmt/nagcon||2025-09-02|Has expired: Obsolete, only supports legacy versions
www/yarn-node18||2025-09-02|Has expired: Depeneds on expired www/node18. Node.js 18.* has reached its EoL on 2025-04-30
www/npm-node18||2025-09-03|Has expired: Depeneds on expired www/node18. Node.js 18.* has reached its EoL on 2025-04-30
www/node18||2025-09-03|Has expired: Node.js 18.* has reached its EoL on 2025-04-30. Use Node.js 22.* (www/node22) instead
textproc/cgrep|textproc/hs-cgrep|2025-09-04|Per the convention for Haskell ports

View File

@@ -92,7 +92,6 @@
SUBDIR += castxml
SUBDIR += catdoc
SUBDIR += cg3
SUBDIR += cgrep
SUBDIR += chkascii
SUBDIR += choose
SUBDIR += chpp
@@ -273,6 +272,7 @@
SUBDIR += highlight
SUBDIR += hil-aspell
SUBDIR += hr-aspell
SUBDIR += hs-cgrep
SUBDIR += hs-lhs2tex
SUBDIR += hs-pandoc
SUBDIR += hs-pandoc-crossref

View File

@@ -1,6 +1,6 @@
PORTNAME= cgrep
PORTVERSION= 8.1.0
CATEGORIES= textproc
PORTNAME= hs-cgrep
DISTVERSION= 8.1.0
CATEGORIES= textproc haskell
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Context-aware grep for source codes