From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 2 02:11:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 006B916A4CE for ; Fri, 2 Jul 2004 02:11:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D361B43D2D for ; Fri, 2 Jul 2004 02:11:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i622AJjH041025 for ; Fri, 2 Jul 2004 02:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i622AJkk041023; Fri, 2 Jul 2004 02:10:19 GMT (envelope-from gnats) Resent-Date: Fri, 2 Jul 2004 02:10:19 GMT Resent-Message-Id: <200407020210.i622AJkk041023@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, David Lay Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 126DE16A4CE for ; Fri, 2 Jul 2004 02:03:22 +0000 (GMT) Received: from mayhem.webize.com.au (mayhem.webize.com.au [203.48.28.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E10F343D48 for ; Fri, 2 Jul 2004 02:03:20 +0000 (GMT) (envelope-from dsl@mayhem.webize.com.au) Received: (qmail 38441 invoked by uid 1003); 2 Jul 2004 02:02:28 -0000 Message-Id: <20040702020228.38387.qmail@mayhem.webize.com.au> Date: 2 Jul 2004 02:02:28 -0000 From: David Lay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/68577: Update p5-Digest-SHA1 for Perl 5.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Lay List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 02:11:23 -0000 >Number: 68577 >Category: ports >Synopsis: Update p5-Digest-SHA1 for Perl 5.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 02 02:10:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: David Lay >Release: N/A >Organization: Webize >Environment: N/A >Description: p5-Digest-SHA1 has a dependency on p5-Digest. p5-Digest is available in the base Perl 5.8 distribution. We don't want to add p5-Digest to the dependency list if Perl 5.8 is used. >How-To-Repeat: >Fix: diff -ur p5-Digest-SHA1.orig/Makefile p5-Digest-SHA1/Makefile --- p5-Digest-SHA1.orig/Makefile Mon Jun 21 11:00:47 2004 +++ p5-Digest-SHA1/Makefile Thu Jul 1 11:45:17 2004 @@ -15,11 +15,15 @@ MAINTAINER= erwin@FreeBSD.org COMMENT= Perl interface to the SHA-1 Algorithm -BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Digest::SHA1.3 -.include +.include + +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest +RUN_DEPENDS= ${BUILD_DEPENDS} +.endif + +.include >Release-Note: >Audit-Trail: >Unformatted: