diff options
author | adam <adam@pkgsrc.org> | 2004-08-18 13:59:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-08-18 13:59:19 +0000 |
commit | 5f437e3149be2f2132fb48d4a39c83d1ed3b3318 (patch) | |
tree | 9a254d71f4e95257c3ce6ebe1651a6fa98b57033 /devel/gnustep-base/Makefile | |
parent | c66400ff1375a03cd4383d7f0e23fad62e48fb9b (diff) | |
download | pkgsrc-5f437e3149be2f2132fb48d4a39c83d1ed3b3318.tar.gz |
Changes 1.9.2:
* GSMime parsing ignores extraneous data
* New log functions GSOnceFlag and GSOnceMLog
* New class NSError
* Multiple new function in GSObjCRuntime
* NSProtocolChecker rewritten
* autogsdoc support added for building frames
* Binary incompatibility: NSUnarchiver, GSIMapTable have new ivars added
Diffstat (limited to 'devel/gnustep-base/Makefile')
-rw-r--r-- | devel/gnustep-base/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/devel/gnustep-base/Makefile b/devel/gnustep-base/Makefile index dd6d916549f..7c909cad0d7 100644 --- a/devel/gnustep-base/Makefile +++ b/devel/gnustep-base/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.15 2004/04/10 23:41:01 rh Exp $ -# +# $NetBSD: Makefile,v 1.16 2004/08/18 13:59:19 adam Exp $ -DISTNAME= gnustep-base-1.9.1 -CATEGORIES= devel gnustep -MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ +DISTNAME= gnustep-base-1.9.2 +CATEGORIES= devel gnustep +MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ -MAINTAINER= rh@NetBSD.org -HOMEPAGE= http://www.gnustep.org/ -COMMENT= GNUstep foundation classes +MAINTAINER= rh@NetBSD.org +HOMEPAGE= http://www.gnustep.org/ +COMMENT= GNUstep foundation classes PTHREAD_LIBS= -lpthread |