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 /ftp/gnustep-ftp | |
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 'ftp/gnustep-ftp')
-rw-r--r-- | ftp/gnustep-ftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/gnustep-ftp/Makefile b/ftp/gnustep-ftp/Makefile index ea856d3af866..1701b09271ea 100644 --- a/ftp/gnustep-ftp/Makefile +++ b/ftp/gnustep-ftp/Makefile @@ -2,7 +2,7 @@ PORTNAME= ftp PORTVERSION= 0.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= ftp gnustep MASTER_SITES= SAVANNAH/gap PKGNAMEPREFIX= gnustep- |