diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2018-09-26 15:23:37 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2018-09-26 15:23:37 +0000 |
commit | 3a34ffa58f6a2f47a44fb5a0d67e441b4ef79fb3 (patch) | |
tree | c2a2236b60ef650349b2bf07c0a0def372207401 /mail | |
parent | bc15797fb3812a88a178c54c4a3537e80d29adc7 (diff) | |
download | freebsd-ports-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 'mail')
-rw-r--r-- | mail/addresses-goodies/Makefile | 2 | ||||
-rw-r--r-- | mail/addresses/Makefile | 2 | ||||
-rw-r--r-- | mail/gnumail/Makefile | 2 | ||||
-rw-r--r-- | mail/pantomime/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/addresses-goodies/Makefile b/mail/addresses-goodies/Makefile index bb062ed4c04a..56efa5e84f7b 100644 --- a/mail/addresses-goodies/Makefile +++ b/mail/addresses-goodies/Makefile @@ -2,7 +2,7 @@ PORTNAME= addresses PORTVERSION= 0.4.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gap PKGNAMESUFFIX= -goodies${PKGNAMESUFFIX2} diff --git a/mail/addresses/Makefile b/mail/addresses/Makefile index 6c0d60d8aa63..13a662ac8930 100644 --- a/mail/addresses/Makefile +++ b/mail/addresses/Makefile @@ -3,7 +3,7 @@ PORTNAME= addresses PORTVERSION= 0.4.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Addresses-${PORTVERSION} diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index 05cb0fd706ad..133d9487c787 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnumail PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gnustep-nonfsf/ DISTNAME= GNUMail-${PORTVERSION} diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index 152de25f9bc7..76343d7e1c9a 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -3,7 +3,7 @@ PORTNAME= pantomime PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gnustep-nonfsf/ DISTNAME= Pantomime-${PORTVERSION} |