diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-04 18:48:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-04 18:48:48 +0000 |
commit | 8a7509d92a185e75c90521cf6267ea0bfd911af5 (patch) | |
tree | 5f9b4f36ea0f7a476cd54a304975c15db20b7f8a /sysutils/rsnapshot | |
parent | bfc4048bb91f2785c3828aab8ab9bdae3b2eb292 (diff) | |
download | pkgsrc-8a7509d92a185e75c90521cf6267ea0bfd911af5.tar.gz |
Fixed build with perl-5.18's pod2man, and sent patch upstream.
Addresses PR 47887 by David A. Holland.
Diffstat (limited to 'sysutils/rsnapshot')
-rw-r--r-- | sysutils/rsnapshot/distinfo | 3 | ||||
-rw-r--r-- | sysutils/rsnapshot/patches/patch-rsnapshot-program.pl | 21 |
2 files changed, 23 insertions, 1 deletions
diff --git a/sysutils/rsnapshot/distinfo b/sysutils/rsnapshot/distinfo index b13ee356a9e..9737e00a387 100644 --- a/sysutils/rsnapshot/distinfo +++ b/sysutils/rsnapshot/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.7 2012/08/11 18:30:12 ryoon Exp $ +$NetBSD: distinfo,v 1.8 2013/06/04 18:48:48 wiz Exp $ SHA1 (rsnapshot-1.3.1.tar.gz) = a3aa3560dc389e1b00155a5869558522c4a29e05 RMD160 (rsnapshot-1.3.1.tar.gz) = 948ee5669c5da0728f607007da4d5fbbcfcdd8c7 Size (rsnapshot-1.3.1.tar.gz) = 215806 bytes SHA1 (patch-aa) = 3ee93516cd2ccf3e9f608019dd405cde9d3711e2 +SHA1 (patch-rsnapshot-program.pl) = cb3a4cb745bbf1de8e9bd647e6c0b4fcebe583a4 diff --git a/sysutils/rsnapshot/patches/patch-rsnapshot-program.pl b/sysutils/rsnapshot/patches/patch-rsnapshot-program.pl new file mode 100644 index 00000000000..d3794ddfcd7 --- /dev/null +++ b/sysutils/rsnapshot/patches/patch-rsnapshot-program.pl @@ -0,0 +1,21 @@ +$NetBSD: patch-rsnapshot-program.pl,v 1.1 2013/06/04 18:48:48 wiz Exp $ + +Fix +pod2man -c '' -n 'rsnapshot' -r '' rsnapshot > rsnapshot.1 +rsnapshot around line 6723: You forgot a '=back' before '=head1' +POD document had syntax errors at /usr/pkg/bin/pod2man line 71. + +Reported upstream at +https://github.com/DrHyde/rsnapshot/issues/8 + +--- rsnapshot-program.pl.orig 2008-08-31 11:17:07.000000000 +0000 ++++ rsnapshot-program.pl +@@ -6716,6 +6716,8 @@ Putting it all together (an example file + + =back + ++=back ++ + =head1 USAGE + + B<rsnapshot> can be used by any user, but for system-wide backups |