Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2026 18:43:05 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 23ab6be2c097 - main - games/quake2-extras: unbreak the port, including SKINS option
Message-ID:  <696e7b39.a02a.1b5c7692@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=23ab6be2c097a13d1b113a5d7055574e24c328e7

commit 23ab6be2c097a13d1b113a5d7055574e24c328e7
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2026-01-19 18:41:04 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2026-01-19 18:41:04 +0000

    games/quake2-extras: unbreak the port, including SKINS option
    
    Commit c00c521f6f2f had inadvertently broken some ports, this
    included; change DIST_SUBDIR so it remains the same yet passes
    !empty(DIST_SUBDIR) check when setting _CKSUMFILES.
    
    Jim Waurzyniak's Quake 2 page previously hosted at University
    of Michigan is now defunct, host one of the distfiles locally
    while the other one remains to be found.
    
    PR:             240031
    Reported by:    Alastair Hogge, pkg-fallout
---
 games/quake2-extras/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/games/quake2-extras/Makefile b/games/quake2-extras/Makefile
index 52d9060eb07a..29ac357dc7e1 100644
--- a/games/quake2-extras/Makefile
+++ b/games/quake2-extras/Makefile
@@ -4,10 +4,10 @@ CATEGORIES=	games
 MASTER_SITES=	http://offload1.icculus.org/quake2/files/:retex \
 		http://www.icculus.org/quake2/files/:retex \
 		http://www-personal.umich.edu/~jimw/q2/files/:retex2 \
-		http://www-personal.umich.edu/~jimw/q2/aq2_install/:models
+		LOCAL/danfe:models
 PKGNAMEPREFIX=	${Q2PKGNAMEPREFIX}
 DISTFILES=	#
-DIST_SUBDIR=	${PKGBASE}
+DIST_SUBDIR=	${PKGNAMEPREFIX}${PORTNAME} # ${PKGBASE}
 EXTRACT_ONLY=	#
 
 MAINTAINER=	danfe@FreeBSD.org
@@ -33,7 +33,6 @@ SKINS_DESC=		Install high quality skins
 
 .if ${PORT_OPTIONS:MRETEXTURE_FULL} || ${PORT_OPTIONS:MSKINS}
 BUILD_DEPENDS+=	nwreckdum:archivers/nwreckdum
-PLIST_FILES+=	%%Q2DIR%%/baseq2/pak20.pak
 .endif
 
 .if ${PORT_OPTIONS:MRETEXTURE} && ! ${PORT_OPTIONS:MRETEXTURE_FULL}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696e7b39.a02a.1b5c7692>