Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2023 01:02:13 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b78c00798121 - main - games/naev-data: Remove port. It is not neccesary anymore
Message-ID:  <202307160102.36G12DXD038264@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm:

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

commit b78c0079812177cd42e7a769ccb3f7c676c3966e
Author:     Kevin Zheng <kevinz5000@gmail.com>
AuthorDate: 2023-07-16 01:00:40 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-07-16 01:00:40 +0000

    games/naev-data: Remove port. It is not neccesary anymore
    
    * games/naev installs data files instead of naev-data port
    PR:             272059
---
 games/Makefile            |  1 -
 games/naev-data/Makefile  | 26 --------------------------
 games/naev-data/distinfo  |  3 ---
 games/naev-data/pkg-descr |  2 --
 4 files changed, 32 deletions(-)

diff --git a/games/Makefile b/games/Makefile
index 318858b2e7b3..043238ea15e4 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -648,7 +648,6 @@
     SUBDIR += mvdsv
     SUBDIR += nInvaders
     SUBDIR += naev
-    SUBDIR += naev-data
     SUBDIR += narcissu2
     SUBDIR += nazghul
     SUBDIR += nbsdgames
diff --git a/games/naev-data/Makefile b/games/naev-data/Makefile
deleted file mode 100644
index 5c4d4f323f59..000000000000
--- a/games/naev-data/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME=	naev
-PORTVERSION=	0.7.0
-DISTVERSIONSUFFIX=	-ndata
-CATEGORIES=	games
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
-PKGNAMESUFFIX=	-data
-EXTRACT_ONLY=	# empty
-
-MAINTAINER=	acm@FreeBSD.org
-COMMENT=	Naev game data file
-WWW=		http://blog.naev.org/
-
-LICENSE=	GPLv2 GPLv3 CC-BY-3.0 CC-BY-SA-3.0 PD
-LICENSE_COMB=	multi
-
-USES=		zip
-NO_ARCH=	yes
-NO_BUILD=	yes
-
-PORTDATA=	*
-
-do-install:
-	@${MKDIR} ${STAGEDIR}${DATADIR}
-	${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${STAGEDIR}${DATADIR}/
-
-.include <bsd.port.mk>
diff --git a/games/naev-data/distinfo b/games/naev-data/distinfo
deleted file mode 100644
index 9ed6de246f93..000000000000
--- a/games/naev-data/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1501801746
-SHA256 (naev-0.7.0-ndata.zip) = 98039d0c4f671128a1b8fba7937f2e8d272dc71322f42c18778fc1a89f45f295
-SIZE (naev-0.7.0-ndata.zip) = 319608404
diff --git a/games/naev-data/pkg-descr b/games/naev-data/pkg-descr
deleted file mode 100644
index 6099c67e0f3c..000000000000
--- a/games/naev-data/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Naev is a 2D space trading and combat game, in a similar vein to
-Escape Velocity (data files).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307160102.36G12DXD038264>