From owner-svn-ports-all@FreeBSD.ORG Tue Dec 10 03:36:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A46F9D6A; Tue, 10 Dec 2013 03:36:47 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 900131DE7; Tue, 10 Dec 2013 03:36:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBA3al65034073; Tue, 10 Dec 2013 03:36:47 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBA3al2p034072; Tue, 10 Dec 2013 03:36:47 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201312100336.rBA3al2p034072@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 10 Dec 2013 03:36:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336042 - head/games/widelands X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2013 03:36:47 -0000 Author: amdmi3 Date: Tue Dec 10 03:36:47 2013 New Revision: 336042 URL: http://svnweb.freebsd.org/changeset/ports/336042 Log: - Support staging - Use new LIB_DEPENDS syntax Modified: head/games/widelands/Makefile Modified: head/games/widelands/Makefile ============================================================================== --- head/games/widelands/Makefile Tue Dec 10 03:04:48 2013 (r336041) +++ head/games/widelands/Makefile Tue Dec 10 03:36:47 2013 (r336042) @@ -12,9 +12,9 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Realtime strategy game inspired by Settlers II -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - GLEW:${PORTSDIR}/graphics/glew \ - execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ + libGLEW.so:${PORTSDIR}/graphics/glew \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs USE_BZIP2= yes @@ -28,6 +28,7 @@ USE_SDL= sdl mixer image net ttf gfx USE_PYTHON_BUILD=2.5+ PLIST_FILES= bin/widelands +PORTDATA= * DESKTOP_ENTRIES="Widelands" \ "Realtime strategy game inspired by Settlers II" \ @@ -36,15 +37,8 @@ DESKTOP_ENTRIES="Widelands" \ "Game;StrategyGame;" \ false -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/cmake/Modules/*.cmake -post-install: - @${FIND} ${DATADIR} -type f | \ - ${SED} -e 's|^${PREFIX}/||' >> ${TMPPLIST} - @${FIND} ${DATADIR} -type d | ${SORT} -r | \ - ${SED} -e 's|^${PREFIX}/|@dirrm |' >> ${TMPPLIST} - .include