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-09-09 02:39:33 by Hiramatsu Yoshifumi | Files touched by this commit (1) |
Log message:
Add LICENSE.
|
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!
|
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=...").
|
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-09-30 19:45:26 by Thomas Klausner | Files touched by this commit (25) |
Log message:
Reset maintainer -- shell@ is inactive.
|
2007-09-07 17:56:26 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.22:
Bug Fixes
* Fix a bug in Net::Cmd that is_utf8 does not exist prior to perl 5.8.1
|
2007-06-01 20:23:06 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.21:
libnet 1.21 -- Sat May 19 08:53:09 CDT 2007
Bug Fixes
* Fix bug causing utf8 encoding of 8bit strings in Net::Cmd
* Fix precedence issue in Net::NNTP. Patch from Brendan O'Dea
* Fixed bug causing removal of last character on the line when
doing ASCII FTP transfers
Enhancements
* Add support for ENVID and AUTH to Net::SMTP. Patch by Mark Martinec
* Changed default for FTP transfers to be passive
* Added support for FTP FEAT command
|
2007-02-06 00:06:55 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 1.20:
libnet 1.20 -- Fri Feb 2 19:42:51 CST 2007
Bug Fixes
* Fixed incorrect handling of CRLF that straddled two blocks
* Fix bug in response() which was too liberal in what it thought was a \
response line
* Silence uninitialized value warnings in Net::Cmd during testing on Win32
* Documentations typos and updates
Enhancements
* Added support for ORCPT into Net::SMTP
* Support for servers that expect the USER command in upper or lower case. Try USER
first then try user if that fails
|