From owner-svn-ports-branches@freebsd.org Tue Oct 13 14:28:02 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F44B9D20C1; Tue, 13 Oct 2015 14:28:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0FF99C53; Tue, 13 Oct 2015 14:28:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9DES1aP047185; Tue, 13 Oct 2015 14:28:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9DES1KV047184; Tue, 13 Oct 2015 14:28:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510131428.t9DES1KV047184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 13 Oct 2015 14:28:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r399195 - branches/2015Q4/games/super_methane_brothers X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 14:28:02 -0000 Author: amdmi3 Date: Tue Oct 13 14:28:00 2015 New Revision: 399195 URL: https://svnweb.freebsd.org/changeset/ports/399195 Log: MFH: r399176 - Unbreak by installing missing data files - Remove unused depends - Remove /var/games stuff which is not used Approved by: ports-secteam (feld) Deleted: branches/2015Q4/games/super_methane_brothers/pkg-req Modified: branches/2015Q4/games/super_methane_brothers/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/games/super_methane_brothers/Makefile ============================================================================== --- branches/2015Q4/games/super_methane_brothers/Makefile Tue Oct 13 14:27:14 2015 (r399194) +++ branches/2015Q4/games/super_methane_brothers/Makefile Tue Oct 13 14:28:00 2015 (r399195) @@ -3,7 +3,7 @@ PORTNAME= super_methane_brothers PORTVERSION= 1.5.1 -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/methane/Methane%20Stable/Methane%20V${PORTVERSION} DISTNAME= methane-${PORTVERSION} @@ -17,20 +17,20 @@ LIB_DEPENDS= libclan23Core.so:${PORTSDIR USES= execinfo gmake pkgconfig tar:tgz USE_GCC= yes -USE_GL= glu MAKE_ENV= METHANE_FLAGS="${CPPFLAGS}" METHANE_LIBS="${LIBS}" MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lexecinfo +DATADIR= ${PREFIX}/share/methane + PORTDOCS= * +PORTDATA= * PLIST_FILES= bin/methane OPTIONS_DEFINE= DOCS -.include - post-patch: @${REINPLACE_CMD} -e \ 's|-2.2|-2.3|g ; \ @@ -40,14 +40,11 @@ post-patch: s|gcc|$${CXX}|' ${WRKSRC}/Makefile do-install: - (cd ${WRKDIR}/${DISTNAME} && ${INSTALL_PROGRAM} methane ${STAGEDIR}${PREFIX}/bin) - ${CHGRP} games ${STAGEDIR}${PREFIX}/bin/methane - ${CHMOD} g+s ${STAGEDIR}${PREFIX}/bin/methane -.if ${PORT_OPTIONS:MDOCS} + ${INSTALL_PROGRAM} ${WRKSRC}/methane ${STAGEDIR}${PREFIX}/bin + cd ${WRKSRC}/resources && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKDIR}/${DISTNAME}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -.endif - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGREQ} ${PKGNAME} POST-INSTALL .include