Skip to content

Commit

Permalink
emulators/yaze-ag: upgrade to version 2.51.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stesser committed Sep 9, 2022
1 parent 169f2e1 commit 6faea70
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 17 deletions.
3 changes: 1 addition & 2 deletions emulators/yaze-ag/Makefile
@@ -1,6 +1,5 @@
PORTNAME= yaze-ag
DISTVERSION= 2.51.0
PORTREVISION= 1
DISTVERSION= 2.51.3
CATEGORIES= emulators
MASTER_SITES= http://www.mathematik.uni-ulm.de/users/ag/yaze-ag/devel/

Expand Down
6 changes: 3 additions & 3 deletions emulators/yaze-ag/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1626685765
SHA256 (yaze-ag-2.51.0.tar.gz) = c660ffe0cda738fd31d038a38cf5e479a6b0ba0681a6526517122bb6eb4509b2
SIZE (yaze-ag-2.51.0.tar.gz) = 3841744
TIMESTAMP = 1662755401
SHA256 (yaze-ag-2.51.3.tar.gz) = 2b0a90c3bf3a27574b0427cf4579dc2347b371bec3fea5739e1527edf74b2809
SIZE (yaze-ag-2.51.3.tar.gz) = 4025502
6 changes: 3 additions & 3 deletions emulators/yaze-ag/files/patch-Makefile__freebsd
@@ -1,6 +1,6 @@
--- Makefile_freebsd.orig 2021-05-11 19:11:02 UTC
--- Makefile_freebsd.orig 2021-12-20 20:32:05 UTC
+++ Makefile_freebsd
@@ -6,12 +6,12 @@ BUILD = " (build for AMD (barcelona, 64Bit))"
@@ -6,12 +6,12 @@ CC = clang
CC = clang

#where you want the binaries and manual page
Expand Down Expand Up @@ -29,7 +29,7 @@

# -DUSE_GNU_READLINE for command recall/editing and filename completion
# -DBGii_BUG works around a problem in Backgrounder II
@@ -210,29 +211,29 @@ install: all
@@ -215,29 +216,29 @@ install: all
$(CC) $(CFLAGS) cdm.o $(LIBS) -o $@

install: all
Expand Down
7 changes: 7 additions & 0 deletions emulators/yaze-ag/files/patch-doc__ydskfiles.txt
@@ -0,0 +1,7 @@
--- doc_ydskfiles.txt.orig 2022-09-09 21:56:29 UTC
+++ doc_ydskfiles.txt
@@ -1,3 +1,4 @@
+bios3.ydsk
bios3-zsm4.ydsk
BOOT_UTILS.ydsk
CPM3_SYS.ydsk
13 changes: 13 additions & 0 deletions emulators/yaze-ag/files/patch-docfiles__html.txt
@@ -0,0 +1,13 @@
--- docfiles_html.txt.orig 2022-09-09 21:20:05 UTC
+++ docfiles_html.txt
@@ -1,8 +1,8 @@ doc_html/How_to_read.txt
doc_html/BOOTSYS.Z80.html
doc_html/How_to_read.txt
-doc_html/INSTALL-2.51.2.html
+doc_html/INSTALL-2.51.3.html
doc_html/README-1.10.html
-doc_html/README-2.51.2.html
+doc_html/README-2.51.3.html
doc_html/README_BIOS3_Z80.html
doc_html/README_BOOTSYS.html
doc_html/cdm.1.html
12 changes: 6 additions & 6 deletions emulators/yaze-ag/files/patch-yaze.sh
Expand Up @@ -7,15 +7,15 @@
-S_CPMDSKS=/usr/local/lib/yaze/disks
-S_DOCFILES=/usr/local/lib/yaze/doc
-S_DOCFILES_html=/usr/local/lib/yaze/doc_html
+S_YAZEEXECDIR=%%LIBEXECDIR%%
+S_YAZEFILES=%%DATADIR%%
+S_CPMDSKS=%%DATADIR%%/disks
+S_DOCFILES=%%DOCSDIR%%
+S_DOCFILES_html=%%DOCSDIR%%/html
+S_YAZEEXECDIR=/usr/local/libexec
+S_YAZEFILES=/usr/local/share/yaze-ag
+S_CPMDSKS=/usr/local/share/yaze-ag/disks
+S_DOCFILES=/usr/local/share/doc/yaze-ag
+S_DOCFILES_html=/usr/local/share/doc/yaze-ag/html

if [ ! -f .yazerc ]
then
@@ -80,10 +81,10 @@ fi
@@ -80,10 +81,10 @@ echo pwd=`pwd`
echo
echo pwd=`pwd`

Expand Down
7 changes: 4 additions & 3 deletions emulators/yaze-ag/pkg-plist
Expand Up @@ -16,9 +16,9 @@ man/man1/z80.1.gz
%%PORTDOCS%%%%DOCSDIR%%/README_BOOTSYS
%%PORTDOCS%%%%DOCSDIR%%/html/BOOTSYS.Z80.html
%%PORTDOCS%%%%DOCSDIR%%/html/How_to_read.txt
%%PORTDOCS%%%%DOCSDIR%%/html/INSTALL-2.51.0.html
%%PORTDOCS%%%%DOCSDIR%%/html/INSTALL-2.51.3.html
%%PORTDOCS%%%%DOCSDIR%%/html/README-1.10.html
%%PORTDOCS%%%%DOCSDIR%%/html/README-2.51.0.html
%%PORTDOCS%%%%DOCSDIR%%/html/README-2.51.3.html
%%PORTDOCS%%%%DOCSDIR%%/html/README_BIOS3_Z80.html
%%PORTDOCS%%%%DOCSDIR%%/html/README_BOOTSYS.html
%%PORTDOCS%%%%DOCSDIR%%/html/cdm.1.html
Expand Down Expand Up @@ -119,7 +119,6 @@ man/man1/z80.1.gz
%%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/094.html
%%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/095.html
%%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/096.html
%%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/097.html
%%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/index.html
%%PORTDOCS%%%%DOCSDIR%%/html/e_mail_yaze-ag.png
%%PORTDOCS%%%%DOCSDIR%%/html/happy.gif
Expand All @@ -134,6 +133,7 @@ man/man1/z80.1.gz
%%PORTDOCS%%%%DOCSDIR%%/yaze.doc
%%DATADIR%%/disks/BOOT_UTILS.ydsk.gz
%%DATADIR%%/disks/CPM3_SYS.ydsk.gz
%%DATADIR%%/disks/bios3-zsm4.ydsk.gz
%%DATADIR%%/disks/bios3.ydsk.gz
%%DATADIR%%/disks/disksort.tar.gz
%%DATADIR%%/disks/disksort.ydsk.gz
Expand All @@ -147,6 +147,7 @@ man/man1/z80.1.gz
%%DATADIR%%/disks/unixlike.ydsk.gz
%%DATADIR%%/disks/yazerc
%%DATADIR%%/disks/zinc.ydsk.gz
%%DATADIR%%/disks/zsm4-source.ydsk.gz
%%DATADIR%%/m2.ktt
%%DATADIR%%/md5
%%DATADIR%%/sample.ktt
Expand Down

0 comments on commit 6faea70

Please sign in to comment.