diff options
author | theraven <theraven@FreeBSD.org> | 2017-08-21 21:26:28 +0800 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2017-08-21 21:26:28 +0800 |
commit | b979cb2ebddb0a2733e9a38fb66d4229500c7113 (patch) | |
tree | 1818a753b93ff1ef78365147f674b9e83bcf0048 /mail | |
parent | 0f34c5b91d625d06b13a8b457ca91d2a821387a4 (diff) | |
download | freebsd-ports-gnome-b979cb2ebddb0a2733e9a38fb66d4229500c7113.tar.gz freebsd-ports-gnome-b979cb2ebddb0a2733e9a38fb66d4229500c7113.tar.zst freebsd-ports-gnome-b979cb2ebddb0a2733e9a38fb66d4229500c7113.zip |
Update GNUstep core libraries.
Update the default Objective-C compiler.
Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.
Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
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 | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/mail/addresses-goodies/Makefile b/mail/addresses-goodies/Makefile index 593308e6d49d..5d067c98c026 100644 --- a/mail/addresses-goodies/Makefile +++ b/mail/addresses-goodies/Makefile @@ -2,7 +2,7 @@ PORTNAME= addresses PORTVERSION= 0.4.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gap PKGNAMESUFFIX= -goodies${PKGNAMESUFFIX2} diff --git a/mail/addresses/Makefile b/mail/addresses/Makefile index 2b774e7de476..9aad4dc8e6b0 100644 --- a/mail/addresses/Makefile +++ b/mail/addresses/Makefile @@ -3,7 +3,7 @@ PORTNAME= addresses PORTVERSION= 0.4.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Addresses-${PORTVERSION} diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index 8d4324c76f0d..3d84a8f94e60 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnumail PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail gnustep MASTER_SITES= http://download.gna.org/gnustep-nonfsf/ DISTNAME= GNUMail-${PORTVERSION} diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index 1050f9e8baba..4fcac3e828f2 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -3,6 +3,7 @@ PORTNAME= pantomime PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= mail gnustep MASTER_SITES= http://download.gna.org/gnustep-nonfsf/ DISTNAME= Pantomime-${PORTVERSION} |