From owner-freebsd-perl@FreeBSD.ORG Thu Oct 14 15:50:30 2004 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B66B16A4CE for ; Thu, 14 Oct 2004 15:50:30 +0000 (GMT) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [210.226.20.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id B145043D66 for ; Thu, 14 Oct 2004 15:50:17 +0000 (GMT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by black.imgsrc.co.jp (Postfix) with ESMTP id E2BA950C23 for ; Fri, 15 Oct 2004 00:50:15 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::9999]) by black.imgsrc.co.jp (Postfix) with ESMTP id ECE0E50C1F for ; Fri, 15 Oct 2004 00:50:12 +0900 (JST) Date: Fri, 15 Oct 2004 00:50:12 +0900 Message-ID: <7mwtxt70zv.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: perl@FreeBSD.org User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd 0.1 Subject: Reduce dependency for ports/devel/p5-File-Modified X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2004 15:50:30 -0000 Hi, How about this patch to reduce dependency with perl-5.8.5? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Modified/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 12 Aug 2004 12:47:58 -0000 1.2 +++ Makefile 14 Oct 2004 15:44:10 -0000 @@ -5,6 +5,7 @@ PORTNAME= File-Modified PORTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File @@ -13,8 +14,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for checking intelligently if files have changed -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/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 @@ -24,7 +24,8 @@ .include .if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp +BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 .endif post-patch: -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project