From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 1 03:50:01 2009 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 EB464106566C for ; Wed, 1 Jul 2009 03:50:01 +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 A83FC8FC1E for ; Wed, 1 Jul 2009 03:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n613o19S070300 for ; Wed, 1 Jul 2009 03:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n613o15H070299; Wed, 1 Jul 2009 03:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jul 2009 03:50:01 GMT Resent-Message-Id: <200907010350.n613o15H070299@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, Matthew Luckie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 880B31065672 for ; Wed, 1 Jul 2009 03:47:28 +0000 (UTC) (envelope-from mluckie@cs.waikato.ac.nz) Received: from zombie.scms.waikato.ac.nz (mail.scms.waikato.ac.nz [130.217.241.36]) by mx1.freebsd.org (Postfix) with ESMTP id 4ECCE8FC21 for ; Wed, 1 Jul 2009 03:47:28 +0000 (UTC) (envelope-from mluckie@cs.waikato.ac.nz) Received: from sorcerer.cs.waikato.ac.nz ([130.217.250.39]) by zombie.scms.waikato.ac.nz with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1MLqWA-0005XI-T9 for FreeBSD-gnats-submit@freebsd.org; Wed, 01 Jul 2009 15:29:54 +1200 Received: from mluckie by sorcerer.cs.waikato.ac.nz with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MLqWA-000Jki-NS for FreeBSD-gnats-submit@freebsd.org; Wed, 01 Jul 2009 15:29:54 +1200 Message-Id: Date: Wed, 01 Jul 2009 15:29:54 +1200 From: Matthew Luckie Sender: Matthew Luckie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/136209: [patch] p5-Net-Patricia missing dependency on p5-version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Luckie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2009 03:50:02 -0000 >Number: 136209 >Category: ports >Synopsis: [patch] p5-Net-Patricia missing dependency on p5-version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 01 03:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Matthew Luckie >Release: FreeBSD 7.1-RELEASE-p4 i386 >Organization: University of Waikato >Environment: System: FreeBSD sorcerer.cs.waikato.ac.nz 7.1-RELEASE-p4 FreeBSD 7.1-RELEASE-p4 #0: Sat Mar 28 11:10:56 NZDT 2009 root@sorcerer.cs.waikato.ac.nz:/usr/obj/usr/src/sys/GENERIC i386 >Description: p5-Net-Patricia requires p5-version to run. if it is not installed, then anything depending on Net::Patricia will not work. >How-To-Repeat: install p5-Net-Patricia on a system without p5-version installed. >Fix: --- patch-p5-Net-Patricia begins here --- diff -uNr p5-Net-Patricia.orig/Makefile p5-Net-Patricia/Makefile --- p5-Net-Patricia.orig/Makefile 2009-06-26 07:02:46.000000000 +1200 +++ p5-Net-Patricia/Makefile 2009-07-01 15:17:25.000000000 +1200 @@ -16,6 +16,8 @@ PERL_CONFIGURE= YES +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version + MAN3= Net::Patricia.3 .include --- patch-p5-Net-Patricia ends here --- >Release-Note: >Audit-Trail: >Unformatted: