Update to 2.3.8
This commit is contained in:
parent
d28f790db6
commit
932d8d3f5e
@ -1,17 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.55 2016/03/05 16:04:07 pascal Exp $
|
||||
# $OpenBSD: Makefile,v 1.56 2016/03/13 22:21:44 sebastia Exp $
|
||||
|
||||
COMMENT-main= Skyrix Object Publishing Environment
|
||||
COMMENT-mysql= SOPE MySQL adaptor
|
||||
COMMENT-postgres= SOPE PostgreSQL adaptor
|
||||
|
||||
VERSION = 2.3.7
|
||||
DISTNAME = SOPE-${VERSION}a
|
||||
PKGNAME-main = sope-${VERSION}.0
|
||||
PKGNAME-mysql = sope-mysql-${VERSION}.0
|
||||
PKGNAME-postgres = sope-postgres-${VERSION}.0
|
||||
REVISION-main = 0
|
||||
REVISION-mysql = 0
|
||||
REVISION-postgres = 0
|
||||
VERSION = 2.3.8
|
||||
DISTNAME = SOPE-${VERSION}
|
||||
PKGNAME-main = sope-${VERSION}
|
||||
PKGNAME-mysql = sope-mysql-${VERSION}
|
||||
PKGNAME-postgres = sope-postgres-${VERSION}
|
||||
|
||||
SO_MAJOR= 3
|
||||
SO_MINOR= 0
|
||||
@ -45,9 +42,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} \
|
||||
databases/mariadb,-main
|
||||
LIB_DEPENDS-postgres = ${BASE_PKGPATH}=${VERSION}.0 \
|
||||
LIB_DEPENDS-postgres = ${BASE_PKGPATH}=${VERSION} \
|
||||
databases/postgresql,-main
|
||||
|
||||
CONFIGURE_STYLE=simple dest
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (SOPE-2.3.7a.tar.gz) = 9IW3rDdfshwJY4L/UlUoxdU6i7IxPK1lPg4DMMg4XnY=
|
||||
SIZE (SOPE-2.3.7a.tar.gz) = 2275140
|
||||
SHA256 (SOPE-2.3.8.tar.gz) = Gvz/EJuFwuvgIChcT/CVUkpt4BTjvwTOwv4zxfunEYk=
|
||||
SIZE (SOPE-2.3.8.tar.gz) = 2275064
|
||||
|
Loading…
x
Reference in New Issue
Block a user