<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/p5-File-Remove/Makefile, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-05-29T23:35:13Z</updated>
<entry>
<title>Bump for perl-5.20.0.</title>
<updated>2014-05-29T23:35:13Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2014-05-29T23:35:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=748acb2c4ac89a5af04946df5ba5f11140726d65'/>
<id>urn:sha1:748acb2c4ac89a5af04946df5ba5f11140726d65</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>Bump all packages for perl-5.18, that</title>
<updated>2013-05-31T12:39:57Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2013-05-31T12:39:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=047a7f787e76857b9b0d4ad6fba74593dbd875e3'/>
<id>urn:sha1:047a7f787e76857b9b0d4ad6fba74593dbd875e3</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.</title>
<updated>2012-10-23T19:50:50Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-10-23T19:50:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c4f95ab71a8e776eb3384df9e8b9ddfa4e2a89c8'/>
<id>urn:sha1:c4f95ab71a8e776eb3384df9e8b9ddfa4e2a89c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump all packages that use perl, or depend on a p5-* package, or</title>
<updated>2012-10-03T21:53:53Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2012-10-03T21:53:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=318446307559eb62a25905911b5e04c7006159b4'/>
<id>urn:sha1:318446307559eb62a25905911b5e04c7006159b4</id>
<content type='text'>
are called p5-*.

I hope that's all of them.</content>
</entry>
<entry>
<title>Updating package for CPAN module File::Remove in sysutils/p5-File-Remove</title>
<updated>2012-05-31T09:10:27Z</updated>
<author>
<name>sno</name>
<email>sno@pkgsrc.org</email>
</author>
<published>2012-05-31T09:10:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7116bb745228a5c4036800c26acc2a1a45a6d310'/>
<id>urn:sha1:7116bb745228a5c4036800c26acc2a1a45a6d310</id>
<content type='text'>
from 1.50 to 1.52.

Upstream changes:
1.52 Mon 19 Mar 2012 - Adam Kennedy
	- No functional changes
	- Updating Module::Install to 1.06
	- Moved File::Spec dependency to 3.29 to fix problems with
	  four-digit decimal dependencies in some downstream packaging
	  systems.

1.51 Thu 27 Oct 2011 - Adam Kennedy
	- END-time deletion by clear() is now fork-safe, it will only remove
	  paths created in the same process.</content>
</entry>
<entry>
<title>Update p5-File-Remove to 1.50.</title>
<updated>2011-10-06T12:44:27Z</updated>
<author>
<name>hiramatsu</name>
<email>hiramatsu@pkgsrc.org</email>
</author>
<published>2011-10-06T12:44:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7ea164a638d8176b5bd53f20f71f270ed23b20c5'/>
<id>urn:sha1:7ea164a638d8176b5bd53f20f71f270ed23b20c5</id>
<content type='text'>
Changes from previous:
1.50 Mon 11 Jul 2011 - Adam Kennedy
        - Adding a second skip for the known-bad cygwin file permissions problem

1.49 Wed 14 Mar 2011 - Adam Kennedy
        - Restoring 02_directoreis to no_plan as it runs different test counts
          on different systems.

1.48 Fri 11 Mar 2011 - Adam Kennedy
        - Promoting dev code to production version
        - Fixed a major bug in the 1.46 logic that works out what to change the
          cwd to when deleting while inside a directory.

1.47_01 Fri 18 Feb 2011 - Adam Kennedy
        - Add test counts to all test scripts
        - Added a test for space-safe globs

1.46 Fri 18 Feb 2011 - Adam Kennedy
        - No changes from 1.45_01
        - CPAN Testers likes the dev release, moving to production release

1.45_01 Thu 17 Feb 2011 - Adam Kennedy
        - Updated to Module::Install::DSL 1.00
        - Skip test on cygwin due to non-root users not being able to deny
          themselves write permissions to files.
        - Added a test to delete directories when the current working
          directory is inside the location to delete (ADAMK)
        - Fixes for trash() with callbacks and on Mac (MIYAGAWA)</content>
</entry>
<entry>
<title>Revision bump after updating perl5 to 5.14.1.</title>
<updated>2011-08-14T14:52:49Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2011-08-14T14:52:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ca6777aa50b3d417be6cf2f72ea24d701b7fd25f'/>
<id>urn:sha1:ca6777aa50b3d417be6cf2f72ea24d701b7fd25f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump the PKGREVISION for all packages which depend directly on perl,</title>
<updated>2010-08-21T16:32:42Z</updated>
<author>
<name>seb</name>
<email>seb@pkgsrc.org</email>
</author>
<published>2010-08-21T16:32:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=febfbb41f9a1b548f29f1385798606badda36c17'/>
<id>urn:sha1:febfbb41f9a1b548f29f1385798606badda36c17</id>
<content type='text'>
to trigger/signal a rebuild for the transition 5.10.1 -&gt; 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!</content>
</entry>
<entry>
<title>Give up MAINTAINER</title>
<updated>2009-07-17T18:00:13Z</updated>
<author>
<name>adrianp</name>
<email>adrianp@pkgsrc.org</email>
</author>
<published>2009-07-17T18:00:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=23a48fe75bce4dc7fd1211dc783b67ae30aa5e1c'/>
<id>urn:sha1:23a48fe75bce4dc7fd1211dc783b67ae30aa5e1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump the PKGREVISION for all packages which depend directly on perl,</title>
<updated>2008-10-19T19:17:40Z</updated>
<author>
<name>he</name>
<email>he@pkgsrc.org</email>
</author>
<published>2008-10-19T19:17:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b021813da05c69e69b3fde33ae1379ac2a21f615'/>
<id>urn:sha1:b021813da05c69e69b3fde33ae1379ac2a21f615</id>
<content type='text'>
to trigger/signal a rebuild for the transition 5.8.8 -&gt; 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=...").</content>
</entry>
</feed>
