84973086e6
- 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".
18 lines
547 B
Makefile
18 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.9 2009/10/12 11:20:16 rhaen Exp $
|
|
|
|
DISTNAME= SVN-Notify-2.79
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5 scm
|
|
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
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|