From owner-svn-ports-all@FreeBSD.ORG Sun Feb 2 08:22:23 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 8DBF7D30; Sun, 2 Feb 2014 08:22:23 +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 79DF417A3; Sun, 2 Feb 2014 08:22:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s128MNUE032822; Sun, 2 Feb 2014 08:22:23 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s128MNmY032820; Sun, 2 Feb 2014 08:22:23 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402020822.s128MNmY032820@svn.freebsd.org> From: Martin Wilke Date: Sun, 2 Feb 2014 08:22:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342250 - head/math/gsl 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, 02 Feb 2014 08:22:23 -0000 Author: miwi Date: Sun Feb 2 08:22:22 2014 New Revision: 342250 URL: http://svnweb.freebsd.org/changeset/ports/342250 QAT: https://qat.redports.org/buildarchive/r342250/ Log: - Stage support Modified: head/math/gsl/Makefile head/math/gsl/pkg-plist Modified: head/math/gsl/Makefile ============================================================================== --- head/math/gsl/Makefile Sun Feb 2 08:11:05 2014 (r342249) +++ head/math/gsl/Makefile Sun Feb 2 08:22:22 2014 (r342250) @@ -15,11 +15,8 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split' -MAN1= gsl-config.1 gsl-randist.1 gsl-histogram.1 -MAN3= gsl.3 INFO= gsl-ref -NO_STAGE= yes post-extract: @${RM} -f ${WRKSRC}/doc/gsl-ref.info* Modified: head/math/gsl/pkg-plist ============================================================================== --- head/math/gsl/pkg-plist Sun Feb 2 08:11:05 2014 (r342249) +++ head/math/gsl/pkg-plist Sun Feb 2 08:22:22 2014 (r342250) @@ -230,4 +230,8 @@ lib/libgslcblas.so lib/libgslcblas.so.0 libdata/pkgconfig/gsl.pc share/aclocal/gsl.m4 +man/man1/gsl-config.1.gz +man/man1/gsl-histogram.1.gz +man/man1/gsl-randist.1.gz +man/man3/gsl.3.gz @dirrm include/gsl