From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 24 11:30:22 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 46FBD16A494 for ; Sat, 24 Jun 2006 11:30:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA0843D48 for ; Sat, 24 Jun 2006 11:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5OBUKKi056386 for ; Sat, 24 Jun 2006 11:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5OBUKRM056383; Sat, 24 Jun 2006 11:30:20 GMT (envelope-from gnats) Resent-Date: Sat, 24 Jun 2006 11:30:20 GMT Resent-Message-Id: <200606241130.k5OBUKRM056383@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, Tsung-Han Yeh Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5291A16A4A0 for ; Sat, 24 Jun 2006 11:26:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C2D543D5A for ; Sat, 24 Jun 2006 11:26:46 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5OBQjvW046508 for ; Sat, 24 Jun 2006 11:26:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5OBQjVI046507; Sat, 24 Jun 2006 11:26:45 GMT (envelope-from nobody) Message-Id: <200606241126.k5OBQjVI046507@www.freebsd.org> Date: Sat, 24 Jun 2006 11:26:45 GMT From: Tsung-Han Yeh To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99409: [maintainer-update] devel/p5-Module-Compile : fix Makefile 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: Sat, 24 Jun 2006 11:30:22 -0000 >Number: 99409 >Category: ports >Synopsis: [maintainer-update] devel/p5-Module-Compile : fix Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 24 11:30:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Tsung-Han Yeh >Release: FreeBSD 6.0-STABLE >Organization: >Environment: FreeBSD AntiVirus.yuntech.edu.tw 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Nov 27 22:46:26 CST 2005 root@AntiVirus.yuntech.edu.tw:/usr/src/sys/i386/compile/AntiVirus i386 >Description: Fixed devel/p5-Module-Compile/Makefile for the problem with duplicated dependencies. >How-To-Repeat: >Fix: --- p5-Module-Compile.diff begins here --- diff -ruN /usr/ports/devel/p5-Module-Compile/Makefile p5-Module-Compile/Makefile --- /usr/ports/devel/p5-Module-Compile/Makefile Wed Jun 14 09:29:37 2006 +++ p5-Module-Compile/Makefile Sat Jun 24 19:37:14 2006 @@ -16,7 +16,7 @@ MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Provide a system for writing modules that compile other Perl modules -BUILD_DEPENDS= ${SITE_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes --- p5-Module-Compile.diff end here --- >Release-Note: >Audit-Trail: >Unformatted: