Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 02:36:10 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/190219: [PATCH] devel/p5-Class-Multimethods: Added LICENSE, Fixed pkg-descr, take maintainership
Message-ID:  <201405252036.s4PKaAqa022227@bofh.1asiacom.net>
Resent-Message-ID: <201405252040.s4PKe0PQ085939@freefall.freebsd.org>

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

>Number:         190219
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Class-Multimethods: Added LICENSE, Fixed pkg-descr, 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:   Sun May 25 20:40: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 #2 r265972: Wed May 14 02:05:04 BDT
>Description:
- Added LICENSE
- Fixed pkg-descr
- Take maintainership

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

--- p5-Class-Multimethods-1.70.patch begins here ---
diff -ruN /usr/ports//devel/p5-Class-Multimethods/Makefile ./Makefile
--- /usr/ports//devel/p5-Class-Multimethods/Makefile	2013-10-28 19:46:25.000000000 +0600
+++ ./Makefile	2014-05-26 02:34:45.401322606 +0600
@@ -7,9 +7,12 @@
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Support multimethods and function overloading in Perl
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 
diff -ruN /usr/ports//devel/p5-Class-Multimethods/pkg-descr ./pkg-descr
--- /usr/ports//devel/p5-Class-Multimethods/pkg-descr	2014-01-22 21:44:51.000000000 +0600
+++ ./pkg-descr	2014-05-26 02:35:18.320276637 +0600
@@ -16,10 +16,4 @@
 the variants' definitions (see "Finding the "nearest" multimethod" for a 
 definition of "closest").
 
-The result is something akin to C++'s function overloading, but more 
-intelligent, since multimethods take the inheritance relationships of each 
-argument into account. Another way of thinking of the mechanism is that it 
-performs polymorphic dispatch on every argument of a method, not just the 
-first.
-
 WWW: http://search.cpan.org/dist/Class-Multimethods/
--- p5-Class-Multimethods-1.70.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?201405252036.s4PKaAqa022227>