Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 pdf-presenter-console (4.1.2-2) unstable; urgency=medium
 .
   * Upstream revisions repair regression (closes: #888677)
Author: Barak A. Pearlmutter <bap@debian.org>
Bug-Debian: https://bugs.debian.org/888677

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2018-05-28

--- pdf-presenter-console-4.1.2.orig/README.rst
+++ pdf-presenter-console-4.1.2/README.rst
@@ -31,6 +31,10 @@ Installation
 
         sudo pacman -S pdfpc
 
+- On FreeBSD::
+
+        It's available under graphics/pdfpc. A pre built binary is also available.
+
 - On Windows 10 (with *Windows Subsystem for Linux (WSL)*)::
 
         Install:
--- pdf-presenter-console-4.1.2.orig/man/pdfpc.in
+++ pdf-presenter-console-4.1.2/man/pdfpc.in
@@ -143,7 +143,7 @@ Input a slide number to jump to
 .B Plus / Equal / KP_Add / Bracket Left
 Increase font size of notes
 .TP
-.B Minus / KP_Substract / Bracket Right
+.B Minus / KP_Subtract / Bracket Right
 Decrease font size of notes
 .TP
 .B 8
--- pdf-presenter-console-4.1.2.orig/src/classes/metadata/pdf.vala
+++ pdf-presenter-console-4.1.2/src/classes/metadata/pdf.vala
@@ -442,10 +442,12 @@ namespace pdfpc.Metadata {
                                 note_text += "\n";
                             }
                             note_text += a.get_contents();
+
+                            // Remove the annotation to avoid its rendering
+                            page.remove_annot(a);
+
                             break;
                     }
-                    // Remove the annotation to avoid its rendering
-                    page.remove_annot(a);
                 }
                 if (note_text != "") {
                     this.notes.set_note(note_text, user_slide, true);
