View | Details | Raw Unified | Return to bug 227298 | Differences between
and this patch

Collapse All | Expand All

(-)deskutils/note/Makefile (-3 / +2 lines)
Lines 1-12 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	note
3
PORTNAME=	note
4
PORTVERSION=	1.3.18
4
DISTVERSION=	1.3.22
5
PORTREVISION=	2
6
CATEGORIES=	deskutils perl5
5
CATEGORIES=	deskutils perl5
7
MASTER_SITES=	http://www.daemon.de/idisk/Apps/note/
6
MASTER_SITES=	http://www.daemon.de/idisk/Apps/note/
8
7
9
MAINTAINER=	idefix@fechner.net
8
MAINTAINER=	lebarondemerde@privacychain.ch
10
COMMENT=	Console based tool to handle encrypted notes
9
COMMENT=	Console based tool to handle encrypted notes
11
10
12
LICENSE=	GPLv1
11
LICENSE=	GPLv1
(-)deskutils/note/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (note-1.3.18.tar.gz) = ba3b4db2709ce4e662b205254dfc83a27ff6912316e80a8ed1e3b52a14847071
1
TIMESTAMP = 1522908300
2
SIZE (note-1.3.18.tar.gz) = 52108
2
SHA256 (note-1.3.22.tar.gz) = d8821168ca6266c443d01a286ba3f410c8330d55abf9f9a993ea8950eeb31478
3
SIZE (note-1.3.22.tar.gz) = 52827
(-)deskutils/note/files/patch-bin_note (+11 lines)
Line 0 Link Here
1
--- bin/note.orig	2018-04-05 06:07:46 UTC
2
+++ bin/note
3
@@ -1416,7 +1416,7 @@ sub format {
4
     else {
5
       $note =~ s/\*\*([^\*]{2,})\*\*/$BN$1$_BN/g;
6
       $note =~ s/__([^_]{2,})__/$UN$1$_UN/g;
7
-      $note =~ s/{{([^}]{2,})}}/$IN$1$_IN/g;
8
+      $note =~ s/{\{([^}]{2,})}}/$IN$1$_IN/g;
9
       $note =~ s#//([^/]{2,})//#<hide>$1</hide>#g;
10
     }
11
 

Return to bug 227298