Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Oct 2011 10:30:02 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ale@FreeBSD.org
Subject:   ports/161397: [PATCH] math/mpfr: Fix plist, pet portlint
Message-ID:  <201110081430.p98EU27D044075@meatwad.mouf.net>
Resent-Message-ID: <201110081440.p98Ee0ms001103@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110081430.p98EU27D044075>