diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2024-11-08 09:23:43 +0100 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2024-11-08 09:24:20 +0100 |
commit | ca048c2884dc9822310a87e2dfebb8b1647095e2 (patch) | |
tree | edaca38404d3f036540850ef5e98013cf3593850 /misc/xd-rust | |
parent | x11/clipcat: Fix build with rust 1.82.0 (diff) |
lang/rust: Bump revisions after 1.82.0
PR: 282516
Diffstat (limited to 'misc/xd-rust')
-rw-r--r-- | misc/xd-rust/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xd-rust/Makefile b/misc/xd-rust/Makefile index 9656ab97ec9c..66afaa48d9b3 100644 --- a/misc/xd-rust/Makefile +++ b/misc/xd-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= xd DISTVERSION= 0.0.4 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= misc MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/:main DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main |