$OpenBSD$
--- SOPE/NGCards/iCalObject.m.orig	Wed Sep 19 17:57:39 2012
+++ SOPE/NGCards/iCalObject.m	Thu Sep 20 18:41:57 2012
@@ -25,10 +25,6 @@
 
 @implementation iCalObject
 
-+ (int)version {
-  return 0;
-}
-
 // what shall we take, if no timeZone is specified in dateValues
 static NSTimeZone *defTZ = nil;
 + (void)setICalDefaultTimeZone:(NSTimeZone *)_timeZone {
$OpenBSD$
--- UI/SOGoUI/UIxComponent.m.orig	Wed Oct 10 20:53:23 2012
+++ UI/SOGoUI/UIxComponent.m	Sat Oct 13 13:19:47 2012
@@ -67,15 +67,7 @@ static NSMutableArray *monthLabelKeys     = nil;
 static NSMutableArray *abbrMonthLabelKeys = nil;
 static SoProduct      *commonProduct      = nil;
 
-+ (int)version {
-  return [super version] + 0 /* v2 */;
-}
-
 + (void)initialize {
-  NSAssert2([super version] == 2,
-            @"invalid superclass (%@) version %i !",
-            NSStringFromClass([self superclass]), [super version]);
-  
   if (dayLabelKeys == nil) {
     dayLabelKeys = [[NSMutableArray alloc] initWithCapacity:7];
     [dayLabelKeys addObject:@"Sunday"];
$OpenBSD$
--- UI/SOGoElements/bundle-info.plist.orig	Sat Oct 13 13:20:43 2012
+++ UI/SOGoElements/bundle-info.plist	Sat Oct 13 13:20:50 2012
@@ -1,7 +1,5 @@
 {
   requires = {
-    bundleManagerVersion = 1;
-    
     classes = (
       { name = NSObject; }
     );
