Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 2014 19:47:06 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373520 - head/games/ivan
Message-ID:  <201411271947.sARJl6Ub017526@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Nov 27 19:47:06 2014
New Revision: 373520
URL: https://svnweb.freebsd.org/changeset/ports/373520
QAT: https://qat.redports.org/buildarchive/r373520/

Log:
  - Add LICENSE
  - Switch highscore file handling to @sample

Deleted:
  head/games/ivan/pkg-install
Modified:
  head/games/ivan/Makefile
  head/games/ivan/pkg-plist

Modified: head/games/ivan/Makefile
==============================================================================
--- head/games/ivan/Makefile	Thu Nov 27 19:18:13 2014	(r373519)
+++ head/games/ivan/Makefile	Thu Nov 27 19:47:06 2014	(r373520)
@@ -3,13 +3,16 @@
 
 PORTNAME=	ivan
 PORTVERSION=	0.50
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/IVAN/IVAN%20${PORTVERSION}
 
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Graphical roguelike game
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USE_SDL=	sdl
 USES=		gmake
 GNU_CONFIGURE=	yes
@@ -33,4 +36,8 @@ post-patch:
 		${WRKSRC}/Main/Include/stack.h ${WRKSRC}/Main/Source/lsquare.cpp \
 		${WRKSRC}/Main/Source/lterras.cpp
 
+post-install:
+	${MKDIR} ${STAGEDIR}/var/games/ivan/Bones
+	${TOUCH} ${STAGEDIR}/var/games/ivan/ivan-highscore.scores.sample
+
 .include <bsd.port.mk>

Modified: head/games/ivan/pkg-plist
==============================================================================
--- head/games/ivan/pkg-plist	Thu Nov 27 19:18:13 2014	(r373519)
+++ head/games/ivan/pkg-plist	Thu Nov 27 19:47:06 2014	(r373520)
@@ -1,5 +1,4 @@
-@group games
-@mode 2555
-bin/ivan
-@mode
-@group
+@(,games,2555) bin/ivan
+@sample(,games,664) /var/games/ivan/ivan-highscore.scores.sample
+@dir(,games,775) /var/games/ivan/Bones
+@dir(,games,775) /var/games/ivan



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