Index: deskutils/note/Makefile =================================================================== --- deskutils/note/Makefile (revision 466536) +++ deskutils/note/Makefile (working copy) @@ -1,12 +1,11 @@ # $FreeBSD$ PORTNAME= note -PORTVERSION= 1.3.18 -PORTREVISION= 2 +DISTVERSION= 1.3.22 CATEGORIES= deskutils perl5 MASTER_SITES= http://www.daemon.de/idisk/Apps/note/ -MAINTAINER= idefix@fechner.net +MAINTAINER= lebarondemerde@privacychain.ch COMMENT= Console based tool to handle encrypted notes LICENSE= GPLv1 Index: deskutils/note/distinfo =================================================================== --- deskutils/note/distinfo (revision 466536) +++ deskutils/note/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (note-1.3.18.tar.gz) = ba3b4db2709ce4e662b205254dfc83a27ff6912316e80a8ed1e3b52a14847071 -SIZE (note-1.3.18.tar.gz) = 52108 +TIMESTAMP = 1522908300 +SHA256 (note-1.3.22.tar.gz) = d8821168ca6266c443d01a286ba3f410c8330d55abf9f9a993ea8950eeb31478 +SIZE (note-1.3.22.tar.gz) = 52827 Index: deskutils/note/files/patch-bin_note =================================================================== --- deskutils/note/files/patch-bin_note (nonexistent) +++ deskutils/note/files/patch-bin_note (working copy) @@ -0,0 +1,11 @@ +--- bin/note.orig 2018-04-05 06:07:46 UTC ++++ bin/note +@@ -1416,7 +1416,7 @@ sub format { + else { + $note =~ s/\*\*([^\*]{2,})\*\*/$BN$1$_BN/g; + $note =~ s/__([^_]{2,})__/$UN$1$_UN/g; +- $note =~ s/{{([^}]{2,})}}/$IN$1$_IN/g; ++ $note =~ s/{\{([^}]{2,})}}/$IN$1$_IN/g; + $note =~ s#//([^/]{2,})//#$1#g; + } + Property changes on: deskutils/note/files/patch-bin_note ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property