View | Details | Raw Unified | Return to bug 242250
Collapse All | Expand All

(-)Makefile (-13 / +7 lines)
Lines 2-24 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	bsdgames
4
PORTNAME=	bsdgames
5
PORTVERSION=	5.5.0
5
PORTVERSION=	0.7
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTEPOCH=	1
7
PORTEPOCH=	2
8
CATEGORIES=	games
8
CATEGORIES=	games
9
MASTER_SITES=	https://deb.debian.org/debian/pool/main/b/bsdgames/:deb
9
MASTER_SITES=	GH
10
DISTFILES=	${PORTNAME}_2.17.orig.tar.gz:deb
11
10
12
MAINTAINER=	jockl@pianojockl.org
11
MAINTAINER=	jockl@pianojockl.org
13
COMMENT=	Traditional BSD games taken from DragonFly BSD
12
COMMENT=	Traditional BSD games taken mostly from DragonFly BSD
14
13
15
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
16
15
17
USES=		ncurses tar:xz uidfix
16
USES=		ncurses tar:xz uidfix
18
USE_GITHUB=	nodefault
19
GH_ACCOUNT=	DragonFlyBSD:bsd
20
GH_PROJECT=	DragonFlyBSD:bsd
21
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	pianojockl
20
22
CONFLICTS=	hangman-[0-9]*
21
CONFLICTS=	hangman-[0-9]*
23
22
24
MAKE_ENV=	NO_WERROR=1
23
MAKE_ENV=	NO_WERROR=1
Lines 48-58 Link Here
48
		phantasia/pathnames.h \
47
		phantasia/pathnames.h \
49
		wargames/wargames.sh
48
		wargames/wargames.sh
50
49
51
post-extract:
52
	${MV} ${WRKSRC_bsd}/games  ${WRKSRC}
53
	${MV} ${WRKDIR}/bsd-games-2.17/sail/*.[ch] ${WRKSRC}/sail/
54
	${MV} ${WRKDIR}/bsd-games-2.17/sail/pathnames.h.in ${WRKSRC}/sail/pathnames.h
55
56
post-patch:
50
post-patch:
57
	@for f in ${SHAREPATH_FILES}; do \
51
	@for f in ${SHAREPATH_FILES}; do \
58
		${REINPLACE_CMD} -e 's|/usr/share/games|${PREFIX}/share/games|g' \
52
		${REINPLACE_CMD} -e 's|/usr/share/games|${PREFIX}/share/games|g' \
(-)distinfo (-5 / +3 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1557603153
1
TIMESTAMP = 1574784789
2
SHA256 (bsdgames_2.17.orig.tar.gz) = 066f924aef6c1c5ea946f588e36f303021f5dfc093944738f025d8edbc6fff60
2
SHA256 (pianojockl-bsdgames-v0.7_GH0.tar.gz) = f79dec751ac78cfef5f80453e6c771052eaa9e9e55ab779799b78a82b6e004fc
3
SIZE (bsdgames_2.17.orig.tar.gz) = 2563311
3
SIZE (pianojockl-bsdgames-v0.7_GH0.tar.gz) = 2349706
4
SHA256 (DragonFlyBSD-DragonFlyBSD-v5.5.0_GH0.tar.gz) = e54ca3fea6e4ae4b384df4718f5ca749e597537112f1b2170e8fb5c296c1720b
5
SIZE (DragonFlyBSD-DragonFlyBSD-v5.5.0_GH0.tar.gz) = 137084047
(-)files/patch-Makefile.inc (-4 / +4 lines)
Lines 1-14 Link Here
1
--- Makefile.inc.orig	2018-06-15 14:40:00 UTC
1
--- Makefile.inc.orig	2018-11-23 03:38:50 UTC
2
+++ Makefile.inc
2
+++ Makefile.inc
3
@@ -1,19 +1,16 @@
3
@@ -1,19 +1,16 @@
4
 #	@(#)Makefile.inc	8.1 (Berkeley) 5/31/93
4
 #	@(#)Makefile.inc	8.1 (Berkeley) 5/31/93
5
 # $FreeBSD: src/games/Makefile.inc,v 1.10.2.2 2002/02/18 16:02:39 ru Exp $
5
 # $FreeBSD: src/games/Makefile.inc,v 1.10.2.2 2002/02/18 16:02:39 ru Exp $
6
-
6
+# $DragonFly: src/games/Makefile.inc,v 1.3 2006/10/08 16:22:34 pavalos Exp $
7
 
7
-BINDIR?=	/usr/games
8
-BINDIR?=	/usr/games
8
-FILESDIR?=	${SHAREDIR}/games
9
-FILESDIR?=	${SHAREDIR}/games
9
-WARNS?=		6
10
-WARNS?=		6
10
+# $DragonFly: src/games/Makefile.inc,v 1.3 2006/10/08 16:22:34 pavalos Exp $
11
-
11
 
12
 # These games write to /var/games/
12
 # These games write to /var/games/
13
 .if defined(VARGAMES)
13
 .if defined(VARGAMES)
14
 BINGRP=		games
14
 BINGRP=		games
(-)pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
This is a port of the BSD "standard" games from Dragonfly BSD which
1
This is a port of the BSD "standard" games from Dragonfly BSD which
2
includes many improvements and cleanups from NetBSD and OpenBSD.
2
includes many improvements and cleanups from NetBSD and OpenBSD.
3
Sail is pulled from NetBSD sources, since the Dragonfly version 
3
Sail is pulled from NetBSD sources, since the Dragonfly version
4
wasn't working.
4
wasn't working.

Return to bug 242250