head	1.4;
access;
symbols
	pkgsrc-2026Q1:1.3.0.2
	pkgsrc-2026Q1-base:1.3;
locks; strict;
comment	@# @;


1.4
date	2026.04.08.05.44.58;	author bsiegert;	state Exp;
branches;
next	1.3;
commitid	FFJx9trbRMg7k7BG;

1.3
date	2026.03.06.21.07.52;	author bsiegert;	state Exp;
branches
	1.3.2.1;
next	1.2;
commitid	AQtIeR1eh5qvuXwG;

1.2
date	2026.02.24.08.45.27;	author bsiegert;	state Exp;
branches;
next	1.1;
commitid	IrpU9bGVDwSIHBvG;

1.1
date	2026.02.16.23.58.05;	author maya;	state Exp;
branches;
next	;
commitid	3yFk7Io7nijO0FuG;

1.3.2.1
date	2026.04.22.14.32.03;	author maya;	state Exp;
branches;
next	;
commitid	iDHLLUhOplH6NXCG;


desc
@@


1.4
log
@Revbump all Go packages after security update
@
text
@# $NetBSD: Makefile,v 1.3 2026/03/06 21:07:52 bsiegert Exp $

DISTNAME=	tilt-0.36.3
PKGREVISION=	3
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GITHUB:=tilt-dev/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://tilt.dev/
COMMENT=	Microservice development environment tool
LICENSE=	apache-2.0

WRKSRC=	${WRKDIR}/${DISTNAME}

USE_PKGLOCALEDIR=	yes
USE_LANGUAGES=		c c++
USE_TOOLS=		gmake

DEPENDS+=	nodejs-[0-9]*:../../lang/nodejs
DEPENDS+=	yarn-[0-9]*:../../devel/yarn

.include "go-modules.mk"

.include "../../lang/go/go-module.mk"
.include "../../mk/bsd.pkg.mk"
@


1.3
log
@Revbump all Go packages after go126 update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2026/02/24 08:45:27 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	2
@


1.3.2.1
log
@Revbump all Go packages after go126 security fix
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2026/03/06 21:07:52 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	3
@


1.2
log
@Revbump all Go packages after default version bump
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2026/02/16 23:58:05 maya Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.1
log
@Add tilt version 0.36.3

Kubernetes for Prod, Tilt for Dev

Modern apps are made of too many services. They're everywhere and in
constant communication.

[Tilt](https://tilt.dev) powers microservice development and makes
sure they behave!  Run `tilt up` to work in a complete dev environment
configured for your team.

Tilt automates all the steps from a code change to a new process:
watching files, building container images, and bringing your environment
up-to-date. Think `docker build && kubectl apply` or `docker-compose up`.
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
@

