bd05fe551e
PathTools in devel/p5-PathTools from 3.33nb3 to 3.40. This is required, because Perl5 5.18.0 comes with PathTools 3.40 bundled and some CPAN packages rely on this - pkgsrc installed PathTools 3.33 overrides core modules which is a downgrade and should have a sane reason. Upstream changes since 3.33: 3.40 - Wed Jan 16 07:30:00 2013 - Stop inadvertently skipping Spec.t on VMS. (Craig Berry) - Rethink EFS in File::Spec::VMS. (Craig Berry) - File::Spec::UNIX->abs2rel() gets it wrong with ".." components [perl #111510] (Volker Schatz) - Add C define to remove taint support from perl (Steffen Mueller) - Remove "register" declarations as they are no longer useful (Karl Williamson) - Add test for fast_abs_path in LF dir [perl #115962] (Father Chrysostomos) - Cwd::fast_abs_path's untaint should allow for multiline directories (Joel Berger) 3.39_01 - Tue Dec 20 08:30:00 2011 - [perl #51562] Problem & "solution" for building 5.10.0 with win32+mingw+dmake (kmx) - Fix various compiler warnings from XS code (Zefram) - Fix typos (spelling errors) (Peter J. Acklam) - Remove Mac OS classic only tests from Cwd's Spec.t and special case code from Cwd's cwd.t (Nicholas Clark) - Convert File::Spec's remaining tests to Test::More from Test (Nicholas Clark) - dist/Cwd/lib/File/Spec/Win32.pm: Fix broken link (Karl Williamson) - In Cwd::_win32_cwd() avoid a string eval when checking if we're miniperl (Nicholas Clark) - Add PERL_NO_GET_CONTEXT to Cwd (Nicholas Clark) - In Cwd.xs on VMS, don't compile bsd_realpath() at all (Nicholas Clark) - Merge the implementation of Cwd::{fastcwd,getcwd} using ALIAS (Nicholas Clark) - In Cwd.xs, swap to defaulting to disabled prototypes (Nicholas Clark) - Remove duplicate $VERSION handling code, made redundant in 3.28_01 (Nicholas Clark) - In Cwd.xs, tidy the conditional code related to symlinks (Nicholas Clark) - Keep verbatim pod within 80 cols (Father Chrysostomos) - [RT #36079] Convert ` to ' in docs (Jim Keenan) - [rt.cpan.org #45885] File::Spec: Don’t use tainted tmpdir in 5.6 (Father Chrysostomos)
20 lines
518 B
Makefile
20 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.18 2013/06/29 09:25:30 sno Exp $
|
|
|
|
DISTNAME= PathTools-3.40
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/PathTools/
|
|
COMMENT= Perl module for portably manipulating file specifications
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
CONFLICTS+= p5-File-Spec-[0-9]*
|
|
|
|
CFLAGS+= -DHAS_GETCWD
|
|
|
|
PERL5_PACKLIST= auto/Cwd/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|