diff options
author | brooks <brooks@FreeBSD.org> | 2018-09-26 23:23:37 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2018-09-26 23:23:37 +0800 |
commit | e22c34e7c8ef819d6ffb7e17f31aad39b4fec00c (patch) | |
tree | c2a2236b60ef650349b2bf07c0a0def372207401 /ftp | |
parent | 959aeaee6834bd683b7917c3561013c28461811f (diff) | |
download | freebsd-ports-gnome-e22c34e7c8ef819d6ffb7e17f31aad39b4fec00c.tar.gz freebsd-ports-gnome-e22c34e7c8ef819d6ffb7e17f31aad39b4fec00c.tar.zst freebsd-ports-gnome-e22c34e7c8ef819d6ffb7e17f31aad39b4fec00c.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')
-rw-r--r-- | ftp/gnustep-ftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/waiho/Makefile | 2 |
2 files changed, 2 insertions, 2 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- diff --git a/ftp/waiho/Makefile b/ftp/waiho/Makefile index af99d018db38..55f15968bbc4 100644 --- a/ftp/waiho/Makefile +++ b/ftp/waiho/Makefile @@ -2,7 +2,7 @@ PORTNAME= waiho PORTVERSION= 0.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= ftp gnustep MASTER_SITES= http://www.roard.com/waiho/download/ DISTNAME= Waiho-${PORTVERSION} |