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 /ftp | |
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 '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 26c5ec279e01..2dc20338a3ac 100644 --- a/ftp/gnustep-ftp/Makefile +++ b/ftp/gnustep-ftp/Makefile @@ -2,7 +2,7 @@ PORTNAME= ftp PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp gnustep MASTER_SITES= SAVANNAH/gap PKGNAMEPREFIX= gnustep- diff --git a/ftp/waiho/Makefile b/ftp/waiho/Makefile index 70a075a03a61..23746aae9681 100644 --- a/ftp/waiho/Makefile +++ b/ftp/waiho/Makefile @@ -2,7 +2,7 @@ PORTNAME= waiho PORTVERSION= 0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= ftp gnustep MASTER_SITES= http://www.roard.com/waiho/download/ DISTNAME= Waiho-${PORTVERSION} |