update 4.3.2 -> 5.0.0

This commit is contained in:
sebastia 2020-09-02 19:49:58 +00:00
parent 7666b6d588
commit d42ee83ea2
3 changed files with 9 additions and 9 deletions

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.85 2020/08/16 20:36:34 sebastia Exp $
# $OpenBSD: Makefile,v 1.86 2020/09/02 19:49:58 sebastia Exp $
COMMENT-main= Skyrix Object Publishing Environment
COMMENT-mysql= SOPE MySQL adaptor
COMMENT-postgres= SOPE PostgreSQL adaptor
VERSION = 4.3.2
VERSION = 5.0.0
DISTNAME = SOPE-${VERSION}
REVISION = 0
PKGNAME-main = sope-${VERSION}
PKGNAME-mysql = sope-mysql-${VERSION}
PKGNAME-postgres = sope-postgres-${VERSION}

View File

@ -1,2 +1,2 @@
SHA256 (SOPE-4.3.2.tar.gz) = O71DLz/wfEjomW13wq0mY8X0VUVsXmwjI+ArGZVDz2c=
SIZE (SOPE-4.3.2.tar.gz) = 2281547
SHA256 (SOPE-5.0.0.tar.gz) = uWRH7FukQrYE9BCF2ziSWZ8BcnsLbrviQgr56C8n8wI=
SIZE (SOPE-5.0.0.tar.gz) = 2287500

View File

@ -1,13 +1,14 @@
$OpenBSD: patch-configure,v 1.6 2016/11/02 10:14:14 giovanni Exp $
--- configure.orig Sun Sep 4 22:40:17 2016
+++ configure Sun Sep 4 22:42:24 2016
$OpenBSD: patch-configure,v 1.7 2020/09/02 19:49:58 sebastia Exp $
Index: configure
--- configure.orig
+++ configure
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!${TRUEPREFIX}/bin/bash
#
# Note: When adding make options to this script, ensure that the source still
@@ -370,9 +370,9 @@ genConfigMake() {
@@ -372,9 +372,9 @@ genConfigMake() {
cfgwrite "FHS_INSTALL_ROOT:=$ARG_PREFIX"
cfgwrite ""
cfgwrite "SOPE_SYSLIBDIR=\${DESTDIR}\${FHS_INSTALL_ROOT}/\$(CGS_LIBDIR_NAME)"