diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-02-04 13:08:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-02-04 13:08:16 +0000 |
commit | 11b0cf068bb6a38ed6b194cccbb55d3047dba641 (patch) | |
tree | 34619354ecb0f01e8a639a35309e710ba0beedbc /lang/gnustep-base | |
parent | a18ac9aa72ab873883cb15e15bf3ae18c5f9ed28 (diff) | |
download | ports-11b0cf068bb6a38ed6b194cccbb55d3047dba641.tar.gz ports-11b0cf068bb6a38ed6b194cccbb55d3047dba641.zip |
Fix USE_GITHUB usage.
(And in some case, reorder the Makefiles a bit to complie with the
handbook.)
Notes
Notes:
svn path=/head/; revision=492127
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r-- | lang/gnustep-base/Makefile | 13 | ||||
-rw-r--r-- | lang/gnustep-base/distinfo | 6 |
2 files changed, 10 insertions, 9 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 15a4207efa11..3eeff7f4c31c 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -2,15 +2,11 @@ # $FreeBSD$ PORTNAME= gnustep-base -PORTVERSION= 1.26.0 +DISTVERSIONPREFIX= base- +DISTVERSION= 1_26_0 PORTREVISION= 1 CATEGORIES= lang devel gnustep -USE_GITHUB= yes -GH_ACCOUNT= gnustep -GH_PROJECT= libs-base -GH_TAGNAME= base-${PORTVERSION:S/./_/g} - MAINTAINER= theraven@FreeBSD.org COMMENT= GNUstep Foundation library @@ -28,6 +24,11 @@ RUN_DEPENDS+= ${LOCALBASE}/GNUstep/System/Library/Makefiles/GNUstep.sh:devel/gnu USES= pkgconfig iconv gnustep USE_GNUSTEP= build USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} + +USE_GITHUB= yes +GH_ACCOUNT= gnustep +GH_PROJECT= libs-base + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-procfs --disable-mixedabi --with-installation-domain=SYSTEM CONFIGURE_ENV= OBJCFLAGS='-fobjc-runtime=gnustep-2.0 -fblocks' diff --git a/lang/gnustep-base/distinfo b/lang/gnustep-base/distinfo index 9fc48aa3114e..f4cda1e5f16b 100644 --- a/lang/gnustep-base/distinfo +++ b/lang/gnustep-base/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1549117731 -SHA256 (gnustep-libs-base-1.26.0-base-1_26_0_GH0.tar.gz) = 6d24575469befb1e1df48e2ed0c3d4c5c069d3f4e168bf87c4863a7900bba97e -SIZE (gnustep-libs-base-1.26.0-base-1_26_0_GH0.tar.gz) = 4001203 +TIMESTAMP = 1549285422 +SHA256 (gnustep-libs-base-base-1_26_0_GH0.tar.gz) = 6d24575469befb1e1df48e2ed0c3d4c5c069d3f4e168bf87c4863a7900bba97e +SIZE (gnustep-libs-base-base-1_26_0_GH0.tar.gz) = 4001203 |