From owner-freebsd-perl@FreeBSD.ORG Wed Aug 18 07:30:09 2010 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 D8D791065672 for ; Wed, 18 Aug 2010 07:30:09 +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 AE5218FC15 for ; Wed, 18 Aug 2010 07:30:09 +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 o7I7U97c031968 for ; Wed, 18 Aug 2010 07:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7I7U9eI031965; Wed, 18 Aug 2010 07:30:09 GMT (envelope-from gnats) Date: Wed, 18 Aug 2010 07:30:09 GMT Message-Id: <201008180730.o7I7U9eI031965@freefall.freebsd.org> To: perl@FreeBSD.org From: Frederic Culot Cc: Subject: Re: ports/149142: Update port: devel/p5-Term-Menus X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frederic Culot List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2010 07:30:09 -0000 The following reply was made to PR ports/149142; it has been noted by GNATS. From: Frederic Culot To: bug-followup@FreeBSD.org, frederic@culot.org, az@FreeBSD.org Cc: Subject: Re: ports/149142: Update port: devel/p5-Term-Menus Date: Wed, 18 Aug 2010 09:28:32 +0200 --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Hello Andrej, thank you for pointing out the availability of a new vendor release since I issued this PR. Attached you will find the patch to update to the latest available version as of today. The patch includes: - update to 1.41 - dependency on Term-ReadKey added Thanks again Andrej. Frederic --cNdxnHkX5QqsyA0e Content-Type: text/x-diff; charset=iso-8859-1 Content-Disposition: attachment; filename="p5-Term-Menus.diff" diff -ruN p5-Term-Menus.bak/Makefile p5-Term-Menus/Makefile --- p5-Term-Menus.bak/Makefile 2010-08-18 09:10:56.670098264 +0200 +++ p5-Term-Menus/Makefile 2010-08-18 09:17:30.695616032 +0200 @@ -6,7 +6,7 @@ # PORTNAME= Term-Menus -PORTVERSION= 1.32 +PORTVERSION= 1.41 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Create Powerful Terminal, Console and CMD Enviroment Menus +BUILD_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_MODBUILD= yes MAN3= Term::Menus.3 diff -ruN p5-Term-Menus.bak/distinfo p5-Term-Menus/distinfo --- p5-Term-Menus.bak/distinfo 2010-08-18 09:10:56.670098264 +0200 +++ p5-Term-Menus/distinfo 2010-08-18 09:12:27.299345836 +0200 @@ -1,3 +1,3 @@ -MD5 (Term-Menus-1.32.tar.gz) = 1320aea0bbcffce840e2d54da1572e05 -SHA256 (Term-Menus-1.32.tar.gz) = 51433cdcb376d764a58d4cff7074670735cad1ef5d3240a64966cb04089af1ca -SIZE (Term-Menus-1.32.tar.gz) = 57343 +MD5 (Term-Menus-1.41.tar.gz) = e16eb8a3b3543edb1dfaeed4262efab1 +SHA256 (Term-Menus-1.41.tar.gz) = 63598c87b0846d971569fc73e1974c6b6d78a34456bfeff425183aecadd5a0cb +SIZE (Term-Menus-1.41.tar.gz) = 72151 --cNdxnHkX5QqsyA0e--