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 16:14:50 by OBATA Akio | Files touched by this commit (91) |
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-05-21 12:48:23 by Jens Rehsack | Files touched by this commit (4) |
Log message:
pkgsrc changes:
- Updating package for p5 module Net::RawIP from 0.23nb1 to 0.25
- Setting gnu-gpl-v2 as license
- removing patches which are applied upstream
- removing unused dependency List::MoreUtils
Upstream changes:
2008.10.22 - 0.25 - Sebastien Aperghis-Tramoni (SAPER)
- [TESTS] CPAN-RT#39252: Proc::ProcessTable does not support the size
attribute on all systems. Thanks to Havard Eidnes for the patch.
- [DOC] Improved the documentation a bit.
2008.10.21 - 0.24 - Sebastien Aperghis-Tramoni (SAPER)
- [BUGFIX] Fixed a segfault and a warning, thanks to Mike Lowell.
- [DIST] Simplified the detection logic to make it work on more systems.
- [DIST] Declared all prerequisite modules.
- [TESTS] Removed all the tests related to the warning that was emitted
by the module when ran as non root.
- [TESTS] Fixed several tests to make them more portable.
- [TESTS] Added 00-load.t, 01-api.t
|
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-09-13 17:25:25 by Havard Eidnes | Files touched by this commit (4) |
Log message:
Update from version 0.21_03nb1 to 0.23, discussed with maintainer.
Pkgsrc changes:
o Canonicalize HOMEPAGE
o Fix MASTER_SITES to use MASTER_SITES_PERL_CPAN
o Add patch to recognize lo0 on NetBSD. This probably breaks the test
on Linux. It's not portable to insist on particular names for
interfaces (lo or lo0), but this patch doesn't improve the portability,
it just makes it pass on NetBSD.
o Add patch to not do the mem_leak test if Proc::ProcessTable is installed
but the platform does not provide the virtual size of the process via
"size". (We probably should have a kvm-using version of \
Proc::ProcessTable,
but that's for another day.)
Upstream changes:
0.23 Tue Jan8 2007
- add version number to submodules
0.22 Tue Jan8 2007
- remove dependency on List::MoreUtils
0.22_01 Mon Jul 16 2007 (Steve Bonds)
- fix endianness bug in ICMP packet creation
- add lots of comments on what's going on in the ICMP portion
of the RawIP.xs and RawIP.pm files
- break out sub-packages to their own files so "make test"
works even with Critic enabled
0.21 Mon Mar 26 22:53:48 2007
- fix looping bug in set_icmp (Micha Nasriachi)
- fix tests to work both as root and as regular user
0.21_04
- Skipped
|
2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message:
Add DESTDIR support.
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2007-03-07 17:46:39 by Andreas Gustafsson | Files touched by this commit (2) |
Log message:
Updated to version 0.21_03 as version 0.2 no longer builds on
NetBSD-current.
Changes since 0.2:
0.21_03 Fri Sep 15 11:26:17 IDT 2006
- Received official maintainership from Sergey
- In Makefile.PL check for the location of the header file,
report if it could not be found.
0.21_02 Sep 10 2006
- Cleaning up the C code (indentation)
- More tests
- Cleaning up the documentation, replacing the bad English of Sergey
with the bad English of Gabor.
- new() dies if wrong or duplicate protocols given
All by Gabor Szabo
0.21_01 Sat Sep 9 23:59:07 IDT 2006
- Cleaning up many warnings that were probably due to using gcc 4+
- Cleaning up several assignment errors that were probably due to gcc 4+
- Lots of cleanup in the Perl code
- Add tests
All by Gabor Szabo
|
2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | |
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|