From owner-svn-ports-head@FreeBSD.ORG Thu Nov 27 19:47:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52E2E84D; Thu, 27 Nov 2014 19:47:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FB4235C; Thu, 27 Nov 2014 19:47:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sARJl7uO017529; Thu, 27 Nov 2014 19:47:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sARJl6Ub017526; Thu, 27 Nov 2014 19:47:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201411271947.sARJl6Ub017526@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 27 Nov 2014 19:47:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373520 - head/games/ivan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2014 19:47:07 -0000 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 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