From owner-svn-ports-all@FreeBSD.ORG Fri Oct 4 15:21:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 51DEA3BD; Fri, 4 Oct 2013 15:21:10 +0000 (UTC) (envelope-from naddy@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 3F32C23D4; Fri, 4 Oct 2013 15:21:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r94FLAwn043122; Fri, 4 Oct 2013 15:21:10 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r94FL9Rn043115; Fri, 4 Oct 2013 15:21:09 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201310041521.r94FL9Rn043115@svn.freebsd.org> From: Christian Weisgerber Date: Fri, 4 Oct 2013 15:21:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329323 - in head/math: calcoo galculator 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.14 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: Fri, 04 Oct 2013 15:21:10 -0000 Author: naddy Date: Fri Oct 4 15:21:09 2013 New Revision: 329323 URL: http://svnweb.freebsd.org/changeset/ports/329323 Log: Support staging. Modified: head/math/calcoo/Makefile head/math/galculator/Makefile head/math/galculator/pkg-plist Modified: head/math/calcoo/Makefile ============================================================================== --- head/math/calcoo/Makefile Fri Oct 4 15:03:59 2013 (r329322) +++ head/math/calcoo/Makefile Fri Oct 4 15:21:09 2013 (r329323) @@ -13,9 +13,7 @@ USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -MAN1= calcoo.1 +PLIST_FILES= bin/calcoo \ + man/man1/calcoo.1.gz -PLIST_FILES= bin/calcoo - -NO_STAGE= yes .include Modified: head/math/galculator/Makefile ============================================================================== --- head/math/galculator/Makefile Fri Oct 4 15:03:59 2013 (r329322) +++ head/math/galculator/Makefile Fri Oct 4 15:21:09 2013 (r329323) @@ -16,7 +16,4 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-gtk3 -MAN1= galculator.1 - -NO_STAGE= yes .include Modified: head/math/galculator/pkg-plist ============================================================================== --- head/math/galculator/pkg-plist Fri Oct 4 15:03:59 2013 (r329322) +++ head/math/galculator/pkg-plist Fri Oct 4 15:21:09 2013 (r329323) @@ -1,5 +1,6 @@ @comment $FreeBSD$ bin/galculator +man/man1/galculator.1.gz share/applications/galculator.desktop %%DATADIR%%/ui/about.ui %%DATADIR%%/ui/basic_buttons_gtk2.ui