git: 655a76dc986d - main - www/unitc: Remove expired port, part of expired www/unit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 12:09:14 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=655a76dc986db0dd97f7a8c55250f7ba9be038ac
commit 655a76dc986db0dd97f7a8c55250f7ba9be038ac
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 12:08:53 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 12:09:02 +0000
www/unitc: Remove expired port, part of expired www/unit
www/unitc
---
MOVED | 1 +
www/Makefile | 1 -
www/unitc/Makefile | 32 --------------------------------
www/unitc/pkg-descr | 3 ---
4 files changed, 1 insertion(+), 36 deletions(-)
diff --git a/MOVED b/MOVED
index d1062ea8066d..8f0a8de946e5 100644
--- a/MOVED
+++ b/MOVED
@@ -4977,3 +4977,4 @@ security/rkhunter||2025-12-31|Has expired: Project abandoned in 2009
graphics/tumble||2025-12-31|Has expired: historical tool, use imagemagick instead
devel/py-cadquery-pywrap||2025-12-31|Has expired: This port was part of an effort to port CadQuery. This has been abandoned, so this port is no longer needed as it serves no other purpose
www/unit-ruby||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
+www/unitc||2025-12-31|Removed, part of expired www/unit
diff --git a/www/Makefile b/www/Makefile
index eda7a59628b8..c1c096f5a801 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2645,7 +2645,6 @@
SUBDIR += ulfius
SUBDIR += ungoogled-chromium
SUBDIR += unit
- SUBDIR += unitc
SUBDIR += urlfinder
SUBDIR += uwebsockets
SUBDIR += uwsgi
diff --git a/www/unitc/Makefile b/www/unitc/Makefile
deleted file mode 100644
index 621a36109502..000000000000
--- a/www/unitc/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME= unitc
-PORTVERSION= ${UNIT_VERSION}
-CATEGORIES= www
-MASTER_SITES?= https://unit.nginx.org/download/
-DISTNAME= unit-${PORTVERSION}
-DISTINFO_FILE= ${.CURDIR}/../../www/unit/distinfo
-
-MAINTAINER= osa@FreeBSD.org
-COMMENT= Command-line management tool for NGINX Unit
-WWW= https://unit.nginx.org
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= bash>0:shells/bash \
- curl:ftp/curl
-
-CPE_VENDOR= nginx
-CPE_PRODUCT= unit
-
-USES+= cpe shebangfix
-SHEBANG_FILES= tools/unitc
-
-NO_BUILD= yes
-
-PLIST_FILES?= bin/unitc
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/tools/unitc ${STAGEDIR}${PREFIX}/bin/
-
-.include "../../www/unit/version.mk"
-.include <bsd.port.mk>
diff --git a/www/unitc/pkg-descr b/www/unitc/pkg-descr
deleted file mode 100644
index b753a8a17606..000000000000
--- a/www/unitc/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-The unitc tool provides a command-line interface as a wrapper for curl(1)
-for daily configuration and management of NGINX Unit instances. It aims
-to minimize typing effort and shield the users from exotic curl(1) options.