diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2023-06-09 13:36:53 +0200 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2023-06-09 13:38:16 +0200 |
commit | e1d1045bc7a57cb26a07750a25c7b8bdd94b7175 (patch) | |
tree | 863958373c572b992b08e55055272272628ac5e0 /misc/xd-rust | |
parent | www/firefox-esr: Fix build with rust 1.70.0 (diff) |
lang/rust: Bump revisions after 1.70.0
PR: 271797
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 6e36927a250f..97076a9d21f2 100644 --- a/misc/xd-rust/Makefile +++ b/misc/xd-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= xd DISTVERSION= 0.0.4 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= misc MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/:main DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main |