From owner-freebsd-perl@FreeBSD.ORG Sun Aug 7 00:20:13 2011 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C13F106566B for ; Sun, 7 Aug 2011 00:20:13 +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 5D96C8FC0A for ; Sun, 7 Aug 2011 00:20:13 +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 p770KDwf074129 for ; Sun, 7 Aug 2011 00:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p770KDGQ074128; Sun, 7 Aug 2011 00:20:13 GMT (envelope-from gnats) Date: Sun, 7 Aug 2011 00:20:13 GMT Message-Id: <201108070020.p770KDGQ074128@freefall.freebsd.org> To: perl@FreeBSD.org From: Jase Thew Cc: Subject: Re: ports/159563: [MAINTAINER] devel/p5-POE-Component-Syndicator: minor amendments X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jase Thew List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2011 00:20:13 -0000 The following reply was made to PR ports/159563; it has been noted by GNATS. From: Jase Thew To: bug-followup@FreeBSD.org, freebsd@beardz.net Cc: Subject: Re: ports/159563: [MAINTAINER] devel/p5-POE-Component-Syndicator: minor amendments Date: Sun, 07 Aug 2011 01:12:08 +0100 This is a multi-part message in MIME format. --------------090503060101020706080206 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Please find attached a corrected patch (move (BUILD|RUN)_DEPENDS to correct location). --------------090503060101020706080206 Content-Type: text/plain; name="p5-POE-Component-Syndicator-0.06.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="p5-POE-Component-Syndicator-0.06.patch" diff -ruN --exclude=CVS /usr/ports/devel/p5-POE-Component-Syndicator.orig/Makefile /usr/ports/devel/p5-POE-Component-Syndicator/Makefile --- /usr/ports/devel/p5-POE-Component-Syndicator.orig/Makefile 2011-06-26 16:29:51.000000000 +0100 +++ /usr/ports/devel/p5-POE-Component-Syndicator/Makefile 2011-08-07 01:05:22.998406064 +0100 @@ -20,8 +20,8 @@ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} +LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LICENSE= ART20 GPLv1 PERL_CONFIGURE= yes --------------090503060101020706080206--