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

(-)gnokii/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	gnokii
8
PORTNAME=	gnokii
9
PORTVERSION=	0.6.12
9
PORTVERSION=	0.6.14
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	comms
11
CATEGORIES=	comms
12
MASTER_SITES=	http://www.gnokii.org/download/gnokii/ \
12
MASTER_SITES=	http://www.gnokii.org/download/gnokii/ \
(-)gnokii/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (gnokii-0.6.12.tar.bz2) = 846e03e7cf3581000c9d0141c2950b79
1
MD5 (gnokii-0.6.14.tar.bz2) = 89449d613c7a7e765a0d8da57ef1bb88
2
SHA256 (gnokii-0.6.12.tar.bz2) = 7ec179f8d933c1005af2b4996198fffc10b528f4604b796c471d6413cc825b58
2
SHA256 (gnokii-0.6.14.tar.bz2) = cea63cddf79864d306198c7a84091af0b4685816b352ae253a3e2bfac5e67cb7
3
SIZE (gnokii-0.6.12.tar.bz2) = 1517318
3
SIZE (gnokii-0.6.14.tar.bz2) = 1546845
(-)gnokii/files/patch-include-compat.h (+11 lines)
Line 0 Link Here
1
--- include/compat.h.orig	Tue Sep  5 14:13:49 2006
2
+++ include/compat.h	Tue Sep  5 14:14:37 2006
3
@@ -37,6 +37,8 @@
4
 #include "config.h"
5
 
6
 #include <stdlib.h>
7
+/* FreeBSD seems to require this one in various sources for "INT_MAX" */
8
+#include <limits.h>
9
 
10
 #ifdef WIN32
11
 #  include <windows.h>
(-)gnokii/pkg-plist (-1 / +3 lines)
Lines 2-7 Link Here
2
bin/ppm2nokia
2
bin/ppm2nokia
3
bin/sendsms
3
bin/sendsms
4
bin/todologo
4
bin/todologo
5
bin/waitcall
5
%%X11%%bin/xgnokii
6
%%X11%%bin/xgnokii
6
etc/gnokiirc.sample
7
etc/gnokiirc.sample
7
include/gnokii.h
8
include/gnokii.h
Lines 17-27 Link Here
17
include/gnokii/sms.h
18
include/gnokii/sms.h
18
include/gnokii/statemachine.h
19
include/gnokii/statemachine.h
19
include/gnokii/virtmodem.h
20
include/gnokii/virtmodem.h
21
include/gnokii/wappush.h
20
@dirrm include/gnokii
22
@dirrm include/gnokii
21
lib/libgnokii.a
23
lib/libgnokii.a
22
lib/libgnokii.la
24
lib/libgnokii.la
23
lib/libgnokii.so
25
lib/libgnokii.so
24
lib/libgnokii.so.2
26
lib/libgnokii.so.3
25
libdata/pkgconfig/gnokii.pc
27
libdata/pkgconfig/gnokii.pc
26
libdata/pkgconfig/xgnokii.pc
28
libdata/pkgconfig/xgnokii.pc
27
sbin/gnokiid
29
sbin/gnokiid

Return to bug 102918