svn commit: r373520 - head/games/ivan

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 27 19:47:07 UTC 2014


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 at 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 @@
- at group games
- at mode 2555
-bin/ivan
- at mode
- at group
+@(,games,2555) bin/ivan
+ at sample(,games,664) /var/games/ivan/ivan-highscore.scores.sample
+ at dir(,games,775) /var/games/ivan/Bones
+ at dir(,games,775) /var/games/ivan


More information about the svn-ports-all mailing list