head	1.11;
access;
symbols
	pkgsrc-2026Q2:1.11.0.2
	pkgsrc-2026Q2-base:1.11
	pkgsrc-2026Q1:1.10.0.2
	pkgsrc-2026Q1-base:1.10
	pkgsrc-2025Q4:1.9.0.2
	pkgsrc-2025Q4-base:1.9
	pkgsrc-2025Q3:1.8.0.4
	pkgsrc-2025Q3-base:1.8
	pkgsrc-2025Q2:1.8.0.2
	pkgsrc-2025Q2-base:1.8
	pkgsrc-2025Q1:1.7.0.2
	pkgsrc-2025Q1-base:1.7
	pkgsrc-2024Q4:1.6.0.12
	pkgsrc-2024Q4-base:1.6
	pkgsrc-2024Q3:1.6.0.10
	pkgsrc-2024Q3-base:1.6
	pkgsrc-2024Q2:1.6.0.8
	pkgsrc-2024Q2-base:1.6
	pkgsrc-2024Q1:1.6.0.6
	pkgsrc-2024Q1-base:1.6
	pkgsrc-2023Q4:1.6.0.4
	pkgsrc-2023Q4-base:1.6
	pkgsrc-2023Q3:1.6.0.2
	pkgsrc-2023Q3-base:1.6
	pkgsrc-2023Q2:1.4.0.12
	pkgsrc-2023Q2-base:1.4
	pkgsrc-2023Q1:1.4.0.10
	pkgsrc-2023Q1-base:1.4
	pkgsrc-2022Q4:1.4.0.8
	pkgsrc-2022Q4-base:1.4
	pkgsrc-2022Q3:1.4.0.6
	pkgsrc-2022Q3-base:1.4
	pkgsrc-2022Q2:1.4.0.4
	pkgsrc-2022Q2-base:1.4
	pkgsrc-2022Q1:1.4.0.2
	pkgsrc-2022Q1-base:1.4
	pkgsrc-2021Q4:1.3.0.8
	pkgsrc-2021Q4-base:1.3
	pkgsrc-2021Q3:1.3.0.6
	pkgsrc-2021Q3-base:1.3
	pkgsrc-2021Q2:1.3.0.4
	pkgsrc-2021Q2-base:1.3
	pkgsrc-2021Q1:1.3.0.2
	pkgsrc-2021Q1-base:1.3;
locks; strict;
comment	@# @;


1.11
date	2026.04.06.14.21.02;	author taca;	state Exp;
branches;
next	1.10;
commitid	jMH66C2Bx2u5fUAG;

1.10
date	2026.01.22.07.46.06;	author wiz;	state Exp;
branches;
next	1.9;
commitid	e9pZiOeMifCgrmrG;

1.9
date	2025.10.25.01.52.48;	author osa;	state Exp;
branches;
next	1.8;
commitid	Lxq1YRvr0LNmlTfG;

1.8
date	2025.05.27.16.05.34;	author taca;	state Exp;
branches;
next	1.7;
commitid	iBRpgKpdIvLOUyWF;

1.7
date	2025.02.15.15.58.22;	author wiz;	state Exp;
branches;
next	1.6;
commitid	0InJcNES5BfF7AJF;

1.6
date	2023.09.01.17.28.29;	author osa;	state Exp;
branches;
next	1.5;
commitid	ar2SU5lkwj8DK5DE;

1.5
date	2023.06.30.20.49.44;	author osa;	state Exp;
branches;
next	1.4;
commitid	jb96P5533XWMR0vE;

1.4
date	2022.02.23.04.24.37;	author osa;	state Exp;
branches;
next	1.3;
commitid	SvmI3RfokKfNfHtD;

1.3
date	2021.02.27.20.58.27;	author otis;	state Exp;
branches;
next	1.2;
commitid	dq0KsuBNpsU8moJC;

1.2
date	2021.02.14.13.43.40;	author otis;	state Exp;
branches;
next	1.1;
commitid	WIDxQfmxrFkXmGHC;

1.1
date	2021.02.14.11.56.58;	author otis;	state Exp;
branches;
next	;
commitid	4RgJ5pkNwSzILFHC;


desc
@@


