git: 7452a7058e4a - main - emulators/z80pack: Convert to USES=tar:tgz and unbreak fetch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Jun 2025 10:30:21 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7452a7058e4afea5840d48e600a69734309b8f92
commit 7452a7058e4afea5840d48e600a69734309b8f92
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-06-01 06:30:14 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-06-01 10:29:09 +0000
emulators/z80pack: Convert to USES=tar:tgz and unbreak fetch
Convert from EXTRACT_SUFX= .tgz to USES= tar:tgz
Update distinfo to fix fetch
Approved by: blanket (build fix)
---
emulators/z80pack/Makefile | 3 ++-
emulators/z80pack/distinfo | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/emulators/z80pack/Makefile b/emulators/z80pack/Makefile
index dd8c145db602..1bd347e60e5b 100644
--- a/emulators/z80pack/Makefile
+++ b/emulators/z80pack/Makefile
@@ -2,7 +2,6 @@ PORTNAME= z80pack
DISTVERSION= 1.37
CATEGORIES= emulators
MASTER_SITES= https://www.autometer.de/unix4fun/z80pack/ftp/
-EXTRACT_SUFX= tgz
MAINTAINER= se@FreeBSD.org
COMMENT= Complete CP/M-80 emulator
@@ -13,6 +12,8 @@ CONFLICTS_INSTALL= hextools
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+USES= tar:tgz
+
OPTIONS_DEFINE= DOCS
do-build:
diff --git a/emulators/z80pack/distinfo b/emulators/z80pack/distinfo
index a66190da0813..549e448cc1fc 100644
--- a/emulators/z80pack/distinfo
+++ b/emulators/z80pack/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618153489
-SHA256 (z80pack-1.37tgz) = 0a4d199c822546e28fb9d8e055b4bf7ca4c1b984b2f707f99d39f00b80c59d2a
-SIZE (z80pack-1.37tgz) = 15674455
+TIMESTAMP = 1748766343
+SHA256 (z80pack-1.37.tgz) = 0a4d199c822546e28fb9d8e055b4bf7ca4c1b984b2f707f99d39f00b80c59d2a
+SIZE (z80pack-1.37.tgz) = 15674455