Commit graph

16 commits

Author SHA1 Message Date
adrianp
2ae6078ec7 Give up MAINTAINER 2009-07-17 18:00:13 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

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=...").
2008-10-19 19:17:40 +00:00
he
76762dc18a Update from version 1.41 to 1.42. Changes:
1.42 Thu  3 Jul 2008 (Adam Kennedy)
	- Updated to Module::Install 0.76
	- Updated bundled author tests
	- Added the test_remove function
	- Localising $@ during eval calls
2008-08-05 22:13:05 +00:00
he
0c179ed087 Update to version 1.41. Changes:
1.41 Mon  2 Jun 2008
	- No functional changes
	- Updating location of author tests
	- Switching to Module::Install again, to generate a better META.yml
2008-06-22 13:36:33 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wiz
f536045004 Update to 1.40:
1.40 Sat 23 Feb 2008
	- Dev release looks good, changing to production release

1.39_01 Wed 20 Feb 2008 (Adam Kennedy)
	- Fixed rt.cpan.org #30251 "removing dirs enclosed by curly braces"
	- remove now ignores globbing if -e is true BEFORE globbing
	  (This should fix numerous possible failures where people are trying
	   delete strangely named files, but globbing is kicking in and
	   expanding the names incorrectly)
	- Moving to a production-grade version to indicate module stability
	- Adding explicit 5.005 dependency
	  (Primarily for the benefit of automated quality/anaylsis tools)
2008-04-23 19:52:32 +00:00
wiz
c0bc722506 Update to 0.39:
0.39 Mon 12 Nov 2007  (Adam Kennedy)
	- No functional changes
	- Updating to Module::Install 0.68

0.38 Mon 15 Oct 2007  (Adam Kennedy)
	- Removed an extremely dangerous and reckless test case that tried
	  to delete a soft link to root and (when it failed) deleted the
	  actual root directory.

0.37 Sun  8 Jul 2007  (Adam Kennedy)
	- Restoring support for broken symlinks (Marek Rouchal)
	- Adding tests for the broken symlink case (Marek Rouchal)
	- Tidying up the Changes file a bit

0.36 Fri 30 Jun 2007  (Adam Kennedy)
	- Avoid the installation of Mac::Glue.
	  (It should not be necesary to test voice synthesis to delete a file)
	- Anyone truly needing "trash" support will need to add a dependency
	  on Mac::Glue themself. The function may be split out of File::Remove
	  later down the track.
	- Constanting the debugger flag for a minor speed and memory improvement
	- Copy in a known-readonly flag for more accurate testing on Win32
	- Remove assumption that -w implied deletion rights on Win32
	- Validate that the file was actually deleted.
	- Add better mode-handling for files.
	- Add smarter implementation of "candelete" logic.

0.35 Fri  9 Feb 2007  (Stephen Steneker)
	- Update makefile to require Mac::Glue version compatible with Intel macs
	- Change pod heading from "methods" to "subroutines" [RT#13687]
	- No functional changes from 0.34
2007-11-29 17:38:39 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
391d620288 Update to 0.34:
0.34 Mon Nov 6 2006
    - Update t/03 to skip the "is this file not writable" test when
      it would fail because the tests are being run by root (as sometimes
      happens when installing Perl modules).
                            --Jesse Vincent

0.33 Tue 24 Oct 2006
    - Previous release tested ok.
    - Incrementing for production release.
    - No functional changes

0.32_01 Mon 23 Oct 2006
    - Use File::Spec to clean/canon paths instead of hand-stripping trailing slash
    - Apply the File::Path "safe" check manually for the root only, and
      use File::Path itself with safe OFF, so that we can handle deleting
      deep readonly files (and do it properly on VMS)
    - Added a test for the deletion of deep readonly files
    - Removing the use of "our" variables to try and get the Perl version
      dependency back to at least 5.005.
    - Report "deleted" for non-existant files they want to delete
    - Report the path they pass, but for dir USE a File::Spec->canonpath
2007-02-18 02:03:34 +00:00
wiz
87b5575d13 Update to 0.31:
0.31 Wed Dec 28 17:40:00 2005
    - Applied Eric Hanchrow's patch to support filenames with spaces.
    - Skip recycle tests unless recycle/trash support is available.
2006-01-03 17:36:31 +00:00
wiz
ab44f124c6 Update to 0.30:
0.30 Wed Jul 14 19:12:00 2005
    - Applied CNANDOR's patch to fix trash() support on OS X 10.4.
2005-11-23 22:07:30 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
wiz
04e101bc5d Use HOMEPAGE that is not version-specific. 2005-06-24 19:47:23 +00:00
adrianp
66418df5c5 - Add in sysutils CATEGORY 2005-04-23 17:31:05 +00:00
adrianp
23d4792ded File::Remove::remove removes files and directories. It acts like /bin/rm,
for the most part. Although unlink can be given a list of files, it will
not remove directories; this module remedies that. It also accepts
wildcards, * and ?, as arguments for filenames.
2005-04-23 17:27:55 +00:00