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.
|
2012-01-26 13:18:43 by Ulrich Habel | Files touched by this commit (2) |
Log message:
Updated to 2.83
ChangeLog:
2.83 2011-10-29T00:19:07Z
- Added the `smtp_port` parameter and accompanying `--smtp-port` option.
Patch from Gustavo Leite de Mendonça Chaves.
- Switched from Net::SMTP and Net::SMTP_auth to Net::SMTP::TLS, which
handles TLS and non TLS and auth and non-auth in any combintation.
Based on patches from Dawood Sangameshwari and Marino Miculan (RT #
40188).
- Added `--smtp-tls` option to enable TLS. Based on patch from Marino
Miculan.
- Deprecated `--smtp-authtype`, which is now a no-op. Net::SMTP::TLS
determins the auth type to use by asking the SMTP server.
|
2011-08-17 01:09:33 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.82:
2.82 2011-06-26T05:12:04
- Moved the repository to
[GitHub](https://github.com/theory/svn-notify/). Yes, I'm aware of the
irony.
2.81 2011-02-19T03:09:43
- Removed deprecated use of `qw(...)` as parentheses.
- Fixed test failures due to a change in the opration of MIME-Q
encoding.
|
2011-08-14 14:26:51 by OBATA Akio | Files touched by this commit (406) |
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-03-16 22:16:36 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-SVN-Notify from 2.79 to 2.80
pkgsrc changes:
- Add recommended dependencies
Upstream changes:
2.80 2010-01-16T04:40:00
- Fixed the regular expression for detecting JIRA keys. Thanks to David
Ferguson for the report (RT#51620).
- Fixed test failure on Perl 5.11.2.
- Switched to improved URL links with link text in the documentation.
|
2009-10-12 13:20:16 by Ulrich Habel | Files touched by this commit (2) | |
Log message:
- updated to 2.79
- added Perl license
ChangeLog from upstream:
2.79 2009-04-03T00:36:29
- Removed a superfluous colon from the dashed line under "Ticket \
Links"
in the plain-text rendition of the message. Repored by Dirk Olmes.
- Fixed a bug in the subject handling code where it could truncate a
subject to very few characters if it has a dot (.) near the beginning.
Now it skips 10 characters before looking for a dot at which to
truncate text for the subject. Reported by Martijn van Beers, who
noticed a comment in the source indicating that it should have been
this way all along.
- Fixed a test so that `svn dirs-changed` returns all of the modified
directories for a given test. This has no effect on the SVN::Notify
code, but it means that the test behavior is more correct. Rerpoted by
Martijn van Beers.
- Fixed a bug in SVN::Notify::SMTP where `printf` wasn't working
properly, resulting in plain text email bodies with a number instead
of a ticket link (Bug #43823). Thanks to Dirk Olmes for the report and
the debugging.
- Fixed `--revision-url` to recognize revision link that just use "r"
followed by a number, such as "r1234". Previously, it had to \
be "rev
1234" or "revision 1234".
|
2008-11-11 10:06:23 by Ulrich Habel | Files touched by this commit (2) | |
Log message:
- updated to 2.78
ChangeLog:
2.78 2008-09-24T04:41:27
- When searching for an executable to run, SVN::Notify now also looks in
the "installbin" and "installscript" directories, as \
specified by the
Config module. Patch from John Peacock to improve the finding of apps
on Strawberry Perl.
- Documented --to-email-map in `svnnotify`. It was already documented in
SVN::Notify, but I'd forgoten to include it in the command-line
script. Reported by Grégory Joseph (Bug #22620).
- Fixed a bug in the test suite where an unexpected exception was thrown
on platforms where `sendmail` was not available. Reported by David
Golden via CPAN-Testers.
|
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-21 10:42:23 by Ulrich Habel | Files touched by this commit (2) | |
Log message:
updated to 2.77
|