head	1.14;
access;
symbols
	pkgsrc-2026Q3:1.14.0.2
	pkgsrc-2026Q3-base:1.14
	pkgsrc-2026Q2:1.13.0.2
	pkgsrc-2026Q2-base:1.13
	pkgsrc-2026Q1:1.12.0.4
	pkgsrc-2026Q1-base:1.12
	pkgsrc-2025Q4:1.12.0.2
	pkgsrc-2025Q4-base:1.12
	pkgsrc-2025Q3:1.10.0.4
	pkgsrc-2025Q3-base:1.10
	pkgsrc-2025Q2:1.10.0.2
	pkgsrc-2025Q2-base:1.10
	pkgsrc-2025Q1:1.9.0.2
	pkgsrc-2025Q1-base:1.9
	pkgsrc-2024Q4:1.8.0.2
	pkgsrc-2024Q4-base:1.8
	pkgsrc-2024Q3:1.5.0.6
	pkgsrc-2024Q3-base:1.5
	pkgsrc-2024Q2:1.5.0.4
	pkgsrc-2024Q2-base:1.5
	pkgsrc-2024Q1:1.5.0.2
	pkgsrc-2024Q1-base:1.5
	pkgsrc-2023Q4:1.4.0.2
	pkgsrc-2023Q4-base:1.4;
locks; strict;
comment	@# @;


1.14
date	2026.09.02.19.01.22;	author wiz;	state Exp;
branches;
next	1.13;
commitid	vXszxoxOqka005UG;

1.13
date	2026.04.15.06.45.11;	author adam;	state Exp;
branches;
next	1.12;
commitid	QrigIaHbKKSyq1CG;

1.12
date	2025.10.30.11.30.12;	author pin;	state Exp;
branches;
next	1.11;
commitid	vLqP39bLe0JfnAgG;

1.11
date	2025.10.29.18.07.27;	author adam;	state Exp;
branches;
next	1.10;
commitid	izpqBQTGLrUFBugG;

1.10
date	2025.04.02.17.34.50;	author pin;	state Exp;
branches;
next	1.9;
commitid	I0BPMmAzzP44bvPF;

1.9
date	2025.03.17.20.57.15;	author pin;	state Exp;
branches;
next	1.8;
commitid	Ej8nvsMmO2asOsNF;

1.8
date	2024.12.08.17.21.35;	author pin;	state Exp;
branches;
next	1.7;
commitid	ouyRz2ZCHf6JNIAF;

1.7
date	2024.12.02.20.26.21;	author adam;	state Exp;
branches;
next	1.6;
commitid	4JrtDeSovXo81YzF;

1.6
date	2024.11.30.19.59.42;	author wiz;	state Exp;
branches;
next	1.5;
commitid	lcV1N2zqbsOSVHzF;

1.5
date	2024.03.23.19.08.38;	author pin;	state Exp;
branches;
next	1.4;
commitid	UGOgnAdfZ1dEKj3F;

1.4
date	2023.11.02.18.09.41;	author pin;	state Exp;
branches;
next	1.3;
commitid	STRhQ9iI7N2qZ3LE;

1.3
date	2023.10.24.22.08.42;	author wiz;	state Exp;
branches;
next	1.2;
commitid	MTsrqKm6aGrQAVJE;

1.2
date	2023.10.20.07.07.59;	author pin;	state Exp;
branches;
next	1.1;
commitid	7i8enb4rjKG7KkJE;

1.1
date	2023.10.07.21.21.26;	author pin;	state Exp;
branches;
next	;
commitid	MMSJgdFZvUsYSJHE;


desc
@@


1.14
log
@*: recursive bump for pcre2 10.48
@
text
@# $NetBSD: Makefile,v 1.13 2026/04/15 06:45:11 adam Exp $

DISTNAME=	cargo-outdated-0.19.0
PKGREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GITHUB:=kbknapp/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/kbknapp/cargo-outdated
COMMENT=	Cargo subcommand for displaying when Rust dependencies are out of date
LICENSE=	mit

.include "cargo-depends.mk"

RUST_REQ=	1.88.0
USE_TOOLS+=	pkg-config

MAKE_ENV+=      LIBGIT2_NO_VENDOR=1
MAKE_ENV+=	OPENSSL_DIR=${BUILDLINK_PREFIX.openssl}
RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libgit2}/lib
RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib

.include "../../devel/libgit2/buildlink3.mk"
.include "../../lang/rust/cargo.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.13
log
@cargo-outdated: updated to 0.19.0

0.19.0 (2026-04-14)

Changes

* MSRV is now 1.88.0

Maintenance

* Publish ARM & x64 binaries on all platforms
* chore(deps): bump rand from 0.9.0 to 0.9.4
* chore(deps): bump bytes from 1.9.0 to 1.11.1
* chore(deps): bump tar from 0.4.43 to 0.4.45
* fix(registry): handle Poll::Pending from sparse registry source queries
* bump to cargo 0.91, MSRV 1.88, edition 2024
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.12 2025/10/30 11:30:12 pin Exp $
d4 1
@


1.12
log
@devel/cargo-outdated: remove unneeded

