Update to 2.0.4b, bugfix update to the bugfix update
OK giovanni@
This commit is contained in:
parent
b013715fc5
commit
4e4adbed8b
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2013/02/01 09:28:46 giovanni Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2013/02/06 17:36:11 sebastia Exp $
|
||||
|
||||
COMMENT = web based groupware server
|
||||
|
||||
VERSION = 2.0.4
|
||||
DISTNAME = SOGo-${VERSION}a
|
||||
PKGNAME = sogo-${VERSION}.0
|
||||
DISTNAME = SOGo-${VERSION}b
|
||||
PKGNAME = sogo-${VERSION}.1
|
||||
|
||||
SHARED_LIBS += GDLContentStore 2.0
|
||||
SHARED_LIBS += NGCards 2.0
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (SOGo-2.0.4a.tar.gz) = gdEn8PL+a5UBtFGK/k6bIYxWwePSYOlYuqNKCXou0jA=
|
||||
SIZE (SOGo-2.0.4a.tar.gz) = 6274534
|
||||
SHA256 (SOGo-2.0.4b.tar.gz) = 79bcerjwSPX/bIeVeKdIe0YKz20vIo9adOoWhmku1/8=
|
||||
SIZE (SOGo-2.0.4b.tar.gz) = 6276765
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2013/01/30 18:28:46 sebastia Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.17 2013/02/06 17:36:11 sebastia Exp $
|
||||
@newgroup _sogo:659
|
||||
@newuser _sogo:659:_sogo:daemon:SOGo user:/var/sogo:/bin/sh
|
||||
include/GDLContentStore/
|
||||
@ -1254,7 +1254,6 @@ lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactEditor.wox
|
||||
lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactFoldersView.wox
|
||||
lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactView.wox
|
||||
lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactsFilterPanel.wox
|
||||
lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactsListView.wox
|
||||
lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactsMailerSelection.wox
|
||||
lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactsUserFolders.wox
|
||||
lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactsUserRightsEditor.wox
|
||||
|
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2013/02/01 09:27:36 giovanni Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2013/02/06 17:35:51 sebastia Exp $
|
||||
|
||||
COMMENT-main= Skyrix Object Publishing Environment
|
||||
COMMENT-mysql= SOPE MySQL adaptor
|
||||
COMMENT-postgres= SOPE PostgreSQL adaptor
|
||||
|
||||
VERSION = 2.0.4
|
||||
DISTNAME = SOPE-${VERSION}a
|
||||
PKGNAME-main = sope-${VERSION}.0
|
||||
PKGNAME-mysql = sope-mysql-${VERSION}.0
|
||||
PKGNAME-postgres = sope-postgres-${VERSION}.0
|
||||
DISTNAME = SOPE-${VERSION}b
|
||||
PKGNAME-main = sope-${VERSION}.1
|
||||
PKGNAME-mysql = sope-mysql-${VERSION}.1
|
||||
PKGNAME-postgres = sope-postgres-${VERSION}.1
|
||||
|
||||
SO_MAJOR= 2
|
||||
SO_MINOR= 0
|
||||
@ -45,9 +45,9 @@ LIB_DEPENDS-main= x11/gnustep/base \
|
||||
databases/openldap \
|
||||
x11/gnustep/libobjc2 \
|
||||
${MODLIBICONV_LIB_DEPENDS}
|
||||
LIB_DEPENDS-mysql = ${BASE_PKGPATH}=${VERSION}.0 \
|
||||
LIB_DEPENDS-mysql = ${BASE_PKGPATH}=${VERSION}.1 \
|
||||
databases/mysql,-main
|
||||
LIB_DEPENDS-postgres = ${BASE_PKGPATH}=${VERSION}.0 \
|
||||
LIB_DEPENDS-postgres = ${BASE_PKGPATH}=${VERSION}.1 \
|
||||
databases/postgresql,-main
|
||||
|
||||
CONFIGURE_STYLE=simple dest
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (SOPE-2.0.4a.tar.gz) = u/TjslSF128yNxC7I+y9TynOrm9BXdru2M3Bv+A/jE4=
|
||||
SIZE (SOPE-2.0.4a.tar.gz) = 2247901
|
||||
SHA256 (SOPE-2.0.4b.tar.gz) = 2M5PaTJrB4ljLz9vVVB++FB9EPwlvZSSrjYnN4qLOuw=
|
||||
SIZE (SOPE-2.0.4b.tar.gz) = 2248548
|
||||
|
Loading…
Reference in New Issue
Block a user