1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- update to 1.2.8

This commit is contained in:
Dirk Meyer 2008-12-30 14:20:26 +00:00
parent aa893b636c
commit b7cdaa58e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225004
5 changed files with 5 additions and 41 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gorm
PORTVERSION= 1.2.6
PORTVERSION= 1.2.8
CATEGORIES= devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= dev-apps
@ -23,6 +23,7 @@ USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
DEFAULT_LIBVERSION= 1.1.0
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
FIXME= GormCore/GormCustomView.m \
GormCore/GormDocument.m \

View File

@ -1,3 +1,3 @@
MD5 (gorm-1.2.6.tar.gz) = 708d28cb4185409725818c3503d5443c
SHA256 (gorm-1.2.6.tar.gz) = e774ae0f8ad0e06cf9adcf7cf3bee47e0280957a1a1a966c0ef75def35b58e51
SIZE (gorm-1.2.6.tar.gz) = 662599
MD5 (gorm-1.2.8.tar.gz) = 6988f6845503d47fa32e1779a816e087
SHA256 (gorm-1.2.8.tar.gz) = 1384900a32838a60e152cc9e83495125e47f34f484adc6cc411b43e7d3b5b6dd
SIZE (gorm-1.2.8.tar.gz) = 663210

View File

@ -1,12 +0,0 @@
--- Palettes/1Windows/GormNSWindow.m.orig 2008-05-03 19:40:55.000000000 +0200
+++ Palettes/1Windows/GormNSWindow.m 2008-12-23 11:55:25.000000000 +0100
@@ -23,7 +23,8 @@
*/
#include <AppKit/AppKit.h>
-#include <GNUstepGUI/GSNibTemplates.h>
+#include <GNUstepGUI/GSNibLoading.h>
+#include <GNUstepGUI/GSGormLoading.h>
#include <InterfaceBuilder/InterfaceBuilder.h>
#include "GormNSWindow.h"

View File

@ -1,12 +0,0 @@
--- Plugins/Nib/GormNibWrapperLoader.h.orig 2008-06-25 00:09:55.000000000 +0200
+++ Plugins/Nib/GormNibWrapperLoader.h 2008-12-23 16:40:32.000000000 +0100
@@ -26,7 +26,8 @@
#define GORM_NIBWRAPPERLOADER
#include <GormCore/GormWrapperLoader.h>
-#include <GNUstepGUI/GSNibCompatibility.h>
+#include <GNUstepGUI/GSNibLoading.h>
+#include <GNUstepGUI/GSGormLoading.h>
@interface GormNibWrapperLoader : GormWrapperLoader
{

View File

@ -1,13 +0,0 @@
--- GormCore/GormPrivate.h.orig 2007-11-06 00:44:36.000000000 +0100
+++ GormCore/GormPrivate.h 2008-12-23 09:27:03.000000000 +0100
@@ -36,8 +36,8 @@
#include <GormCore/GormPalettesManager.h>
#include <GormCore/GormProtocol.h>
#include <GormCore/GormClassEditor.h>
-#include <GNUstepGUI/GSNibTemplates.h>
-#include <GNUstepGUI/GSNibCompatibility.h>
+#include <GNUstepGUI/GSNibLoading.h>
+#include <GNUstepGUI/GSGormLoading.h>
extern NSString *GormLinkPboardType;
extern NSString *GormToggleGuidelineNotification;