diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-05-05 05:13:22 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-05-05 05:13:22 +0800 |
commit | 76e40fc7b2e02e142bc34d66f6259dea997ac81a (patch) | |
tree | 57b7ce8d021de72d64be56daef371cf0bcc59f61 /lang/gnustep-base | |
parent | 88a63277c67782b3a23bf30c69af2e862a15c36b (diff) | |
download | freebsd-ports-gnome-76e40fc7b2e02e142bc34d66f6259dea997ac81a.tar.gz freebsd-ports-gnome-76e40fc7b2e02e142bc34d66f6259dea997ac81a.tar.zst freebsd-ports-gnome-76e40fc7b2e02e142bc34d66f6259dea997ac81a.zip |
- add WITH_GNUSTEP_DEVEL
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r-- | lang/gnustep-base/Makefile | 4 | ||||
-rw-r--r-- | lang/gnustep-base/distinfo | 3 | ||||
-rw-r--r-- | lang/gnustep-base/pkg-plist | 2 |
3 files changed, 9 insertions, 0 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index df4d8ef90499..00efd94db3f4 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -6,7 +6,11 @@ # PORTNAME= gnustep-base +.if defined(WITH_GNUSTEP_DEVEL) +PORTVERSION= 1.15.3 +.else PORTVERSION= 1.14.3 +.endif CATEGORIES= lang devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core diff --git a/lang/gnustep-base/distinfo b/lang/gnustep-base/distinfo index 35d905931c67..9356ffbe1c5c 100644 --- a/lang/gnustep-base/distinfo +++ b/lang/gnustep-base/distinfo @@ -1,3 +1,6 @@ MD5 (gnustep-base-1.14.3.tar.gz) = 1e20ff1a8f4a6b6402759f13beffbe9f SHA256 (gnustep-base-1.14.3.tar.gz) = 07dcc4b750d2402fb4e2495c4afa806b6c6d277ecf2546748e9417db89fc7702 SIZE (gnustep-base-1.14.3.tar.gz) = 2369272 +MD5 (gnustep-base-1.15.3.tar.gz) = 67449dd0d8c4ef096fde46bf65503982 +SHA256 (gnustep-base-1.15.3.tar.gz) = 9c0fb8bd0e6ddab0acf9418ba694d837dc1b54fbd6f3e214b0df9d16764bd172 +SIZE (gnustep-base-1.15.3.tar.gz) = 2446090 diff --git a/lang/gnustep-base/pkg-plist b/lang/gnustep-base/pkg-plist index c7008777463d..5ed7251ddd51 100644 --- a/lang/gnustep-base/pkg-plist +++ b/lang/gnustep-base/pkg-plist @@ -45,6 +45,7 @@ System/Library/Headers/Foundation/NSDistributedLock.h System/Library/Headers/Foundation/NSDistributedNotificationCenter.h System/Library/Headers/Foundation/NSEnumerator.h System/Library/Headers/Foundation/NSError.h +%%GNUSTEP_DEVEL%%System/Library/Headers/Foundation/NSErrorRecoveryAttempting.h System/Library/Headers/Foundation/NSException.h System/Library/Headers/Foundation/NSExpression.h System/Library/Headers/Foundation/NSFileHandle.h @@ -781,6 +782,7 @@ System/Library/Libraries/libgnustep-base.so System/Library/Libraries/libgnustep-base.so.%%BASEVERSION%% System/Library/Libraries/libgnustep-base.so.%%VERSION%% System/Library/Makefiles/Additional/base.make +%%GNUSTEP_DEVEL%%System/Tools/HTMLLinker System/Tools/autogsdoc System/Tools/cvtenc System/Tools/defaults |