From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 8 14:40:01 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A0991065670 for ; Sat, 8 Oct 2011 14:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 11C538FC17 for ; Sat, 8 Oct 2011 14:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p98Ee0jv001104 for ; Sat, 8 Oct 2011 14:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p98Ee0ms001103; Sat, 8 Oct 2011 14:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 8 Oct 2011 14:40:00 GMT Resent-Message-Id: <201110081440.p98Ee0ms001103@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9691C1065672 for ; Sat, 8 Oct 2011 14:30:07 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 4D0838FC13 for ; Sat, 8 Oct 2011 14:30:07 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id p98EPO9h048582 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 8 Oct 2011 10:25:24 -0400 (EDT) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id p98EU27D044075; Sat, 8 Oct 2011 10:30:02 -0400 (EDT) (envelope-from steve) Message-Id: <201110081430.p98EU27D044075@meatwad.mouf.net> Date: Sat, 8 Oct 2011 10:30:02 -0400 (EDT) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ale@FreeBSD.org Subject: ports/161397: [PATCH] math/mpfr: Fix plist, pet portlint X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2011 14:40:01 -0000 >Number: 161397 >Category: ports >Synopsis: [PATCH] math/mpfr: Fix plist, pet portlint >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 08 14:40:00 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 9.0-BETA2 amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 9.0-BETA2 FreeBSD 9.0-BETA2 #4: Sun Sep 18 10:33:08 EDT 2011 >Description: - Fix leftover files - Pet portlint while here Port maintainer (ale@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- mpfr-3.1.0_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/mpfr/Makefile,v retrieving revision 1.22 diff -u -u -r1.22 Makefile --- Makefile 7 Oct 2011 07:42:43 -0000 1.22 +++ Makefile 8 Oct 2011 14:28:03 -0000 @@ -18,14 +18,14 @@ MAINTAINER= ale@FreeBSD.org COMMENT= A library for multiple-precision floating-point computations +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER + LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp PATCHLEVEL= 1 PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} -LICENSE= LGPL3 -LICENSE_FILE= ${WRKSRC}/COPYING.LESSER - USE_AUTOTOOLS= libtool USE_GNOME= ltverhack Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/math/mpfr/pkg-plist,v retrieving revision 1.6 diff -u -u -r1.6 pkg-plist --- pkg-plist 11 Jun 2010 15:08:51 -0000 1.6 +++ pkg-plist 8 Oct 2011 14:21:56 -0000 @@ -1,6 +1,8 @@ +share/doc/mpfr/FAQ.html include/mpfr.h include/mpf2mpfr.h lib/libmpfr.a lib/libmpfr.la lib/libmpfr.so lib/libmpfr.so.4 +@dirrmtry share/doc/mpfr --- mpfr-3.1.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: