diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-09-21 03:58:36 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-09-21 03:58:36 +0800 |
commit | 3f1915711db5e32dd082295bb1a3e4eb36969d34 (patch) | |
tree | a51739299eb50775d07449156a9b1480d39889ef /misc | |
parent | c6356441d21b33d19d009460d24d585dcc57b68b (diff) | |
download | freebsd-ports-gnome-3f1915711db5e32dd082295bb1a3e4eb36969d34.tar.gz freebsd-ports-gnome-3f1915711db5e32dd082295bb1a3e4eb36969d34.tar.zst freebsd-ports-gnome-3f1915711db5e32dd082295bb1a3e4eb36969d34.zip |
Switch default devel/llvm* to 90
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172
Diffstat (limited to 'misc')
-rw-r--r-- | misc/veles/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/veles/Makefile b/misc/veles/Makefile index 5aebca9b2b06..0a7e5a8b9262 100644 --- a/misc/veles/Makefile +++ b/misc/veles/Makefile @@ -2,7 +2,7 @@ PORTNAME= veles DISTVERSION= 2018.05.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ |