summaryrefslogtreecommitdiff
path: root/lang/gnustep-base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gnustep-base/Makefile')
-rw-r--r--lang/gnustep-base/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile
index 3f35e12c6805..15a4207efa11 100644
--- a/lang/gnustep-base/Makefile
+++ b/lang/gnustep-base/Makefile
@@ -2,10 +2,14 @@
# $FreeBSD$
PORTNAME= gnustep-base
-PORTVERSION= 1.25.0
-PORTREVISION= 7
+PORTVERSION= 1.26.0
+PORTREVISION= 1
CATEGORIES= lang devel gnustep
-MASTER_SITES= GNUSTEP/core
+
+USE_GITHUB= yes
+GH_ACCOUNT= gnustep
+GH_PROJECT= libs-base
+GH_TAGNAME= base-${PORTVERSION:S/./_/g}
MAINTAINER= theraven@FreeBSD.org
COMMENT= GNUstep Foundation library
@@ -26,7 +30,7 @@ USE_GNUSTEP= build
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-procfs --disable-mixedabi --with-installation-domain=SYSTEM
-CONFIGURE_ENV= OBJCFLAGS='-fobjc-runtime=gnustep-1.7 -fblocks'
+CONFIGURE_ENV= OBJCFLAGS='-fobjc-runtime=gnustep-2.0 -fblocks'
MAKE_FLAGS= OPTFLAG="${CFLAGS}"