Update to 2.2.17a
jumping over a bunch of releases, meanwhile one of the patches got merged upstream.
This commit is contained in:
parent
76cc0bd777
commit
7d5ee8340f
@ -1,17 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.47 2015/01/16 09:50:30 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.48 2015/05/10 11:39:49 sebastia Exp $
|
||||
|
||||
COMMENT-main= Skyrix Object Publishing Environment
|
||||
COMMENT-mysql= SOPE MySQL adaptor
|
||||
COMMENT-postgres= SOPE PostgreSQL adaptor
|
||||
|
||||
VERSION = 2.2.13
|
||||
DISTNAME = SOPE-${VERSION}
|
||||
PKGNAME-main = sope-${VERSION}
|
||||
PKGNAME-mysql = sope-mysql-${VERSION}
|
||||
PKGNAME-postgres = sope-postgres-${VERSION}
|
||||
VERSION = 2.2.17
|
||||
DISTNAME = SOPE-${VERSION}a
|
||||
PKGNAME-main = sope-${VERSION}.0
|
||||
PKGNAME-mysql = sope-mysql-${VERSION}.0
|
||||
PKGNAME-postgres = sope-postgres-${VERSION}.0
|
||||
|
||||
SO_MAJOR= 2
|
||||
SO_MINOR= 3
|
||||
SO_MAJOR= 3
|
||||
SO_MINOR= 0
|
||||
.for _lib in DOM EOControl GDLAccess NGExtensions NGLdap NGMime \
|
||||
NGObjWeb NGStreams SaxObjC WEExtensions \
|
||||
WOExtensions XmlRpc SBJson
|
||||
@ -42,9 +42,9 @@ LIB_DEPENDS-main= x11/gnustep/base \
|
||||
databases/openldap \
|
||||
x11/gnustep/libobjc2 \
|
||||
${MODLIBICONV_LIB_DEPENDS}
|
||||
LIB_DEPENDS-mysql = ${BASE_PKGPATH}=${VERSION} \
|
||||
LIB_DEPENDS-mysql = ${BASE_PKGPATH}=${VERSION}.0 \
|
||||
databases/mariadb,-main
|
||||
LIB_DEPENDS-postgres = ${BASE_PKGPATH}=${VERSION} \
|
||||
LIB_DEPENDS-postgres = ${BASE_PKGPATH}=${VERSION}.0 \
|
||||
databases/postgresql,-main
|
||||
|
||||
CONFIGURE_STYLE=simple dest
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (SOPE-2.2.13.tar.gz) = RiJUBEIb0aGPj2IE/C7Tvf4yjWiDw1yLGWID373D/yY=
|
||||
SIZE (SOPE-2.2.13.tar.gz) = 2266478
|
||||
SHA256 (SOPE-2.2.17a.tar.gz) = hv9WK/TQfVQASe/1NRCxqIGcmMZN+Gdwx/r7/KaGntk=
|
||||
SIZE (SOPE-2.2.17a.tar.gz) = 2266168
|
||||
|
@ -1,16 +0,0 @@
|
||||
$OpenBSD: patch-sope-appserver_WEExtensions_WEDropContainer_m,v 1.1 2014/10/25 10:26:33 sebastia Exp $
|
||||
|
||||
fix exception within OpenGroupware
|
||||
http://www.sogo.nu/bugs/view.php?id=2967
|
||||
|
||||
--- sope-appserver/WEExtensions/WEDropContainer.m.orig Sat Oct 25 10:32:27 2014
|
||||
+++ sope-appserver/WEExtensions/WEDropContainer.m Sat Oct 25 10:33:18 2014
|
||||
@@ -288,7 +288,7 @@
|
||||
if (doDnD) {
|
||||
/* gen unique container id */
|
||||
|
||||
- if ((containerID = [_ctx valueForKey:@"WEDropContainerSequence"])) {
|
||||
+ if ((containerID = [_ctx objectForKey:@"WEDropContainerSequence"])) {
|
||||
containerID = AUTORELEASE([containerID copy]);
|
||||
containerIDc = [containerID intValue];
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.7 2012/07/08 14:18:18 sebastia Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.8 2015/05/10 11:39:49 sebastia Exp $
|
||||
@bin bin/connect-EOAdaptor
|
||||
@bin bin/load-EOAdaptor
|
||||
@bin bin/wod
|
||||
@ -162,7 +162,6 @@ include/NGExtensions/NSString+Encoding.h
|
||||
include/NGExtensions/NSString+Escaping.h
|
||||
include/NGExtensions/NSString+Ext.h
|
||||
include/NGExtensions/NSString+Formatting.h
|
||||
include/NGExtensions/NSString+German.h
|
||||
include/NGExtensions/NSString+misc.h
|
||||
include/NGExtensions/NSURL+misc.h
|
||||
include/NGHttp/
|
||||
|
Loading…
x
Reference in New Issue
Block a user