diff options
author | rh <rh> | 2004-09-24 01:56:53 +0000 |
---|---|---|
committer | rh <rh> | 2004-09-24 01:56:53 +0000 |
commit | 7136777f41bba450936a03b04c51e96a728bc176 (patch) | |
tree | d65151383d4166371a2f6bde13bb1ed4c7d4bcd4 /x11/gnustep-preferences | |
parent | d4112bc2e5a2e16c05e76bc12a8c09161e2cbda6 (diff) | |
download | pkgsrc-7136777f41bba450936a03b04c51e96a728bc176.tar.gz |
Update gnustep-base to 1.10.0.
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to
library major revision bump.
Noteworthy changes in gnustep-base-1.10.0:
==========================================
Note the interface version of the library has changed so that apps,
tools and libraries the use the base library need to be recompiled to
use it.
* A large majority of the library classes have been documented
thanks to the efforts of Andrew Ruder
* URL classes support persistant connections
* Mac OSX XML compatibility fixes.
Diffstat (limited to 'x11/gnustep-preferences')
-rw-r--r-- | x11/gnustep-preferences/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnustep-preferences/Makefile b/x11/gnustep-preferences/Makefile index 74559f6f2c3..9ff62aa5b38 100644 --- a/x11/gnustep-preferences/Makefile +++ b/x11/gnustep-preferences/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2004/05/09 06:48:40 snj Exp $ +# $NetBSD: Makefile,v 1.16 2004/09/24 01:56:54 rh Exp $ # DISTNAME= Preferences-1.2.0 PKGNAME= gnustep-${DISTNAME:S/P/p/} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prefsapp/} EXTRACT_SUFX= .tar.bz2 |