Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 2014 18:38:38 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/189293: [PATCH] math/p5-Math-Spline: Added LICENSE, take maintainership
Message-ID:  <201405031238.s43Ccc71044735@bofh.1asiacom.net>
Resent-Message-ID: <201405031240.s43Ce1ZW019176@freefall.freebsd.org>

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

>Number:         189293
>Category:       ports
>Synopsis:       [PATCH] math/p5-Math-Spline: Added LICENSE, take maintainership
>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 May 03 12:40:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r263870: Fri Mar 28 16:37:49 BDT
>Description:
- Added LICENSE
- Take maintainership

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- p5-Math-Spline-0.02.patch begins here ---
diff -ruN /usr/ports//math/p5-Math-Spline/Makefile ./Makefile
--- /usr/ports//math/p5-Math-Spline/Makefile	2013-11-05 12:56:18.000000000 +0600
+++ ./Makefile	2014-05-03 18:38:22.444484631 +0600
@@ -7,9 +7,12 @@
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Cubic Spline Interpolation of data
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	p5-Math-Derivative>=0:${PORTSDIR}/math/p5-Math-Derivative
 
 USES=		perl5
diff -ruN /usr/ports//math/p5-Math-Spline/pkg-descr ./pkg-descr
--- /usr/ports//math/p5-Math-Spline/pkg-descr	2014-01-22 21:44:51.000000000 +0600
+++ ./pkg-descr	2014-05-03 18:37:59.502468971 +0600
@@ -2,3 +2,5 @@
 data is passed as references to two arrays containing the x and y
 ordinates. It may be used as an exporter of the numerical functions or,
 more easily as a class module.
+
+WWW: http://search.cpan.org/dist/Math-Spline/
--- p5-Math-Spline-0.02.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?201405031238.s43Ccc71044735>