diff options
author | David Chisnall <theraven@FreeBSD.org> | 2017-08-21 21:26:28 +0800 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2017-08-21 21:26:28 +0800 |
commit | 31e0b9f12cc7c944cfa44082f5ff6c94615f8d68 (patch) | |
tree | 1818a753b93ff1ef78365147f674b9e83bcf0048 /archivers/zipper | |
parent | ed4f9411de6026a3b60201af8fab0ba50db224cb (diff) | |
download | freebsd-ports-gnome-31e0b9f12cc7c944cfa44082f5ff6c94615f8d68.tar.gz freebsd-ports-gnome-31e0b9f12cc7c944cfa44082f5ff6c94615f8d68.tar.zst freebsd-ports-gnome-31e0b9f12cc7c944cfa44082f5ff6c94615f8d68.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 'archivers/zipper')
-rw-r--r-- | archivers/zipper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/zipper/Makefile b/archivers/zipper/Makefile index a24c800e8e65..0356a32f2b2c 100644 --- a/archivers/zipper/Makefile +++ b/archivers/zipper/Makefile @@ -3,7 +3,7 @@ PORTNAME= zipper PORTVERSION= 1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Zipper-${PORTVERSION} |