summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrhaen <rhaen>2008-07-13 14:58:07 +0000
committerrhaen <rhaen>2008-07-13 14:58:07 +0000
commit8485b46a1b2e53d7f9eb82e3a5443e988b2ca12b (patch)
tree4fcbd7dd148173a394d23790dcdbd3bfa88c2efa /devel
parent78160ba3ab8e87a0e20a7f79edd5b669115656f5 (diff)
downloadpkgsrc-8485b46a1b2e53d7f9eb82e3a5443e988b2ca12b.tar.gz
- updated to version 2.75
- new maintainer - PKG_DESTDIR_SUPPORT support - verified with joerg - fixes unavailabilty of sources due to old version ChangeLog: 2.75 2008-05-18T03:38:11 - Removed the spelling test from the distribution, since it can fail on systems without a spell program or using a different locale. - All string command-line options are now decoded from whatever encoding is specified by the C<--encoding> option, defaulting to UTF-8. All string options are thus properly decoded, excepting those that define encodings and languages (which should alwyas be ASCII) and those that are specified as hashes (if someone runs into that bug, let me know). This fix includes all string options specified by subclasses and filters. Reported by Matthew Romaine (Bug #35884). 2.74 2008-05-15T03:29:11 - Updated copyright. - Changed the list example in the Trac sample output to use Greeking so that the indentation of wrapping lines can be seen in the output. - Improved the CSS for lists in the log message output by SVN::notify::HTML (and subclasses) so that bullets are properly hangling indents. - Removed a bit of redundant CSS from SVN::Notify::HTML. - Added a spelling test. This has the benefit of reducing the number of annoying spelling errors in the documentation. 2.73 2008-05-04T02:02:21 - Fixed another lame-ass test failure under Perl 5.6.2. Reported by David Cantrell via cpan-testers. 2.72 2008-04-29T17:17:29 - Fixed misdocumentation of the short version of the --set-sender option in C<svnnotify --help>: it's -E, not -S. Reported by Larry Shatzer, Jr. - Fixed encoding issue on Windows. Patch to fix a stupid oversight graciously provided by David Golden. - Added four new filter callbacks, "pre_prepare", "post_prepare", "pre_execute", and "post_execute". These are called at the begining and end of the execution of the prepare() and execute() methods. Suggestion and initial patch from Larry Shatzer. - Reorganized the table listing the types of filters in SVN::Notify::Filter so that they are listed in the order in which they execute. 2.71 2008-04-17T18:53:27 - Fixed test failure in t/filter.t when HTML::Entities is not installed. Reported by David Cantrell via CPAN-Testers. - Bumped version number for recommended module Text::Trac up to 0.10, since that version fixes the last of the bugs I found with its HTML output. - Adjusted the runnign of filters against log messages in SVN::Notify::HTML so that any linkizing (--linkize), revision URL parsing (--revision-url), and ticket reference parsing (--ticket-map) is run after the content has been filtered. In 2.70, none of those things happened if the message was filtered, even though they did if a log message was filtered by SVN::Notify (plain text). - Added references to SVN::Notify::Filter::Markdown, now on CPAN. - Attributes registered by a filter were not being properly registered and processing the command-line arguments when the filter was loaded by the --filter option to `svnnotify`. Thanks to Larry Shatzer, Jr. for the spot!
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-SVN-Notify/Makefile12
-rw-r--r--devel/p5-SVN-Notify/distinfo8
2 files changed, 8 insertions, 12 deletions
diff --git a/devel/p5-SVN-Notify/Makefile b/devel/p5-SVN-Notify/Makefile
index d43061b75f2..cb45de93ab8 100644
--- a/devel/p5-SVN-Notify/Makefile
+++ b/devel/p5-SVN-Notify/Makefile
@@ -1,21 +1,17 @@
-# $NetBSD: Makefile,v 1.4 2008/04/21 11:08:11 seb Exp $
+# $NetBSD: Makefile,v 1.5 2008/07/13 14:58:07 rhaen Exp $
-DISTNAME= SVN-Notify-2.70
+DISTNAME= SVN-Notify-2.75
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5 scm
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVN/}
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/SVN-Notify/
COMMENT= Perl module for mailing messages for Subversion repository activity
PERL5_PACKLIST= auto/SVN/Notify/.packlist
PERL5_MODULE_TYPE= Module::Build
-
-DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
-DEPENDS+= p5-Test-Pod-Coverage>=1.06:../../devel/p5-Test-Pod-Coverage
-DEPENDS+= p5-Test-Pod>=1.20:../../devel/p5-Test-Pod
-DEPENDS+= p5-Net-SMTP_auth>=0.1:../../mail/p5-Net-SMTP_auth
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-SVN-Notify/distinfo b/devel/p5-SVN-Notify/distinfo
index f3e7df90df1..a91a6586de0 100644
--- a/devel/p5-SVN-Notify/distinfo
+++ b/devel/p5-SVN-Notify/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/04/21 11:08:11 seb Exp $
+$NetBSD: distinfo,v 1.4 2008/07/13 14:58:07 rhaen Exp $
-SHA1 (SVN-Notify-2.70.tar.gz) = 590df4141fd5aab3399ee78715f18a0c6796f78d
-RMD160 (SVN-Notify-2.70.tar.gz) = 253433e3fd128f4904de1aa50d0c7855e2a8ea8a
-Size (SVN-Notify-2.70.tar.gz) = 74864 bytes
+SHA1 (SVN-Notify-2.75.tar.gz) = 9eff7177dc1fdd53049b86ee50e9afee6a291d5e
+RMD160 (SVN-Notify-2.75.tar.gz) = 364e79cf07c20d462f24b692ffc455cd3ddacf2a
+Size (SVN-Notify-2.75.tar.gz) = 78321 bytes