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!
|
2010-07-31 15:53:58 by Jens Rehsack | Files touched by this commit (2) | |
Log message:
Updating textproc/p5-Pod-POM from 0.25 to 0.27
pkgsrc changes:
- adding license definition
Upstream changes:
#------------------------------------------------------------------------
# Version 0.27 2010-04-02
#------------------------------------------------------------------------
* changed 'unless (defined (%{"$class\::ACCEPT"}))' to just
'unless (%{"$class\::ACCEPT"})' in Pod::POM::Node to fix defect #56205
(use of the now deprecated "defined(%hash)" construct)
#------------------------------------------------------------------------
# Version 0.26 2009-08-20
#------------------------------------------------------------------------
* updated Makefile.PL to require at least 2001.0929 of Text::Wrap, as
versions prior to this always unexpand tabs.
* applied Andreas Koenig's encoding patch
* changed 'use base' to 'use parent'
* split Pod::POM::Nodes into separate modules, retaining the original file
to just use all the individual node modules.
* added AF to author and copyright info for modules (in addition to ABW)
|
2009-04-24 09:06:05 by Jens Rehsack | Files touched by this commit (2) | |
Log message:
PkgSrc changes:
- Updating package for p5 module Pod::POM to 0.25 from 0.18
Upstream changes:
Version 0.25 2009-03-27
* updated Makefile.PL to use Module::Include properly - i.e. flag modules
as test_requires as appropriate
* output test failure reason with diag()
* added t/YAML/Tiny.pm (self-contained YAML library) to remove test-only
module dependency
* test library uses Test::Differences if available but package does not
list it as a dependency
Version 0.24 2009-03-21
* fixed broken YAML files in testcases that were causing tests to fail on
some platforms
* added text and HTML verbatim paragraph view tests
* fixed typo in synopsis in Pod::POM
Version 0.23 2009-03-20
* Applied JJ's patch for coalescing verbatim paragraphs separated by blank lines
and refined verbatim paragraph test cases and expected output
* Tweaked pom dump format to quote individual text lines
* Tweaked PodPOMTestLib to remove dependency on Class::Accessor
* Added test cases for =headN hierarchy and =begin blocks
* Added format name to =end in Pod::POM::View::Pod
* Switch Makefile.PL to Module::Include
Version 0.22 2009-03-19
* Added missing dependencies to Makefile.PL
* Added pomdump program to list of executables
Version 0.21 2009-03-18
* Added missing dependencies to Makefile.PL
Version 0.20 2009-03-17
* Added basic pod documentation to the view modules
* expanded the test cases (especially expanded sequences and blockquote
paragraphs)
* add support for blockquote paragraphs to Text and HTML views
Version 0.19 2009-03-17
* Added dump method to Pod::POM::Node
* Reorganized tests with new testcases directory
|
2009-03-15 09:54:43 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update from version 0.17nb1 to version 0.18.
Pkgsrc changes:
- Fix HOMEPAGE
- Add empty USE_LANGUAGES as no compiler is needed to build this package
Upstream changes:
#------------------------------------------------------------------------
# Version 0.18 2009-03-11
#------------------------------------------------------------------------
* Add patches from RT
* BOOK's ticket #24266: Proposed correction for bugs #1949 and #5759
(As described in tickets #1949 and #5759, the content =begin/=end blocks
should be treated as data text (no sequence parsing, etc).)
* JJ's ticket #16764: Problem handling paragraph separators - incompatibility \
with perlpodspec
(Pod::POM 0.17 does not accept blank lines containing whitespace as
paragraph separators, it only accepts blank lines containing no
characters at all. According to perlpodspec, blank lines containing
whitespace should be taken as paragraph separators.
* Modified pom2 to search for viewer modules other than Pod, Text and
HTML in @INC, and to pass any options to the constructor method.
|
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-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message:
Add DESTDIR support.
|