[Bug 276089] [PATCH] devel/z80-asm: update to version 2.4.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 03 Jan 2024 00:21:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276089

            Bug ID: 276089
           Summary: [PATCH] devel/z80-asm: update to version 2.4.1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: laurent.chardon@gmail.com

Created attachment 247426
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=247426&action=edit
git-format-patch

The currently in git is from 2006. This updates the port to the latest version,
from 2018. 

I tried to deal with a problem the best way I could: the tar file is named
z80-asm-current.tar.gz, but it untars into z80-asm-2.4.1. So I have a less than
ideal `DISTNAME=${PORTNAME}-current` in the Makefile, but the danger of having
a version named `current` is mitigated by explicitely setting
`WRKSRC=${PWD}/work/${PORTNAME}-${PORTVERSION}`, PORTVERSION being 2.4.1. It's
the best way that I found to deal with the discrepency. If there is a better
way to do it, let me know!

I have contacted the maintainer upstream to see if he would take some patches,
and if the tar file could be renamed to include a version number, but so far no
answer. In a future update I might fork the source to my own github repo for
this type of maintenance.

-- 
You are receiving this mail because:
You are the assignee for the bug.