diff options
author | rhaen <rhaen@pkgsrc.org> | 2009-10-12 11:20:16 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2009-10-12 11:20:16 +0000 |
commit | a0226ebbb9396d4026d40d010a48839aaa66933f (patch) | |
tree | c08ddcc9c2904fbf193751d54c114974ff514fa0 /devel | |
parent | b2643ccc9f3fdd0279695ef9d537a966fdbc60fb (diff) | |
download | pkgsrc-a0226ebbb9396d4026d40d010a48839aaa66933f.tar.gz |
- 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 (limited to 'devel')
-rw-r--r-- | devel/p5-SVN-Notify/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-SVN-Notify/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-SVN-Notify/Makefile b/devel/p5-SVN-Notify/Makefile index 9f4db2a4b38..225195b6a55 100644 --- a/devel/p5-SVN-Notify/Makefile +++ b/devel/p5-SVN-Notify/Makefile @@ -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 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVN/} MAINTAINER= rhaen@NetBSD.org 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 --git a/devel/p5-SVN-Notify/distinfo b/devel/p5-SVN-Notify/distinfo index 89a73a8fd94..d1891e1a476 100644 --- a/devel/p5-SVN-Notify/distinfo +++ b/devel/p5-SVN-Notify/distinfo @@ -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 |