diff options
author | rh <rh@pkgsrc.org> | 2012-10-22 02:59:42 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2012-10-22 02:59:42 +0000 |
commit | 7a5fad957fcddb98795ae3d907ba9f1247cb8042 (patch) | |
tree | df64ef925339e84b2c4c1b4f200b5f6f9bc0ac61 /devel/Gorm | |
parent | f0e99ace94124071054b5dc639ef397621dccf3a (diff) | |
download | pkgsrc-7a5fad957fcddb98795ae3d907ba9f1247cb8042.tar.gz |
Update Gorm to 1.2.18.
Noteworthy changes in version `1.2.18'
======================================
* Code cleanup, removal of warnings when building with clang.
* Removal of use of call to objc_poseAs(..) which was preventing
building with newer runtimes.
* Stability improvements.
Noteworthy changes in version `1.2.16'
======================================
* XIB reading.
* Bug fixes for standalone views.
* Stability changes.
Diffstat (limited to 'devel/Gorm')
-rw-r--r-- | devel/Gorm/Makefile | 6 | ||||
-rw-r--r-- | devel/Gorm/PLIST | 6 | ||||
-rw-r--r-- | devel/Gorm/distinfo | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/devel/Gorm/Makefile b/devel/Gorm/Makefile index 76972cb5fc3..021d5e636f3 100644 --- a/devel/Gorm/Makefile +++ b/devel/Gorm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2011/04/07 02:20:30 rh Exp $ +# $NetBSD: Makefile,v 1.50 2012/10/22 02:59:42 rh Exp $ -DISTNAME= gorm-1.2.12 -PKGNAME= Gorm-1.2.12 +DISTNAME= gorm-1.2.18 +PKGNAME= Gorm-1.2.18 CATEGORIES= devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=dev-apps/} diff --git a/devel/Gorm/PLIST b/devel/Gorm/PLIST index 3cc536e605c..95d584f466f 100644 --- a/devel/Gorm/PLIST +++ b/devel/Gorm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2011/04/07 02:20:30 rh Exp $ +@comment $NetBSD: PLIST,v 1.22 2012/10/22 02:59:42 rh Exp $ bin/Gorm include/GormCore/GormBoxEditor.h include/GormCore/GormClassEditor.h @@ -56,6 +56,7 @@ include/GormCore/GormViewWindow.h include/GormCore/GormViewWithContentViewEditor.h include/GormCore/GormViewWithSubviewsEditor.h include/GormCore/GormWindowEditor.h +include/GormCore/GormWindowTemplate.h include/GormCore/GormWrapperBuilder.h include/GormCore/GormWrapperLoader.h include/GormCore/NSCell+GormAdditions.h @@ -346,6 +347,9 @@ lib/GNUstep/Applications/Gorm.app/Resources/Nib.plugin/stamp.make lib/GNUstep/Applications/Gorm.app/Resources/RightArr.tiff lib/GNUstep/Applications/Gorm.app/Resources/Sunday_seurat.tiff lib/GNUstep/Applications/Gorm.app/Resources/VersionProfiles.plist +lib/GNUstep/Applications/Gorm.app/Resources/Xib.plugin/Resources/Info-gnustep.plist +lib/GNUstep/Applications/Gorm.app/Resources/Xib.plugin/Xib +lib/GNUstep/Applications/Gorm.app/Resources/Xib.plugin/stamp.make lib/GNUstep/Applications/Gorm.app/Resources/bezel_nib.tiff lib/GNUstep/Applications/Gorm.app/Resources/browserView.tiff lib/GNUstep/Applications/Gorm.app/Resources/button_nib.tiff diff --git a/devel/Gorm/distinfo b/devel/Gorm/distinfo index 2397afd579b..4d06fe98d53 100644 --- a/devel/Gorm/distinfo +++ b/devel/Gorm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2011/04/07 02:20:30 rh Exp $ +$NetBSD: distinfo,v 1.26 2012/10/22 02:59:42 rh Exp $ -SHA1 (gorm-1.2.12.tar.gz) = 31325bbb265e965aee6ba089b5e7a6f14e795f44 -RMD160 (gorm-1.2.12.tar.gz) = 8719cc7ad03ee26690e6cb787cc9d08c8cc466aa -Size (gorm-1.2.12.tar.gz) = 676832 bytes +SHA1 (gorm-1.2.18.tar.gz) = b15df89412f12223246517ad274b8bc6c362e48a +RMD160 (gorm-1.2.18.tar.gz) = 18e492de1df7386a2defdf7e8d0f954fcabf0f25 +Size (gorm-1.2.18.tar.gz) = 684967 bytes |