diff options
author | David Chisnall <theraven@FreeBSD.org> | 2017-08-21 13:26:28 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2017-08-21 13:26:28 +0000 |
commit | 31e0b9f12cc7c944cfa44082f5ff6c94615f8d68 (patch) | |
tree | 1818a753b93ff1ef78365147f674b9e83bcf0048 /audio/gnustep-cdplayer/Makefile | |
parent | ed4f9411de6026a3b60201af8fab0ba50db224cb (diff) |
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.
Notes
Notes:
svn path=/head/; revision=448472
Diffstat (limited to 'audio/gnustep-cdplayer/Makefile')
-rw-r--r-- | audio/gnustep-cdplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gnustep-cdplayer/Makefile b/audio/gnustep-cdplayer/Makefile index ac9434fa2aa5..fd93238e1358 100644 --- a/audio/gnustep-cdplayer/Makefile +++ b/audio/gnustep-cdplayer/Makefile @@ -2,7 +2,7 @@ PORTNAME= cdplayer PORTVERSION= 0.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio gnustep MASTER_SITES= SF/gsburn/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= gnustep- |