From 1491b24caeef8aa6e2950bfd0060682f86a740c9 Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 12 Apr 2015 10:03:02 +0000 Subject: [PATCH] Update to 2.84 -------------- 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 `
` 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
 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.

---
 devel/p5-SVN-Notify/Makefile | 5 ++---
 devel/p5-SVN-Notify/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/devel/p5-SVN-Notify/Makefile b/devel/p5-SVN-Notify/Makefile
index feff4b8f940ef..8801def15b6b5 100644
--- a/devel/p5-SVN-Notify/Makefile
+++ b/devel/p5-SVN-Notify/Makefile
@@ -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/}
 
diff --git a/devel/p5-SVN-Notify/distinfo b/devel/p5-SVN-Notify/distinfo
index 09ae9b8c3603c..59bcf14e1e3c7 100644
--- a/devel/p5-SVN-Notify/distinfo
+++ b/devel/p5-SVN-Notify/distinfo
@@ -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