diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2018-09-26 23:23:37 +0800 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2018-09-26 23:23:37 +0800 |
commit | 3a34ffa58f6a2f47a44fb5a0d67e441b4ef79fb3 (patch) | |
tree | c2a2236b60ef650349b2bf07c0a0def372207401 /science | |
parent | bc15797fb3812a88a178c54c4a3537e80d29adc7 (diff) | |
download | freebsd-ports-gnome-3a34ffa58f6a2f47a44fb5a0d67e441b4ef79fb3.tar.gz freebsd-ports-gnome-3a34ffa58f6a2f47a44fb5a0d67e441b4ef79fb3.tar.zst freebsd-ports-gnome-3a34ffa58f6a2f47a44fb5a0d67e441b4ef79fb3.zip |
Update Objective-C LLVM version to 6.0.
Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0.
PR: 230116
Submitted by: mikael.urankar@gmail.com
Approved by: theraven (prior version)
Sponsored by: DARPA, AFRL
Diffstat (limited to 'science')
-rw-r--r-- | science/fisicalab/Makefile | 2 | ||||
-rw-r--r-- | science/gtamsanalyzer/Makefile | 2 | ||||
-rw-r--r-- | science/paje/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/science/fisicalab/Makefile b/science/fisicalab/Makefile index 5c9ff34a1db6..4bdb42e45f56 100644 --- a/science/fisicalab/Makefile +++ b/science/fisicalab/Makefile @@ -2,7 +2,7 @@ PORTNAME= fisicalab PORTVERSION= 0.3.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= science gnustep MASTER_SITES= SAVANNAH diff --git a/science/gtamsanalyzer/Makefile b/science/gtamsanalyzer/Makefile index 6f6440a644af..b3f3bd384c57 100644 --- a/science/gtamsanalyzer/Makefile +++ b/science/gtamsanalyzer/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtamsanalyzer PORTVERSION= 0.42 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= science gnustep MASTER_SITES= SF/tamsys/gnustep%20tams/GTAMSAnalyzer%2${PORTVERSION} DISTNAME= GTAMSAnalyzer.src.${PORTVERSION} diff --git a/science/paje/Makefile b/science/paje/Makefile index e94c59093b62..8cb375c234c6 100644 --- a/science/paje/Makefile +++ b/science/paje/Makefile @@ -3,7 +3,7 @@ PORTNAME= paje PORTVERSION= 1.97 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= science gnustep MASTER_SITES= SF/${PORTNAME}/Releases DISTNAME= Paje_${PORTVERSION} |