Skip to content

Commit

Permalink
Update to 2.84
Browse files Browse the repository at this point in the history
--------------
2.84  2013-08-13T14:25:21Z
      - Added `--smtp-tls` to the output of `man svnnotify`.
      - Removed `--smtp-authtype` from the output of `man svnnotify`.
      - Added `--diff-content-type` option. Defaults to "text/plain" for
        backward compatibility. Patch by Daniel P. Wright.
      - Renamed `Filter.pm` to `Filter.pod`, since it's just documentation.
      - Removed the pod tests from the distribution.
      - Changed the CSS for message `<pre>` blocks to use `white-space:
        pre-line`, so that long lines will be wrapped, but newlines are still
        respected as usual. Thanks to Dave Abrahams for the patch (and the
        persistence).
      - Changed C<to_regex_map> to allow it to match any path in the
        repository, including files, rather than just directories. Patch from
        mscherer.
      - Fixed error when the first line of the commit message is less than 10
        characters long (issue #2).
      - Fixed the "From" and "To" headers so that they are properly encoded as
        MIME headers (issue #6).
      - Removed the Makefile.PL, which was just passing through to
        Module::Build. That pattern is now deprecated, and Module::Build is
        required for configuration.
  • Loading branch information
mef committed Apr 12, 2015
1 parent d900bdd commit 1491b24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions devel/p5-SVN-Notify/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.18 2014/05/29 23:36:15 wiz Exp $
# $NetBSD: Makefile,v 1.19 2015/04/12 10:03:02 mef Exp $

DISTNAME= SVN-Notify-2.83
DISTNAME= SVN-Notify-2.84
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= devel perl5 scm
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVN/}

Expand Down
8 changes: 4 additions & 4 deletions devel/p5-SVN-Notify/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2012/01/26 12:18:43 rhaen Exp $
$NetBSD: distinfo,v 1.11 2015/04/12 10:03:02 mef Exp $

SHA1 (SVN-Notify-2.83.tar.gz) = 6bc4333cb209c09d2875fbbb412be167cd749d45
RMD160 (SVN-Notify-2.83.tar.gz) = 3aae127a2f29e3aef91dd028685f6c60ba678a92
Size (SVN-Notify-2.83.tar.gz) = 98407 bytes
SHA1 (SVN-Notify-2.84.tar.gz) = 1d9a947aac2fbf1d8af95b151609733ff843a2dc
RMD160 (SVN-Notify-2.84.tar.gz) = 7c6cdda694904ac6cde80e34f6c820a18460725e
Size (SVN-Notify-2.84.tar.gz) = 98737 bytes

0 comments on commit 1491b24

Please sign in to comment.