2013-08-24 04:34:24 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.0002
Upstream changes:
1.0002 2013-08-17
- Convert "Changes" (this file) to CPAN::Changes.
- Thanks to https://bitbucket.org/sromanov .
1.0001 2013-08-17
- Fix https://rt.cpan.org/Ticket/Display.html?id=87903
- Case problem with "repository" in "Build.PL".
- Remove trailing space.
|
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-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2011-08-14 17:14:23 by OBATA Akio | Files touched by this commit (201) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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-08-20 19:52:29 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package textproc/p5-XML-SemanticDiff from 0.99 to 1.0000
pkgsrc changes:
- Adding license
- Removing dependencies to CORE modules
Upstream changes:
1.0000 July 28 2009
- Fixed the POD displaying:
- https://rt.cpan.org/Ticket/Display.html?id=48259
|
2008-11-28 15:44:25 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from versio n0.97nb1 to 0.99.
Pkgsrc changes:
o Change to use Module::Build
Upstream changes:
0.99 October 03 2008
- Now can exclude some paths from the comparison:
- http://rt.cpan.org/Ticket/Display.html?id=39705
0.98 September 13 2008
- Added the LICENSE section to the POD (Kwalitee).
- Added the "use warnings" (Kwalitee).
- Added the "Repository URL" on the resources page.
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
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-07-18 16:56:01 by Ulrich Habel | Files touched by this commit (2) | |
Log message:
- updated to 0.97
- added dependency to textproc/p5-Encode
ChangeLog:
0.97 August 08 2007
- Added the README (Kwalitee)
- Specified the LICENSE (as "perl") explicitly in the Makefile.PL.
(Kwalitee)
- Added t/pod.t. (Kwalitee).
- fixed the POD in the process.
- Created a Build.PL script based on the Makefile.PL in order to
make sure the META.yml is according to the SPEC. (Kwalitee).
- Added the t/pod-coverage.t file and made sure the files have
full POD coverage. (Kwalitee)
- Made sure the second argument in compare can accept a processed
XML result, and refactored the code in the process. Added the
t/13to-doc-read.t test file.
- Converted the "PathFinder" package in lib/XML/SemanticDiff.pm
to "XML::SemanticDiff::PathFinder" to maintain namespace
purity.
- Converted the Pkg to use an object using Non-Expat-Options. Made the
global variables as class members using accessors.
0.96 July 03 2007
- Fixed the warning emitted with the namespaces being undefined.
(t/8nonexist_ns.t)
- fixes http://rt.cpan.org/Public/Bug/Display.html?id=1379
- Fixed the search algorithm so it will identify the location of the
XML tags properly. (t/09two-tags.t)
- Applied a modified version of:
http://rt.cpan.org/Ticket/Display.html?id=24715
- Fixes an exception when comparing XML with multi-byte
characters.
- Thanks to RMBARKER
- t/10wide-chars.t
- Applied a modified version of:
http://rt.cpan.org/Ticket/Display.html?id=18491
- Fixes a case where the same tags in different places with
identical contents, are not considered semantically identical.
- Thanks to CLOTHO for reporting it and suggesting a
fix.
- t/11tag-in-different-locations.t
- Added a regression test against bug:
http://rt.cpan.org/Ticket/Display.html?id=2322
- Seems to already have been fixed.
- t/12missing-element-has-o-as-cdata.t
|