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-05-06 09:41:00 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 5.506:
5.506 2015-04-22 Dianne Skoll <dfs@roaringpenguin.com>
* VERSION 5.506 RELEASED
* Update maintainer's name to "Dianne Skoll"
|
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-10-09 15:45:06 by Thomas Klausner | Files touched by this commit (456) |
Log message:
Remove SVR4_PKGNAME, per discussion on tech-pkg.
|
2014-09-06 15:44:00 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 5.505:
5.505 2013-11-14 David F. Skoll <dfs@roaringpenguin.com>
* VERSION 5.505 RELEASED
* Fix documentation typos.
https://rt.cpan.org/Public/Bug/Display.html?id=80473
* Fix broken test.
https://rt.cpan.org/Public/Bug/Display.html?id=84668
* Don't run Kwalitee tests unless author or release tests are enabled.
https://rt.cpan.org/Public/Bug/Display.html?id=87094
* Fix many documentation typos.
https://rt.cpan.org/Public/Bug/Display.html?id=87783
* Fix bug in header parsing that would fail to parse a header like:
Content-Type: ; name="malware.zip"
|
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-12-09 15:17:56 by OBATA Akio | Files touched by this commit (238) |
Log message:
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
|
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.
|
2013-04-21 14:36:39 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Update to 5.504
Changelog:
5.504 2013-01-30 David F. Skoll <dfs@roaringpenguin.com>
* VERSION 5.504 RELEASED
* Fix encoding of MIME parameters that contain a quoted
string: "like \"this"
https://rt.cpan.org/Public/Bug/Display.html?id=80433
* Suppress useless warnings from tests
https://rt.cpan.org/Public/Bug/Display.html?id=80679
* Fix long-standing bug in encode_mimewords that can
break multibyte-encodings (eg, utf-8)
https://rt.cpan.org/Public/Bug/Display.html?id=5462
5.503 2012-06-08 David F. Skoll <dfs@roaringpenguin.com>
* VERSION 5.503 RELEASED
* Avoid inappropriately untainting data
https://rt.cpan.org/Public/Bug/Display.html?id=67119
* Localise $\ to avoid parsing problems if it's set elsewhere
https://rt.cpan.org/Public/Bug/Display.html?id=71041
* Improve exorcising of filenames
https://rt.cpan.org/Public/Bug/Display.html?id=71677
* Fix potential race condition in t/Smtpsend.t
https://rt.cpan.org/Public/Bug/Display.html?id=68879
* Allow native I/O on File::Handle objects
https://rt.cpan.org/Public/Bug/Display.html?id=72538
* Add "recommends Convert::BinHex" clause to Makefile.PL
https://rt.cpan.org/Public/Bug/Display.html?id=72223
* Add module_name to Makefile.PL
https://rt.cpan.org/Public/Bug/Display.html?id=77138
* Fix "Uninitialized value" warning
https://rt.cpan.org/Public/Bug/Display.html?id=77190
* Don't run t/Smtpsend.t on systems that lack fork()
https://rt.cpan.org/Public/Bug/Display.html?id=77351
* Add "use strict" everywhere
https://rt.cpan.org/Public/Bug/Display.html?id=77582
|