Commit fe427422 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/unit-ruby: Remove expired port

2025-12-31 www/unit-ruby: Upstream repo archived on Oct 8 2025
parent 4ec04844
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -2645,7 +2645,6 @@
    SUBDIR += ulfius
    SUBDIR += ungoogled-chromium
    SUBDIR += unit
    SUBDIR += unit-ruby
    SUBDIR += unitc
    SUBDIR += urlfinder
    SUBDIR += uwebsockets

www/unit-ruby/Makefile

deleted100644 → 0
+0 −38
Original line number Diff line number Diff line
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"