Remove link to curl-sys, this is no longer needed.
Switch back to vendored libgit2 to avoid future breakage.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2025/10/29 18:07:27 adam Exp $
d3 1
a3 2
DISTNAME=	cargo-outdated-0.18.0
PKGREVISION=	1
d15 1
a15 1
RUST_REQ=	1.84.0
d18 1
d20 1
a20 1
#RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libgit2}/lib
d23 1
a23 1
#.include "../../devel/libgit2/buildlink3.mk"
@


1.11
log
@cargo-outdated: updated to 0.18.0

v0.18.0 (2025-10-27)

Changes

* MSRV is now 1.84.0

Maintenance

* fix: deal more gracefully with private registries
* feat: bump to use libgit2 1.9
* chore(deps): bump crossbeam-channel from 0.5.13 to 0.5.15
* chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20
* fix: support sparse registries
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2025/04/02 17:34:50 pin Exp $
d4 1
a13 3
SITES.curl-sys-0.4.80+curl-8.12.1.crate=	https://static.crates.io/crates/curl-sys/
SITES.wasi-0.11.0+wasi-snapshop-preview1.crate=	https://static.crates.io/crates/wasi/

d20 1
a20 1
RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libgit2}/lib
d23 1
a23 1
.include "../../devel/libgit2/buildlink3.mk"
@


1.10
log
@devel/cargo-outdated: reset maintainer
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2025/03/17 20:57:15 pin Exp $
d3 1
a3 1
DISTNAME=	cargo-outdated-0.17.0
d13 1
a13 1
SITES.curl-sys-0.4.78+curl-8.11.0.crate=	https://static.crates.io/crates/curl-sys/
d18 1
a18 1
RUST_REQ=	1.83.0
d22 1
d25 1
@


1.9
log
@devel/cargo-outdated: update to 0.17.0

 - move to fxhashmap for speed by @@klensy in #409
 - Update cargo version by @@yuvald-sweet-security in #410
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2024/12/08 17:21:35 pin Exp $
d8 1
a8 1
MAINTAINER=	pin@@NetBSD.org
@


1.8
log
@devel/cargo-outdated: update to 0.16.0

v0.16.0 (2024-12-07)
Changes

    MSRV is now as 1.81.0

Maintenance

    Update cargo and other dependencies to get project building again. (#403)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2024/12/02 20:26:21 adam Exp $
d3 1
a3 1
DISTNAME=	cargo-outdated-0.16.0
d14 1
d18 1
a18 1
RUST_REQ=	1.81.0
@


1.7
log
@cargo-outdated: fix build for Rust 1.80.0 and newer
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2024/11/30 19:59:42 wiz Exp $
d3 1
a3 1
DISTNAME=	cargo-outdated-0.15.0
d13 2
d17 1
@


1.6
log
@cargo-outdated: mark as BROKEN

Does not compile with rust 1.80.

Add link to upstream ticket.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2024/03/23 19:08:38 pin Exp $
d9 1
a9 1
HOMEPAGE=	https://github.com/kbknapp/cargo-outdated/
a12 3
# https://github.com/kbknapp/cargo-outdated/issues/401
BROKEN=		"Waiting for a release supporting rust 1.80+"

d17 1
a17 1
MAKE_ENV+=	OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
@


1.5
log
@devel/cargo-outdated: update to 0.15.0

v0.15.0 (2024-02-26)
Changes
 - MSRV is now as 1.73.0

Maintenance
 - Upgrade cargo to v0.73 (#379) (Thanks to @@cuviper)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2023/11/02 18:09:41 pin Exp $
d13 3
@


1.4
log
@devel/cargo-outdated: update to 0.14.0

v0.14.0 (2023-11-01)
Changes
 - MSRV is now as 1.70.0

Fixes
 - [patch] table is now included (Thanks to @@rmja) (Fixes #275)

Maintenance
 - cargo was updated to v0.72 (Thanks to @@cuviper)
 - Use of serde vs serde_derive was cleaned up (Thanks to @@tottoto)
 - bump deps
 - Typo cleanups (Thanks to @@Treeway7)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2023/10/24 22:08:42 wiz Exp $
d3 1
a3 1
DISTNAME=	cargo-outdated-0.14.0
@


1.3
log
@*: bump for openssl 3
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2023/10/20 07:07:59 pin Exp $
d3 1
a3 2
DISTNAME=	cargo-outdated-0.13.1
PKGREVISION=	2
@


1.2
log
@devel/cargo-outdated: fix build with new libgit2

Avoid version mismatch, switch to vendored libgit2.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2023/10/07 21:21:26 pin Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.1
log
@devel/cargo-outdated: import package

A cargo subcommand for displaying when Rust dependencies are out of date.

cargo-outdated is for displaying when dependencies have newer versions
available.

The functionality of cargo-outdated largely depends on the cargo builtin
command cargo update.

To retrieve the list of available SemVer compatible dependencies,
cargo-outdated firstly creates a temporary workspace, then executes cargo
update against it, finally compares the temporary dependency tree with the
original one.

Similarly, to check the latest dependencies, cargo-outdated replaces the SemVer
requirements of direct dependencies with wildcards then goes through the same
process.
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
a19 1
RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libgit2}/lib
a22 1
.include "../../devel/libgit2/buildlink3.mk"
@

