From owner-svn-ports-head@FreeBSD.ORG Tue Sep 30 10:32:22 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 63A46FFD; Tue, 30 Sep 2014 10:32:22 +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 363CE25F; Tue, 30 Sep 2014 10:32:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UAWMNt008286; Tue, 30 Sep 2014 10:32:22 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UAWLag008284; Tue, 30 Sep 2014 10:32:21 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201409301032.s8UAWLag008284@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 30 Sep 2014 10:32:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369579 - head/games/HeroesOfMightAndMagic 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: Tue, 30 Sep 2014 10:32:22 -0000 Author: rene Date: Tue Sep 30 10:32:21 2014 New Revision: 369579 URL: http://svnweb.freebsd.org/changeset/ports/369579 QAT: https://qat.redports.org/buildarchive/r369579/ Log: - Change NO_PACKAGE / NO_CDROM to RESTRICTED - Change a chmod command in Makefile to the corresponding pkg-plist directives and remove @dirrm* lines from pkg-plist while there. Approved by: mva (maintainer) Modified: head/games/HeroesOfMightAndMagic/Makefile head/games/HeroesOfMightAndMagic/pkg-plist Modified: head/games/HeroesOfMightAndMagic/Makefile ============================================================================== --- head/games/HeroesOfMightAndMagic/Makefile Tue Sep 30 09:09:45 2014 (r369578) +++ head/games/HeroesOfMightAndMagic/Makefile Tue Sep 30 10:32:21 2014 (r369579) @@ -14,8 +14,7 @@ COMMENT= BSD Installation of the Linux g ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes NO_WRKSUBDIR= yes -NO_CDROM= Software is commercial -NO_PACKAGE= Software is commercial +RESTRICTED= Software is commercial GAMESUBDIR= games/Heroes3 GAMEDIR= ${STAGEDIR}${PREFIX}/${GAMESUBDIR} @@ -37,7 +36,6 @@ do-install: .endfor ${MKDIR} ${GAMEDIR}/data ${TOUCH} ${GAMEDIR}/data/hiscore.dat - ${CHMOD} 666 ${GAMEDIR}/data/hiscore.dat .for f in ${DATAFILES} ${INSTALL_DATA} ${CDROM_MOUNT}/data/${f} ${GAMEDIR}/data .endfor Modified: head/games/HeroesOfMightAndMagic/pkg-plist ============================================================================== --- head/games/HeroesOfMightAndMagic/pkg-plist Tue Sep 30 09:09:45 2014 (r369578) +++ head/games/HeroesOfMightAndMagic/pkg-plist Tue Sep 30 10:32:21 2014 (r369579) @@ -5,7 +5,9 @@ games/Heroes3/data/h3bitmap.lod games/Heroes3/data/h3sprite.lod games/Heroes3/data/heroes3.snd games/Heroes3/data/heroes3cd.snd +@mode 666 games/Heroes3/data/hiscore.dat +@mode games/Heroes3/data/video/3dologo.mpg games/Heroes3/data/video/cevil1.mjpg games/Heroes3/data/video/cevil2.mjpg @@ -161,11 +163,3 @@ games/Heroes3/mp3/underground.mp3 games/Heroes3/mp3/water.mp3 games/Heroes3/mp3/win battle.mp3 games/Heroes3/mp3/win scenario.mp3 -@dirrmtry games/Heroes3/mp3 -@dirrmtry games/Heroes3/maps -@dirrm games/Heroes3/data/video -@dirrm games/Heroes3/data -@dirrm games/Heroes3/bin -@dirrm games/Heroes3 -@dirrmtry games -