From owner-svn-ports-all@FreeBSD.ORG Sun Jan 26 22:56:26 2014 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 ESMTPS id BBC88906; Sun, 26 Jan 2014 22:56:26 +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 A7DF013E4; Sun, 26 Jan 2014 22:56:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0QMuQTF078086; Sun, 26 Jan 2014 22:56:26 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0QMuQkQ078084; Sun, 26 Jan 2014 22:56:26 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201401262256.s0QMuQkQ078084@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Sun, 26 Jan 2014 22:56:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341301 - head/math/GiNaC 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: Sun, 26 Jan 2014 22:56:26 -0000 Author: stephen Date: Sun Jan 26 22:56:25 2014 New Revision: 341301 URL: http://svnweb.freebsd.org/changeset/ports/341301 QAT: https://qat.redports.org/buildarchive/r341301/ Log: - Implement staging. Modified: head/math/GiNaC/Makefile head/math/GiNaC/pkg-plist Modified: head/math/GiNaC/Makefile ============================================================================== --- head/math/GiNaC/Makefile Sun Jan 26 22:54:53 2014 (r341300) +++ head/math/GiNaC/Makefile Sun Jan 26 22:56:25 2014 (r341301) @@ -18,13 +18,11 @@ USES= pkgconfig pathfix gmake USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -MAN1= ginsh.1 viewgar.1 INFO= ginac ginac-examples CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include .if ${ARCH} == "alpha" Modified: head/math/GiNaC/pkg-plist ============================================================================== --- head/math/GiNaC/pkg-plist Sun Jan 26 22:54:53 2014 (r341300) +++ head/math/GiNaC/pkg-plist Sun Jan 26 22:56:25 2014 (r341301) @@ -52,4 +52,6 @@ lib/libginac.la lib/libginac.so lib/libginac.so.3 libdata/pkgconfig/ginac.pc +man/man1/ginsh.1.gz +man/man1/viewgar.1.gz @dirrm include/ginac