From e2e7335bba5e0415809a47f73485ad68dda61894 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Wed, 1 Jul 2020 09:32:13 +0000 Subject: [PATCH] Rename Elliott-803 to elliott-803 Suggested by: danfe Approved by: Christopher Hall (maintainer) --- emulators/Makefile | 2 +- emulators/{Elliott-803 => elliott-803}/Makefile | 5 +++-- emulators/{Elliott-803 => elliott-803}/distinfo | 2 +- emulators/{Elliott-803 => elliott-803}/pkg-descr | 0 emulators/{Elliott-803 => elliott-803}/pkg-plist | 0 5 files changed, 5 insertions(+), 4 deletions(-) rename emulators/{Elliott-803 => elliott-803}/Makefile (73%) rename emulators/{Elliott-803 => elliott-803}/distinfo (87%) rename emulators/{Elliott-803 => elliott-803}/pkg-descr (100%) rename emulators/{Elliott-803 => elliott-803}/pkg-plist (100%) diff --git a/emulators/Makefile b/emulators/Makefile index 32fada287754..fc62d7f27623 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -3,7 +3,6 @@ COMMENT = Emulators for other operating systems - SUBDIR += Elliott-803 SUBDIR += adamem SUBDIR += advancemame SUBDIR += advancemenu @@ -32,6 +31,7 @@ SUBDIR += dynamips-community SUBDIR += e-uae SUBDIR += edumips64 + SUBDIR += elliott-803 SUBDIR += emu64 SUBDIR += emulationstation SUBDIR += fceux diff --git a/emulators/Elliott-803/Makefile b/emulators/elliott-803/Makefile similarity index 73% rename from emulators/Elliott-803/Makefile rename to emulators/elliott-803/Makefile index cb975e0352f6..bee0c758264c 100644 --- a/emulators/Elliott-803/Makefile +++ b/emulators/elliott-803/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTNAME= Elliott-803 +PORTNAME= elliott-803 PORTVERSION= 0.1.3 DISTVERSIONPREFIX= v CATEGORIES= emulators @@ -13,10 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= ncurses MAKEFILE= BSDmakefile -MAKE_ARGS+= PREFIX="${PREFIX}" VERSION="${PKGVERSION}" +MAKE_ARGS+= DATADIR="${DATADIR}" PREFIX="${PREFIX}" VERSION="${PKGVERSION}" MAKE_ENV+= LC_ALL=en_US.UTF-8 USE_GITHUB= yes GH_ACCOUNT= hxw +GH_PROJECT= Elliott-803 .include diff --git a/emulators/Elliott-803/distinfo b/emulators/elliott-803/distinfo similarity index 87% rename from emulators/Elliott-803/distinfo rename to emulators/elliott-803/distinfo index c21ea92c7ae7..9cd40f74971d 100644 --- a/emulators/Elliott-803/distinfo +++ b/emulators/elliott-803/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593512685 +TIMESTAMP = 1593595721 SHA256 (hxw-Elliott-803-v0.1.3_GH0.tar.gz) = 8ee67531fa1d79ddf7518a2c8d3353cf8821973259950bdfb17634c29b5d9131 SIZE (hxw-Elliott-803-v0.1.3_GH0.tar.gz) = 134490 diff --git a/emulators/Elliott-803/pkg-descr b/emulators/elliott-803/pkg-descr similarity index 100% rename from emulators/Elliott-803/pkg-descr rename to emulators/elliott-803/pkg-descr diff --git a/emulators/Elliott-803/pkg-plist b/emulators/elliott-803/pkg-plist similarity index 100% rename from emulators/Elliott-803/pkg-plist rename to emulators/elliott-803/pkg-plist