pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-PathTools p5-PathTools is successor to p5-Fil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5705133f40b
branches:  trunk
changeset: 523698:d5705133f40b
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Jan 11 13:02:48 2007 +0000

description:
p5-PathTools is successor to p5-File-Spec, so conflict.
Pointed out by Christoph Badura in PR 35402.

>From Changes of p5-PathTools:
3.00  Thu Sep  2 22:15:07 CDT 2004

 - Merged Cwd and File::Spec into a single PathTools distribution.
   This was done because the two modules use each other fairly
   extensively, and extracting the common stuff into another
   distribution was deemed nigh-impossible.  The code in revision 3.00
   of PathTools should be equivalent to the code in Cwd 2.21 and
   File::Spec 0.90.

diffstat:

 devel/p5-PathTools/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 41e025d296c3 -r d5705133f40b devel/p5-PathTools/Makefile
--- a/devel/p5-PathTools/Makefile       Thu Jan 11 12:52:58 2007 +0000
+++ b/devel/p5-PathTools/Makefile       Thu Jan 11 13:02:48 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/11/02 13:42:04 obache Exp $
+# $NetBSD: Makefile,v 1.3 2007/01/11 13:02:48 obache Exp $
 
 DISTNAME=      PathTools-3.23
 PKGNAME=       p5-${DISTNAME}
@@ -11,6 +11,8 @@
 
 DEPENDS+=      p5-Scalar-List-Utils>=1.14:../../devel/p5-Scalar-List-Utils
 
+CONFLICTS+=    p5-File-Spec-[0-9]*
+
 CONFIGURE_ARGS+=       DEFINE="-DHAS_GETCWD"
 
 PERL5_PACKLIST=        auto/Cwd/.packlist



Home | Main Index | Thread Index | Old Index