Bugfix update to routino-3.3.3.

Mostly python library fixes which is disabled anyway.
This commit is contained in:
kirby 2021-01-13 13:05:43 +00:00
parent 0fbd431daa
commit 5c588872c4
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2020/08/22 06:01:08 kirby Exp $
# $OpenBSD: Makefile,v 1.2 2021/01/13 13:05:43 kirby Exp $
COMMENT = OpenStreetMap routing software
DISTNAME = routino-3.3.2
DISTNAME = routino-3.3.3
SHARED_LIBS += routino 0.0
SHARED_LIBS += routino-slim 0.0

View File

@ -1,2 +1,2 @@
SHA256 (routino-3.3.2.tgz) = S3F012lV4FiYbTQ2NeChhDhfJ1b6T/wC614jmZIenbE=
SIZE (routino-3.3.2.tgz) = 2542029
SHA256 (routino-3.3.3.tgz) = q9grd8MUBI9FAw9yGYh8okG0bUBkHbbMtGIgK5egR/U=
SIZE (routino-3.3.3.tgz) = 2564198

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-Makefile_conf,v 1.1.1.1 2020/08/22 06:01:08 kirby Exp $
$OpenBSD: patch-Makefile_conf,v 1.2 2021/01/13 13:05:43 kirby Exp $
Index: Makefile.conf
--- Makefile.conf.orig
+++ Makefile.conf
@ -16,7 +16,7 @@ Index: Makefile.conf
datadir=$(prefix)/share/routino
else
prefix="c:/Program Files/Routino"
@@ -133,8 +133,8 @@ endif
@@ -150,8 +150,8 @@ endif
# Extra flags for compiling libroutino shared library (SONAME)
ifeq ($(HOST),UNIX)