git: fe4274223dfb - main - www/unit-ruby: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 12:07:30 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fe4274223dfb1814da1a826c7913aa4065c91e1f
commit fe4274223dfb1814da1a826c7913aa4065c91e1f
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 12:07:22 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 12:07:22 +0000
www/unit-ruby: Remove expired port
2025-12-31 www/unit-ruby: Upstream repo archived on Oct 8 2025
---
MOVED | 1 +
www/Makefile | 1 -
www/unit-ruby/Makefile | 38 --------------------------------------
3 files changed, 1 insertion(+), 39 deletions(-)
diff --git a/MOVED b/MOVED
index a1d5ea1e22f3..d1062ea8066d 100644
--- a/MOVED
+++ b/MOVED
@@ -4976,3 +4976,4 @@ graphics/jpgtn||2025-12-31|Has expired: obsolete historical tool, use imagemagic
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
diff --git a/www/Makefile b/www/Makefile
index a83c2e1a2c1a..eda7a59628b8 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2645,7 +2645,6 @@
SUBDIR += ulfius
SUBDIR += ungoogled-chromium
SUBDIR += unit
- SUBDIR += unit-ruby
SUBDIR += unitc
SUBDIR += urlfinder
SUBDIR += uwebsockets
diff --git a/www/unit-ruby/Makefile b/www/unit-ruby/Makefile
deleted file mode 100644
index ec475d3c4346..000000000000
--- a/www/unit-ruby/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-PKGNAMESUFFIX= -${UNIT_MODNAME}
-
-UNIT_MODNAME= ruby${RUBY_VER}
-
-COMMENT= Ruby module for NGINX Unit
-
-RUN_DEPENDS= rackup:www/rubygem-rackup \
- unitd:www/unit
-
-BROKEN_RUBY33= checking for Ruby library ... not found
-
-PLIST_FILES= libexec/unit/modules/${UNIT_MODNAME}.unit.so
-
-USES= ruby
-
-CFLAGS+= -fdeclspec
-
-USE_RC_SUBR?= # reset to empty
-
-MASTERDIR= ${.CURDIR}/../unit
-
-post-configure:
- cd ${CONFIGURE_WRKSRC} && \
- ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ruby \
- --ruby=ruby${RUBY_VER:S|.||} \
- --module=${UNIT_MODNAME}
-
-do-build:
- cd ${CONFIGURE_WRKSRC} && \
- ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
- ${MAKEFILE} ${MAKE_ARGS} ${UNIT_MODNAME}
-
-do-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/unit/modules/
- ${INSTALL_LIB} ${WRKSRC}/build/lib/unit/modules/${UNIT_MODNAME}.unit.so \
- ${STAGEDIR}${PREFIX}/libexec/unit/modules/
-
-.include "${MASTERDIR}/Makefile"