diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2022-08-25 10:51:32 +0200 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2022-08-25 10:51:32 +0200 |
commit | c7912d97754bb7aa9a18eb33df53f91cba4cd82d (patch) | |
tree | 24ceda4636b1d1d96b8c952288f9320fcbd47a1b /misc/xd-rust | |
parent | mail/thunderbird: Fix build with rust 1.63.0 (diff) |
lang/rust: Bump revisions after 1.63.0
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 323efa8e540e..b06ec9a1a8cb 100644 --- a/misc/xd-rust/Makefile +++ b/misc/xd-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= xd DISTVERSION= 0.0.4 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= misc MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/:main DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main |