Date: Thu, 14 Oct 2004 17:56:27 +0200 From: Mathieu Arnold <mat@FreeBSD.org> To: Jun Kuriyama <kuriyama@imgsrc.co.jp>, perl@FreeBSD.org Subject: Re: Reduce dependency for ports/devel/p5-File-Modified Message-ID: <C16D0F85382CEDF6455FD909@[192.168.8.51]> In-Reply-To: <7mwtxt70zv.wl@black.imgsrc.co.jp> References: <7mwtxt70zv.wl@black.imgsrc.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
go ahead :-)
+-le 15/10/2004 00:50 +0900, Jun Kuriyama a dit :
|
| 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-SH
| A1 +BUILD_DEPENDS=
| ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SH
| A1 RUN_DEPENDS= ${BUILD_DEPENDS}
|
| PERL_CONFIGURE= yes
| @@ -24,7 +24,8 @@
| .include <bsd.port.pre.mk>
|
| .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:
--
Mathieu Arnold
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (MingW32)
iQEVAwUBQW6hrlvROjYJ63c1AQKHngf9H22acHcTjne8GA32jtiHmyF+azRAPma7
k5DN72GjOgP01MOgc3zO/TqvRLnYg6LUFxbrJiYoDtCKUVaAoFyK1lSxd/3V1zCF
9PE59vb/uLFG7bmd3ZA8MX5/wYfKbn+aVjvobo38lvyrwWwbASLiEVQGn/uAoai+
bZDtBuypPTGUgmdMB/Zc2DA/2EM9d5ch73vMAcmZJjGrj1eS7glmgu1cb+dkU0NY
pxd4rwffXmr+J3d+xiqaKhcGtouK5KPLCVIeLWJZ/rfEXG8/kngVl1NiwXxuYnbO
r6tHgDCBgd6hQ8VM8iGnbVYbflHz51KeQp99lRw15nwLZ0YAB25otw==
=Inj0
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C16D0F85382CEDF6455FD909>
