summaryrefslogtreecommitdiff
path: root/devel/p5-File-Path/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2015-11-15Update to 2.12wen1-2/+2
Upstream changes: 2.12 2015-10-09 - RT 105935 Change ERROR HANDLING doc section to be very clear about the error handling mechanism for root nodes. - RT 105935 Change ERROR HANDLING doc section to remove the EXPERIMENTAL note; the error handling mechanism has been in place for several versions. 2.11_004 2015-10-01 - RT 105935 Revert change made in 2.10_001 to carp on failure to find root directory when performing an rmtree. 2.11_003 2015-08-03 - Fix root tests to properly call prereq() -- failed primarily on Windows since getpwent/getgrent not implemented on Windows. 2.11_002 2015-07-25 - Fix windows refactored tests - missing import and since it's out of Path.t the path creation creates 2 directories (t/Path_win32.t) - Fix root only tests. getpwent/getgrent was called twice, causing skip_all to trigger and giving impression all tests pass. 2.11_001 2015-07-24 - RT 105527 FIX: Move eg/ and author tests from t/Path.t to xt/ - RT 105935 FIX: Clarify error behavior for rmtree errors on root directory (not fixed but documented). Clarify in documentation the how alike rmtree is to 'rm -r'. - RT 105977 FIX: Fix INSTALLDIRS for Perl 5.6 - RT 105986 FIX: Refactor unit tests to better care for test counts - RT 106039 FIX: Wrong version in Pod - RT 106043 FIX: Suboptimal error message - RT 106045 FIX: _run_for_warning does not consume multiple messages - RT 106047 FIX: _run_for_verbose cause fail test on 5.6.2 - Removed optional File::Output usage and run those tests for everyone.
2015-08-22Update 2.09 to 2.11mef1-3/+2
------------------- 2.11 2015-07-17 - Change argument check error from croak to carp since there are some dependent modules using non-standard options. The error check will move back to croak when dependent modules have the opportunity to correct the argument. 2.10_005 2015-07-17 - Better argument checking and reporting of failure for unrecognized options. - RT 71562 Document automount race condition limitation and workaround - RT 99230 Document multithreaded application limitation and that the limitation may be removed in a future release. 2.10_004 2015-07-10 - Remove use of English.pm since it breaks many older Perls - Fix a unit test skip count for users who have not installed Test::Output 2.10_003 2015-07-08 - Administrative changes to MANIFEST and MANIFEST.SKIP - Style changes to Path.pm for easier reading of code - Removal of pod.t - Use English.pm to make variables like $! more fluent for code readers 2.10_002 2015-06-26 - RT 42139. Add better SKIP test emit for VMS. - RT 85360. Fix typos and better .gitignore and MANIFEST.SKIP settings. - RT 51588. Added patch elements but unable to verify on VMS. 2.10_001 2015-06-24 - RT 39949. Report errors on lstat failure. - RT 53178. Deprecate UNIVERSAL::isa usage - RT 70657. Test added. - RT 70938. Documentation fix for Windows native relative usage - RT 72256. Option added for setting permission (chmod) - RT 73840. Fix taint/untaint bug. - RT 95150. Add CPAN metadata for source tree location. - RT 103512. Documentation language fix.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-12-02Update to 2.09:wiz1-3/+2
2.09 2013-01-13 21:09:12 UTC - merge two bugfixes from blead see https://github.com/dland/File-Path/pull/1
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-13Revision bump after updating perl to 5.14.1adam1-4/+3
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-10-11Updating devel/p5-File-Path from 2.07 to 2.08sno1-2/+3
pkgsrc changes: - Adding license definition Upstream changes: 2.08 2009-10-04 10:14:36 UTC - make_path() can now set user- and group-ownership on created directories. (Suggested by Jens Rehsack, CPAN #47558). 2.07_03 2009-06-21 13:11:30 UTC - Merged 2.07_02 patches from blead - Remove stat checks on Windows platform (inhibits UNC path removals from working, and Windows is immune to this particular attack). CPAN #34701
2009-01-11Import p5-File-Path to version 2.07.he1-0/+20
This module provide a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the filesystem.