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

(-)/home/ports/deskutils/doodle/Makefile (-3 / +2 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	doodle
9
PORTNAME=	doodle
10
PORTVERSION=	0.6.3
10
PORTVERSION=	0.6.5
11
PORTREVISION=	3
12
CATEGORIES=	deskutils
11
CATEGORIES=	deskutils
13
MASTER_SITES=	http://gnunet.org/doodle/download/
12
MASTER_SITES=	http://gnunet.org/doodle/download/
14
13
Lines 20-26 Link Here
20
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
21
USE_GETTEXT=	yes
20
USE_GETTEXT=	yes
22
USE_FAM=	yes
21
USE_FAM=	yes
23
INSTALLS_SHLIB=	yes
22
USE_LDCONFIG=	yes
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
25
24
26
MAN1=		doodle.1 doodled.1
25
MAN1=		doodle.1 doodled.1
(-)/home/ports/deskutils/doodle/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (doodle-0.6.3.tar.gz) = cd9cd75157d177aa9421588d97474ae3
1
MD5 (doodle-0.6.5.tar.gz) = 2ff179e8ec2af74937681ece8cc43b68
2
SHA256 (doodle-0.6.3.tar.gz) = 355a7896d8ef9d4a7012cac9696a670489b381294d08d49ed6b60e3950d1f9d6
2
SHA256 (doodle-0.6.5.tar.gz) = 4f3c951f9bf150d45ed5075728b9ec9f9d12a94251bc22b187728baf97e83cb6
3
SIZE (doodle-0.6.3.tar.gz) = 475797
3
SIZE (doodle-0.6.5.tar.gz) = 497924
(-)/home/ports/deskutils/doodle/files/patch-src_doodle_index.c (-3 / +11 lines)
Lines 1-6 Link Here
1
--- src/doodle/index.c.orig	Tue Sep  6 16:15:31 2005
1
--- src/doodle/index.c.orig	Wed May  3 05:21:21 2006
2
+++ src/doodle/index.c	Tue Sep  6 16:15:53 2005
2
+++ src/doodle/index.c	Mon Nov 20 11:06:49 2006
3
@@ -54,7 +54,7 @@
3
@@ -33,6 +33,7 @@
4
 #include "helper2.h"
5
 #include "gettext.h"
6
 #include "doodle.h"
7
+#include <signal.h>
8
 #include <sys/types.h>
9
 #include <sys/wait.h>
10
 #include <unistd.h>
11
@@ -327,7 +328,7 @@
4
     char * cpos;
12
     char * cpos;
5
     size_t slen;
13
     size_t slen;
6
 
14
 
(-)/home/ports/deskutils/doodle/pkg-plist (+1 lines)
Lines 11-14 Link Here
11
share/locale/it/LC_MESSAGES/doodle.mo
11
share/locale/it/LC_MESSAGES/doodle.mo
12
share/locale/nl/LC_MESSAGES/doodle.mo
12
share/locale/nl/LC_MESSAGES/doodle.mo
13
share/locale/sq/LC_MESSAGES/doodle.mo
13
share/locale/sq/LC_MESSAGES/doodle.mo
14
share/locale/sv/LC_MESSAGES/doodle.mo
14
share/locale/vi/LC_MESSAGES/doodle.mo
15
share/locale/vi/LC_MESSAGES/doodle.mo

Return to bug 105695