Update for Bacon to 3.9.3

"Si compila OK" juanfra@ (maintainer)
This commit is contained in:
gonzalo 2020-01-16 09:53:38 +00:00
parent ba61292131
commit da6ca8f43c
3 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.20 2019/07/24 18:26:26 juanfra Exp $
# $OpenBSD: Makefile,v 1.21 2020/01/16 09:53:38 gonzalo Exp $
COMMENT = BASIC converter to C translator for Unix system
DISTNAME = bacon-3.9.1
DISTNAME = bacon-3.9.3
CATEGORIES = lang

View File

@ -1,2 +1,2 @@
SHA256 (bacon-3.9.1.tar.gz) = rR2nLJL4lWsYyrm9fMUF639VFSF/Aq5HVFModDGVWR8=
SIZE (bacon-3.9.1.tar.gz) = 473770
SHA256 (bacon-3.9.3.tar.gz) = f5B/Tt5ocE7v0HZzP2F0OMS6upjpoehnbqGgDE+Edq4=
SIZE (bacon-3.9.3.tar.gz) = 842736

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-Makefile_in,v 1.5 2018/04/25 09:08:13 juanfra Exp $
$OpenBSD: patch-Makefile_in,v 1.6 2020/01/16 09:53:39 gonzalo Exp $
Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
@ -11,7 +11,7 @@ Index: Makefile.in
STRIP = @STRIP@
CC = @CC@
CXX = @CXX@
@@ -80,8 +80,8 @@ install :
@@ -79,8 +79,8 @@ install :
$(INSTALL) -m 644 icons/BaCon.png $(DESTDIR)$(DATADIR)/pixmaps
$(INSTALL) -m 644 icons/BaCon24.png $(DESTDIR)$(DATADIR)/pixmaps
$(INSTALL) -m 644 icons/BaConEyes.png $(DESTDIR)$(DATADIR)/pixmaps
@ -19,6 +19,6 @@ Index: Makefile.in
- $(INSTALL) -m 644 syntax/bacon.st $(DESTDIR)/usr/share/enscript/hl
+ mkdir -p $(DESTDIR)$(DATADIR)/enscript/hl
+ $(INSTALL) -m 644 syntax/bacon.st $(DESTDIR)$(DATADIR)/enscript/hl
uninstall :
rm -f $(DESTDIR)$(BINDIR)/bacon
mkdir -p $(DESTDIR)$(DATADIR)/BaCon
$(INSTALL) -m 644 syntax/lower.m4 $(DESTDIR)$(DATADIR)/BaCon
$(INSTALL) -m 644 syntax/upper.m4 $(DESTDIR)$(DATADIR)/BaCon