Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2020 09:32:13 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540941 - in head/emulators: . Elliott-803 elliott-803
Message-ID:  <202007010932.0619WDev070902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Wed Jul  1 09:32:13 2020
New Revision: 540941
URL: https://svnweb.freebsd.org/changeset/ports/540941

Log:
  Rename Elliott-803 to elliott-803
  
  Suggested by:	danfe
  Approved by:	Christopher Hall <hsw@bitmark.com> (maintainer)

Added:
  head/emulators/elliott-803/
     - copied from r540940, head/emulators/Elliott-803/
Deleted:
  head/emulators/Elliott-803/
Modified:
  head/emulators/Makefile
  head/emulators/elliott-803/Makefile
  head/emulators/elliott-803/distinfo

Modified: head/emulators/Makefile
==============================================================================
--- head/emulators/Makefile	Wed Jul  1 09:21:20 2020	(r540940)
+++ head/emulators/Makefile	Wed Jul  1 09:32:13 2020	(r540941)
@@ -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

Modified: head/emulators/elliott-803/Makefile
==============================================================================
--- head/emulators/Elliott-803/Makefile	Wed Jul  1 09:21:20 2020	(r540940)
+++ head/emulators/elliott-803/Makefile	Wed Jul  1 09:32:13 2020	(r540941)
@@ -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 <bsd.port.mk>

Modified: head/emulators/elliott-803/distinfo
==============================================================================
--- head/emulators/Elliott-803/distinfo	Wed Jul  1 09:21:20 2020	(r540940)
+++ head/emulators/elliott-803/distinfo	Wed Jul  1 09:32:13 2020	(r540941)
@@ -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



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