2016-04-29 09:32:46 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated to devel/p5-Tree-Simple-1.28
------------------------------------
1.28 2016-04-27T17:35:00
- No code changes.
- Adopt workflow techniques suggested by Kent Fredric. This means a cleaner \
workdir and a
much more reliable dist. The latter now has auto-generated MANIFEST \
and META.* files.
1.27 2016-04-25T09:26:00
- No code changes.
- Fix my licence (sic) mess so all references are to Perl. This involves edits \
to Makefile.PL
and LICENSE. See RT#113949. Thanx Kent Fredric.
- Fix Makefile.PL so modules only used for testing are in TEST_REQUIRES and \
not PREREQ_PM.
See RT#113948. Thanx Kent Fredric.
- Fix README so it more-or-less conforms to the Perl Foundation's guidelines at
http://www.perlfoundation.org/cpan_licensing_guidelines.
1.26 2015-11-28T09:30:00
- No code changes.
- Accept patches from Manwar via github. See \
https://github.com/stevan/tree-simple/pull/10.
- I (Ron) followed github's advice on handling merge conflicts from the \
command line, but could
not see the patches after the merge.
- So, create github repo https://github.com/ronsavage/Tree-Simple.
- Remove Build.PL.
- Reformat dates in this file.
- Oops. Can't get Test::Stream to work in 10_Tree_Simple_test.t. Logged issue, \
but it's
probably a problem with the way I tried to use Test::Stream. Revert to \
Test::More.
- Add xt/author/changes.t to MANIFEST.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-07-12 20:56:37 by Thomas Klausner | Files touched by this commit (405) |
Log message:
Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
|
2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2015-04-25 10:20:01 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
1.25 Tue Jan 13 08:51:00 2014
- Fix logic in sub DESTROY for when children are/are not
present. Reported by astortz. See
https://github.com/stevan/tree-simple/issues/8.
1.24 Sat Sep 6 09:27:00 2014
- Abandon Test::Version and hence delete t/version.t. Putting
version.t in xt/author/ is not a solution, because
Test::Version has problems with Test::EOL and Test::Builder.
Thanx to Kent Fredric for the github issue which started me
investigating this issue.
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
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-11-24 02:45:33 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.23
Add LICENSE
Update DEPENDS
Upstream changes:
1.23 Sat Nov 9 10:43:00 2013
- No code changes.
- Accept spelling corrections from the Debian Perl Group, with thanx. See RT#90171.
Note: The change to lib/Tree/Simple/Visitor.pm had already been made.
- Add t/version.t, which uses Test::Version, to cross-check version #s.
1.22 Mon Sep 30 08:35:00 2013
- Metadata fixes in Build.PL and correct bugtracker queue in Makefile.PL. Thanx \
to dsteinbrunner (via github).
1.21 Thu Sep 26 13:08:00 2013
- Fix syntax error in Makefile.PL.
1.20 Thu Sep 26 11:16:00 2013
- Merge source from https://github.com/stevan/tree-simple.
- Close github issues.
- Add bugtracker and license to Build.PL and Makefile.PL.
1.19 Mon Sep 23 08:26:00 2013
- Maintenance now by Ron Savage.
- Rectify datestamp format in this file.
- Add Changelog.ini.
- Make Simple.pm and Visitor.pm have the same version #.
- Reformat Build.PL and Makefile.PL.
- Move t/pod* into xt/author/.
- Minor doc patches.
- Add t/17_Tree_Simple_width_test.t. This code was attached to RT#40407, to \
demonstrate a bug in keeping a
running total of the width (leaf count) of a tree during node additions to leaves.
Thanx to David Cryer for the test code and patch.
- Add t/21_Tree_Simple_Visitor_test.t. This code was attached to RT#30032, to \
demonstrate a bug in including
the root in a traversal after calling $visitor -> includeTruck(1).
- RT#30032: Adopt patch from Moses Amaro. With thanx.
- RT#38607: Reject. Suppressing deep recursion warnings should not normally be \
done. Sub-class!
- RT#40407: Adopt patch from David Cryer. With thanx.
- RT#84797: Reject. Changing the return value of setUID could break any amount \
of code.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
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-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|