From owner-svn-ports-head@FreeBSD.ORG Tue Dec 2 04:15:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3EDE3B43; Tue, 2 Dec 2014 04:15:18 +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 2026FA52; Tue, 2 Dec 2014 04:15:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB24FHuZ062574; Tue, 2 Dec 2014 04:15:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB24FHiC062569; Tue, 2 Dec 2014 04:15:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201412020415.sB24FHiC062569@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 2 Dec 2014 04:15:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373740 - head/games/primateplunge 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, 02 Dec 2014 04:15:18 -0000 Author: amdmi3 Date: Tue Dec 2 04:15:16 2014 New Revision: 373740 URL: https://svnweb.freebsd.org/changeset/ports/373740 QAT: https://qat.redports.org/buildarchive/r373740/ Log: - Add LICENSE - Use upstream installation - Unsilence docs installation - Fix tab after WWW: Modified: head/games/primateplunge/Makefile head/games/primateplunge/pkg-descr head/games/primateplunge/pkg-plist Modified: head/games/primateplunge/Makefile ============================================================================== --- head/games/primateplunge/Makefile Tue Dec 2 04:15:11 2014 (r373739) +++ head/games/primateplunge/Makefile Tue Dec 2 04:15:16 2014 (r373740) @@ -10,19 +10,20 @@ MASTER_SITES= http://www.aelius.com/prim MAINTAINER= ports@FreeBSD.org COMMENT= Primate Plunge is an arcade game +LICENSE= UDEVGAME +LICENSE_NAME= uDevGame license +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= # empty + RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity GNU_CONFIGURE= yes USE_SDL= sdl mixer -PRIMATEDIR= sounds graphics + OPTIONS_DEFINE= DOCS -do-install: - @${INSTALL_PROGRAM} ${STRIP} ${WRKSRC}/src/primateplunge ${STAGEDIR}${PREFIX}/bin/primateplunge - @cd ${WRKSRC} && \ - ${FIND} ${PRIMATEDIR} -type d -exec ${MKDIR} "${STAGEDIR}${DATADIR}/{}" \; && \ - ${FIND} -E ${PRIMATEDIR} -type f -iregex ".*\.(bmp|wav|mid)" -exec ${INSTALL_DATA} "{}" "${STAGEDIR}${DATADIR}/{}" \; +post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/AUTHORS ${WRKSRC}/TIPS ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/AUTHORS ${WRKSRC}/TIPS ${STAGEDIR}${DOCSDIR}/ .include Modified: head/games/primateplunge/pkg-descr ============================================================================== --- head/games/primateplunge/pkg-descr Tue Dec 2 04:15:11 2014 (r373739) +++ head/games/primateplunge/pkg-descr Tue Dec 2 04:15:16 2014 (r373740) @@ -5,4 +5,4 @@ of a volcano and through the driving rai Monkey will find help along the way in the form of exciting powerups, including parachutes and jetpacks. -WWW: http://www.aelius.com/primateplunge/ +WWW: http://www.aelius.com/primateplunge/ Modified: head/games/primateplunge/pkg-plist ============================================================================== --- head/games/primateplunge/pkg-plist Tue Dec 2 04:15:11 2014 (r373739) +++ head/games/primateplunge/pkg-plist Tue Dec 2 04:15:16 2014 (r373740) @@ -153,13 +153,3 @@ bin/primateplunge %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/TIPS -@dirrm %%DATADIR%%/graphics/crumble -@dirrm %%DATADIR%%/graphics/frenzie -@dirrm %%DATADIR%%/graphics/junglej -@dirrm %%DATADIR%%/graphics/moltenm -@dirrm %%DATADIR%%/graphics/menuitems -@dirrm %%DATADIR%%/graphics/skyscra -@dirrm %%DATADIR%%/graphics -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%