diff options
Diffstat (limited to 'lang/gnustep-base/Makefile')
-rw-r--r-- | lang/gnustep-base/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 58357b2a5824..8fba3622bc0c 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -1,13 +1,10 @@ PORTNAME= gnustep-base -DISTVERSION= 1.29.0 -PORTREVISION= 2 +DISTVERSION= 1.31.1 +PORTREVISION= 1 CATEGORIES= lang devel gnustep MASTER_SITES= https://github.com/gnustep/libs-base/releases/download/base-${DISTVERSION:S,.,_,g}/ -PATCH_SITES= https://github.com/gnustep/libs-base/commit/ -PATCHFILES= 37913d006d96a6bdcb963f4ca4889888dcce6094.patch:-p1 - -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joe.maloney@icloud.com COMMENT= GNUstep Foundation library WWW= http://www.gnustep.org/ |