From owner-svn-ports-head@FreeBSD.ORG Thu Nov 21 13:36:52 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B397288; Thu, 21 Nov 2013 13:36:52 +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 10D5A2805; Thu, 21 Nov 2013 13:36:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rALDapkC004680; Thu, 21 Nov 2013 13:36:51 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rALDap1e004675; Thu, 21 Nov 2013 13:36:51 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201311211336.rALDap1e004675@svn.freebsd.org> From: Ganael LAPLANCHE Date: Thu, 21 Nov 2013 13:36:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334490 - head/games/cosmosmash 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.16 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, 21 Nov 2013 13:36:52 -0000 Author: martymac Date: Thu Nov 21 13:36:51 2013 New Revision: 334490 URL: http://svnweb.freebsd.org/changeset/ports/334490 Log: - Enable staging - Use new LIB_DEPENDS format - Update USES - Always stage documentation Modified: head/games/cosmosmash/Makefile head/games/cosmosmash/pkg-plist Modified: head/games/cosmosmash/Makefile ============================================================================== --- head/games/cosmosmash/Makefile Thu Nov 21 13:34:33 2013 (r334489) +++ head/games/cosmosmash/Makefile Thu Nov 21 13:36:51 2013 (r334490) @@ -13,35 +13,22 @@ COMMENT= A clone of the Intellivision(TM LICENSE= GPLv2 -LIB_DEPENDS= flatzebra:${PORTSDIR}/devel/flatzebra \ - aa:${PORTSDIR}/graphics/aalib \ - mikmod:${PORTSDIR}/audio/libmikmod \ +LIB_DEPENDS= libflatzebra-0.1.so:${PORTSDIR}/devel/flatzebra \ + libaa.so:${PORTSDIR}/graphics/aalib \ + libmikmod.so:${PORTSDIR}/audio/libmikmod \ libaudiofile.so:${PORTSDIR}/audio/libaudiofile USE_SDL= sdl image mixer USE_XORG= x11 xau xdmcp -USES= iconv pkgconfig -USE_GNOME= desktopfileutils +USES= iconv pkgconfig desktop-file-utils GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} `${SDL_CONFIG} --libs` -MAN6= cosmosmash.6 - -NO_STAGE= yes -.include - post-patch: @${REINPLACE_CMD} 's|^pkgsounddir = .*|pkgsounddir = ${DATADIR}/sounds|' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} 's|^docdir = .*|docdir = ${DOCSDIR}|' \ ${WRKSRC}/Makefile.in -.if empty(PORT_OPTIONS:MDOCS) - @${REINPLACE_CMD} 's|^install-data-am: .*|install-data-am: install-man|' \ - ${WRKSRC}/Makefile.in -.endif - -post-install: - @-update-desktop-database .include Modified: head/games/cosmosmash/pkg-plist ============================================================================== --- head/games/cosmosmash/pkg-plist Thu Nov 21 13:34:33 2013 (r334489) +++ head/games/cosmosmash/pkg-plist Thu Nov 21 13:36:51 2013 (r334490) @@ -1,4 +1,5 @@ bin/cosmosmash +man/man6/cosmosmash.6.gz share/applications/cosmosmash.desktop share/pixmaps/cosmosmash.png %%DATADIR%%/sounds/rock-hit-0.wav @@ -18,5 +19,3 @@ share/pixmaps/cosmosmash.png %%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%@dirrm %%DOCSDIR%% -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true