From owner-dev-commits-ports-main@freebsd.org Wed Aug 4 21:12:39 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9B667656254; Wed, 4 Aug 2021 21:12:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gg4Fg39D1z3FmS; Wed, 4 Aug 2021 21:12:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 557F65E2F; Wed, 4 Aug 2021 21:12:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 174LCdIW029277; Wed, 4 Aug 2021 21:12:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 174LCdNA029276; Wed, 4 Aug 2021 21:12:39 GMT (envelope-from git) Date: Wed, 4 Aug 2021 21:12:39 GMT Message-Id: <202108042112.174LCdNA029276@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jose Alonso Cardenas Marquez Subject: git: bb7d81a68dd0 - main - games/alienarena[-data]: fix pkg-plist MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: acm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bb7d81a68dd0424e0757d6851c102e4dbe6f44d9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2021 21:12:39 -0000 The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb7d81a68dd0424e0757d6851c102e4dbe6f44d9 commit bb7d81a68dd0424e0757d6851c102e4dbe6f44d9 Author: Jose Alonso Cardenas Marquez AuthorDate: 2021-08-04 21:10:45 +0000 Commit: Jose Alonso Cardenas Marquez CommitDate: 2021-08-04 21:12:31 +0000 games/alienarena[-data]: fix pkg-plist * Use @dir instead of @dirrm into pkg-plist PR: 257384 Reported by: felix at palmen-it.de --- games/alienarena-data/Makefile | 4 ++-- games/alienarena/Makefile | 2 +- games/alienarena/pkg-plist | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games/alienarena-data/Makefile b/games/alienarena-data/Makefile index 1bcd3a268978..ddb14407b518 100644 --- a/games/alienarena-data/Makefile +++ b/games/alienarena-data/Makefile @@ -2,7 +2,7 @@ PORTNAME= alienarena PORTVERSION= 2013.766 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://ftp.linux.kiev.ua/pub/Linux/Gentoo/distfiles/ \ http://ftp.jeuxlinux.fr/files/ \ @@ -37,7 +37,7 @@ pre-install: . for DIRE in arena botinfo data1 @cd ${WRKSRC} && \ ${FIND} ${DIRE} -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \ - ${FIND} ${DIRE} -type d | ${SORT} -r | ${SED} -e 's|^|@dirrm %%DATADIR%%/|' >> ${PLIST} + ${FIND} ${DIRE} -type d | ${SORT} -r | ${SED} -e 's|^|@dir %%DATADIR%%/|' >> ${PLIST} . endfor @${ECHO_CMD} share/pixmaps/${PORTNAME}.png >> ${PLIST} diff --git a/games/alienarena/Makefile b/games/alienarena/Makefile index 63b44b1c3dd1..caca37837a77 100644 --- a/games/alienarena/Makefile +++ b/games/alienarena/Makefile @@ -2,7 +2,7 @@ PORTNAME= alienarena PORTVERSION= 2013.766 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= games MASTER_SITES= SF/alienarena.mirror/Alien%20Arena%207.66/ \ http://icculus.org/alienarena/Files/ \ diff --git a/games/alienarena/pkg-plist b/games/alienarena/pkg-plist index 238fadd7d1b2..555fac98fe33 100644 --- a/games/alienarena/pkg-plist +++ b/games/alienarena/pkg-plist @@ -19,6 +19,6 @@ %%LIBDIR%%/data1/sound %%LIBDIR%%/data1/textures %%LIBDIR%%/data1/vehicles -@dirrm %%LIBDIR%%/data1 -@dirrm %%LIBDIR%%/arena -@dirrm %%LIBDIR%% +@dir %%LIBDIR%%/data1 +@dir %%LIBDIR%%/arena +@dir %%LIBDIR%%