From owner-svn-ports-head@FreeBSD.ORG Mon Nov 4 19:34:25 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 ESMTP id DF8F63FE; Mon, 4 Nov 2013 19:34:25 +0000 (UTC) (envelope-from danilo@FreeBSD.org) 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 CCE6A2D2F; Mon, 4 Nov 2013 19:34:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA4JYPoV008294; Mon, 4 Nov 2013 19:34:25 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA4JYPcn008293; Mon, 4 Nov 2013 19:34:25 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311041934.rA4JYPcn008293@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Mon, 4 Nov 2013 19:34:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332761 - head/games/monkeybubble 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.14 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: Mon, 04 Nov 2013 19:34:26 -0000 Author: danilo Date: Mon Nov 4 19:34:25 2013 New Revision: 332761 URL: http://svnweb.freebsd.org/changeset/ports/332761 Log: - Add stage support - Add LICENSE Modified: head/games/monkeybubble/Makefile Modified: head/games/monkeybubble/Makefile ============================================================================== --- head/games/monkeybubble/Makefile Mon Nov 4 19:26:51 2013 (r332760) +++ head/games/monkeybubble/Makefile Mon Nov 4 19:34:25 2013 (r332761) @@ -11,7 +11,9 @@ DISTNAME= monkey-bubble-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 Puzzle Bobble clone with monkeys -USES= pathfix gmake pkgconfig +LICENSE= GPLv2 + +USES= pathfix gmake pkgconfig USE_GNOME= gnomedocutils gnomeprefix intlhack \ librsvg2 libgnomeui USE_GSTREAMER= yes @@ -22,9 +24,6 @@ INSTALLS_OMF= yes GCONF_SCHEMAS= monkey-bubble.schemas -NO_STAGE= yes -.include - post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-g -O2||g ; \ @@ -34,4 +33,4 @@ post-patch: ${WRKSRC}/src/net/simple-server.c \ ${WRKSRC}/src/ui/main.c -.include +.include