View | Details | Raw Unified | Return to bug 129389
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	geany
8
PORTNAME=	geany
9
PORTVERSION=	0.14
9
PORTVERSION=	0.15
10
PORTREVISION=	1
11
CATEGORIES=	devel
10
CATEGORIES=	devel
12
MASTER_SITES=	SF
11
MASTER_SITES=	SF
13
12
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (geany-0.14.tar.bz2) = c6c22c7f9feff81a15f5c8ece03b87c1
1
MD5 (geany-0.15.tar.bz2) = 1bf32cc81251e00995a9ed948e39ff89
2
SHA256 (geany-0.14.tar.bz2) = 619d59b339e1be7687058460c105b8f2d4f00e6409e4450dee385e3086fdf6d7
2
SHA256 (geany-0.15.tar.bz2) = dbc3a204329a40a86294aa8c5ff3c9007808aa3db17f89dfc102056aa1c7367d
3
SIZE (geany-0.14.tar.bz2) = 2120062
3
SIZE (geany-0.15.tar.bz2) = 2269527
(-)files/patch-tagmaster-html.c (-11 lines)
Removed Link Here
1
--- tagmanager/html.c.orig	2008-04-26 03:13:29.000000000 +0300
2
+++ tagmanager/html.c	2008-04-26 03:13:42.000000000 +0300
3
@@ -31,7 +31,7 @@
4
 
5
 /* this matches simple heading without nested tags */
6
 /** TODO combine both pattern to be able to match both heading styles */
7
-#define INNER_HEADING "[ \t]*(.*+)[ \t]*"
8
+#define INNER_HEADING "[ \t]*(.+)[ \t]*"
9
 
10
 	addTagRegex (language,
11
 		"<a"

Return to bug 129389