Date: Sat, 3 May 2014 18:40:17 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/189298: [PATCH] math/p5-Math-Series: Added LICENSE, take maintainership Message-ID: <201405031240.s43CeHrY045247@bofh.1asiacom.net> Resent-Message-ID: <201405031250.s43Co0je022924@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 189298 >Category: ports >Synopsis: [PATCH] math/p5-Math-Series: 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:50:00 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-Series-1.01.patch begins here --- diff -ruN /usr/ports//math/p5-Math-Series/Makefile ./Makefile --- /usr/ports//math/p5-Math-Series/Makefile 2013-11-05 12:56:18.000000000 +0600 +++ ./Makefile 2014-05-03 18:39:56.309462081 +0600 @@ -7,9 +7,12 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl extension dealing with mathematic series +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic \ p5-Math-Sequence>=0:${PORTSDIR}/math/p5-Math-Sequence RUN_DEPENDS:= ${BUILD_DEPENDS} diff -ruN /usr/ports//math/p5-Math-Series/pkg-descr ./pkg-descr --- /usr/ports//math/p5-Math-Series/pkg-descr 2014-01-22 21:44:51.000000000 +0600 +++ ./pkg-descr 2014-05-03 18:39:31.134489233 +0600 @@ -21,7 +21,4 @@ directly, though unless the element has been cached in a previous calculation, this is just a shortcut for repeated use of the iterator. -Every element in the series may only access its predecessor, not the -elements before that. - WWW: http://search.cpan.org/dist/Math-Series/ --- p5-Math-Series-1.01.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?201405031240.s43CeHrY045247>