diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-12 19:39:24 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-12 19:39:24 +0000 |
commit | 25b7de7213eea407d171f3e65f8d682a8482847b (patch) | |
tree | 0ada9a7d3e5bb0454fd54d1e8d78290713a2735a /devel/pijul/Makefile | |
parent | www/py-flask-smorest: Update to 0.19.2 (diff) |
lang/rust: Update to 1.42.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/03/12/Rust-1.42.html
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D24020
Notes
Notes:
svn path=/head/; revision=528318
Diffstat (limited to 'devel/pijul/Makefile')
-rw-r--r-- | devel/pijul/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pijul/Makefile b/devel/pijul/Makefile index 9b27edf4257a..d1c0289ac80d 100644 --- a/devel/pijul/Makefile +++ b/devel/pijul/Makefile @@ -3,7 +3,7 @@ PORTNAME= pijul PORTVERSION= 0.12.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MASTER_SITES= https://pijul.org/releases/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |