From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 9 17:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3B10106567A for ; Fri, 9 Mar 2012 17:50:10 +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 81DD88FC22 for ; Fri, 9 Mar 2012 17:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q29Ho9FC035590 for ; Fri, 9 Mar 2012 17:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q29Ho9mA035589; Fri, 9 Mar 2012 17:50:09 GMT (envelope-from gnats) Resent-Date: Fri, 9 Mar 2012 17:50:09 GMT Resent-Message-Id: <201203091750.q29Ho9mA035589@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73EE41065702 for ; Fri, 9 Mar 2012 17:48:39 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 2E7518FC0C for ; Fri, 9 Mar 2012 17:48:39 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q29HmVZi073825 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 9 Mar 2012 12:48:32 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q29HmOiE018901; Fri, 9 Mar 2012 12:48:24 -0500 (EST) (envelope-from steve) Message-Id: <201203091748.q29HmOiE018901@meatwad.mouf.net> Date: Fri, 9 Mar 2012 12:48:24 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kostjnspb@yandex.ru Subject: ports/165885: [PATCH] security/p5-Crypt-Twofish_PP: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2012 17:50:10 -0000 >Number: 165885 >Category: ports >Synopsis: [PATCH] security/p5-Crypt-Twofish_PP: add missing DEPENDS >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: Fri Mar 09 17:50:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar 2 21:54:42 >Description: - Add missing DEPENDS - Bump PORTREVISION Port maintainer (kostjnspb@yandex.ru) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Crypt-Twofish_PP-0.17_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/p5-Crypt-Twofish_PP/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 20 Jan 2011 06:05:28 -0000 1.1 +++ Makefile 9 Mar 2012 17:48:00 -0000 @@ -7,6 +7,7 @@ PORTNAME= Crypt-Twofish_PP PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN \ http://kostjn.spb.ru/freebsd/ @@ -15,6 +16,9 @@ MAINTAINER= kostjnspb@yandex.ru COMMENT= The Twofish Algorithm in Pure Perl +BUILD_DEPENDS= p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= YES MAN3= Crypt::Twofish_PP.3 \ --- p5-Crypt-Twofish_PP-0.17_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: