Created attachment 221548 [details] Patch games/crossfire-client: Update to 1.75.0
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/241404771
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. ^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval. -- Attachment -> Details -> maintainer-approval [+] ^Triage: Maintainer-feedback flag (+) not required unless requested (?) first. Q/A: Makefile: use of DISTFILES with single file discouraged. distribution filename should be set by DISTNAME and EXTRACT_SUFX. Makefile: DISTFILES/DISTNAME affects WRKSRC. take caution when changing them. files: empty directory should be removed. Would this work: -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} +DISTNAME= ${PORTNAME}-${PORTVERSION} ^Triage: Please confirm this change passes QA (portlint, poudriere at least). -- https://www.freebsd.org/doc/en/books/porters-handbook/testing.html Thanks!
It looks to me like it works without the DISTFILES line entirely: index 5a7832574d45..24c4c9fc0e8a 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -5,7 +5,6 @@ PORTNAME= crossfire-client PORTVERSION= 1.75.0 CATEGORIES= games MASTER_SITES= SF/crossfire/${PORTNAME}/${PORTVERSION} -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
Created attachment 221952 [details] Patch Bump on this issue with updated complete patch.
Committed, Thanks!
A commit references this bug: Author: fernape Date: Mon Feb 1 11:19:32 UTC 2021 New revision: 563566 URL: https://svnweb.freebsd.org/changeset/ports/563566 Log: games/crossfire-client: Update to 1.75.0 ChangeLog: https://sourceforge.net/p/crossfire/crossfire-client/ci/88b59/tree/ChangeLog?format=raw PR: 252655 Submitted by: kevinz5000@gmail.com (maintainer) Changes: head/games/crossfire-client/Makefile head/games/crossfire-client/distinfo head/games/crossfire-client/files/ head/games/crossfire-client/pkg-plist