aboutsummaryrefslogtreecommitdiff
path: root/devel/gorm
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-12-30 14:20:26 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-12-30 14:20:26 +0000
commitb7cdaa58e0df8b84531cac8866d6febcbc39ffd7 (patch)
tree80963eac41487602094dad789b29045a9c8bcdf9 /devel/gorm
parentaa893b636c8dae84cb59f6ce52ebfb20780232df (diff)
downloadports-b7cdaa58e0df8b84531cac8866d6febcbc39ffd7.tar.gz
ports-b7cdaa58e0df8b84531cac8866d6febcbc39ffd7.zip
Notes
Diffstat (limited to 'devel/gorm')
-rw-r--r--devel/gorm/Makefile3
-rw-r--r--devel/gorm/distinfo6
-rw-r--r--devel/gorm/files/patch-GormNSWindow.m12
-rw-r--r--devel/gorm/files/patch-GormNibWrapperLoader.h12
-rw-r--r--devel/gorm/files/patch-GormPrivate.h13
5 files changed, 5 insertions, 41 deletions
diff --git a/devel/gorm/Makefile b/devel/gorm/Makefile
index e388a442d0ec..b8f1b63f5f7f 100644
--- a/devel/gorm/Makefile
+++ b/devel/gorm/Makefile
@@ -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 \
diff --git a/devel/gorm/distinfo b/devel/gorm/distinfo
index f577bf2c8b15..63b4cf222c67 100644
--- a/devel/gorm/distinfo
+++ b/devel/gorm/distinfo
@@ -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
diff --git a/devel/gorm/files/patch-GormNSWindow.m b/devel/gorm/files/patch-GormNSWindow.m
deleted file mode 100644
index 459ee8cc33c5..000000000000
--- a/devel/gorm/files/patch-GormNSWindow.m
+++ /dev/null
@@ -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"
-
diff --git a/devel/gorm/files/patch-GormNibWrapperLoader.h b/devel/gorm/files/patch-GormNibWrapperLoader.h
deleted file mode 100644
index 15f8970224c9..000000000000
--- a/devel/gorm/files/patch-GormNibWrapperLoader.h
+++ /dev/null
@@ -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
- {
diff --git a/devel/gorm/files/patch-GormPrivate.h b/devel/gorm/files/patch-GormPrivate.h
deleted file mode 100644
index 712c08db0685..000000000000
--- a/devel/gorm/files/patch-GormPrivate.h
+++ /dev/null
@@ -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;