pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-SVN-Notify - updated to 2.79



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ba0683dfa34
branches:  trunk
changeset: 400169:0ba0683dfa34
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Mon Oct 12 11:20:16 2009 +0000

description:
- 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".

diffstat:

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

diffs (33 lines):

diff -r bf64a2b0f332 -r 0ba0683dfa34 devel/p5-SVN-Notify/Makefile
--- a/devel/p5-SVN-Notify/Makefile      Mon Oct 12 11:03:08 2009 +0000
+++ b/devel/p5-SVN-Notify/Makefile      Mon Oct 12 11:20:16 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2008/11/11 09:06:23 rhaen Exp $
+# $NetBSD: Makefile,v 1.9 2009/10/12 11:20:16 rhaen Exp $
 
-DISTNAME=      SVN-Notify-2.78
+DISTNAME=      SVN-Notify-2.79
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5 scm
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=SVN/}
@@ -8,6 +8,7 @@
 MAINTAINER=    rhaen%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/SVN-Notify/
 COMMENT=       Perl module for mailing messages for Subversion repository activity
+LICENSE=  ${PERL5_LICENSE}
 
 PERL5_PACKLIST=                auto/SVN/Notify/.packlist
 PERL5_MODULE_TYPE=     Module::Build
diff -r bf64a2b0f332 -r 0ba0683dfa34 devel/p5-SVN-Notify/distinfo
--- a/devel/p5-SVN-Notify/distinfo      Mon Oct 12 11:03:08 2009 +0000
+++ b/devel/p5-SVN-Notify/distinfo      Mon Oct 12 11:20:16 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2008/11/11 09:06:23 rhaen Exp $
+$NetBSD: distinfo,v 1.7 2009/10/12 11:20:16 rhaen Exp $
 
-SHA1 (SVN-Notify-2.78.tar.gz) = 32ea9df38799b57fed5cc187e4b02bb359eea5e3
-RMD160 (SVN-Notify-2.78.tar.gz) = c42342e756bfedc147ae6019e408d0110b4f5652
-Size (SVN-Notify-2.78.tar.gz) = 79472 bytes
+SHA1 (SVN-Notify-2.79.tar.gz) = f84a3cc42014572d473ef364b4f40cd960c6083a
+RMD160 (SVN-Notify-2.79.tar.gz) = f49a2b5e1cb987848b7e8928d889b1592eed4a0b
+Size (SVN-Notify-2.79.tar.gz) = 80305 bytes



Home | Main Index | Thread Index | Old Index