1.11
log
@www/unit-ruby: remove restriction to ruby32

Now unit-ruby build fine with ruby33, ruby34 and ruby40.
@
text
@# $NetBSD: Makefile,v 1.10 2026/01/22 07:46:06 wiz Exp $

PKGNAME=	unit-${LANG}${RUBY_VER}-${UNIT_VERSION}
COMMENT=	Ruby module for NGINX Unit

LANG=		ruby
MODNAME=	${LANG}${RUBY_VER}

MAINTAINER=	pkgsrc-users@@NetBSD.org

post-configure:
	${RUN} cd ${WRKSRC} && ${SETENV} ${_CONFIGURE_SCRIPT_ENV}	\
		${CONFIG_SHELL} ${CONFIG_SHELL_FLAGS} 			\
			${CONFIGURE_SCRIPT} ${LANG} --module=${MODNAME}

.include "../../lang/${LANG}/buildlink3.mk"
.include "../../www/unit/ext.mk"
.include "../../www/unit/Makefile.common"
.include "../../mk/bsd.pkg.mk"
@


1.10
log
@unit-ruby: does not find ruby 3.3
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2025/10/25 01:52:48 osa Exp $
a15 4
# only recognizes ruby 3.2
# ruby 3.4: error: 'rb_data_object_get_warning' is deprecated
RUBY_VERSIONS_ACCEPTED=		32

@


1.9
log
@www/unit-ruby: release maintainership
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2025/05/27 16:05:34 taca Exp $
d16 1
d18 1
a18 1
RUBY_VERSIONS_ACCEPTED=		32 33
@


1.8
log
@Drop support for Ruby 3.1
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2025/02/15 15:58:22 wiz Exp $
d9 1
a9 1
MAINTAINER=	osa@@NetBSD.org
@


1.7
log
@unit-ruby: mark as not-for-ruby-3.4

error: 'rb_data_object_get_warning' is deprecated
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2023/09/01 17:28:29 osa Exp $
d17 1
a17 1
RUBY_VERSIONS_ACCEPTED=		32 31 33
@


1.6
log
@*/*unit*: update NGINX Unit: 1.30.0 -> 1.31.0

<ChangeLog>

*) Change: if building with njs, version 0.8.0 or later is now required.

*) Feature: technology preview of WebAssembly application module.

*) Feature: "response_headers" option to manage headers in the action
   and fallback.

*) Feature: HTTP response header variables.

*) Feature: ASGI lifespan state support. Thanks to synodriver.

*) Bugfix: ensure that $uri variable is not cached.

*) Bugfix: deprecated options were unavailable.

*) Bugfix: ASGI applications inaccessible over IPv6.

</ChangeLog>
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2023/06/30 20:49:44 osa Exp $
d16 3
@


1.5
log
@www/unit-*: add multiple versions support for python and ruby

Multiple versions of python and ruby programming languages can coexist,
so adding versions to modules make them coexist as well.

Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2022/02/23 04:24:37 osa Exp $
a3 1
PKGREVISION=	1
@


1.4
log
@Update my email address.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2021/02/27 20:58:27 otis Exp $
d4 1
d8 1
a8 1
MODNAME=	${LANG}
@


1.3
log
@unit: Adjust package naming, no functional changes.

- Adjust package names
- Check for embedded PHP support in unit-php build.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2021/02/14 13:43:40 otis Exp $
d9 1
a9 1
MAINTAINER=	osa@@FreeBSD.org
@


1.2
log
@unit: Change references from wip to www
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2021/02/14 11:56:58 otis Exp $
d3 1
a3 1
PKGNAME=	unit-${LANG}-${UNIT_VERSION}
@


1.1
log
@www/unit: import unit-1.22.0

NGINX Unit is a polyglot app server, a reverse proxy, and a static file server,
available for Unix-like systems. It was built by nginx team members from
scratch to be highly efficient and fully configurable at runtime.

Vast majority of work done by Sergey A. Osokin <osa@@FreeBSD.org>

WWW: http://unit.nginx.org/
@
text
@d1 1
a1 1
# $NetBSD$
d17 2
a18 2
.include "../../wip/unit/ext.mk"
.include "../../wip/unit/Makefile.common"
@

