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

(-)Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#    $MCom: ports/net-im/gnomeicu/Makefile,v 1.2 2007/05/19 21:36:18 marcus Exp $
6
#    $MCom: ports/net-im/gnomeicu/Makefile,v 1.2 2007/05/19 21:36:18 marcus Exp $
7
7
8
PORTNAME=	gnomeicu
8
PORTNAME=	gnomeicu
9
PORTVERSION=	0.99.12
9
PORTVERSION=	0.99.14
10
PORTREVISION=	2
11
CATEGORIES=	net-im gnome
10
CATEGORIES=	net-im gnome
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	gnomeicu
12
MASTER_SITE_SUBDIR=	gnomeicu
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (gnomeicu-0.99.12.tar.bz2) = 91d534e19a9f9e408f1f97b3b0748d20
1
MD5 (gnomeicu-0.99.14.tar.bz2) = f5afc147590543f607a6b4efa0c69052
2
SHA256 (gnomeicu-0.99.12.tar.bz2) = cb0e9e3d7d04e5764b9ee87905b0f36d660b996faa9051f6a610ffeb00f0649c
2
SHA256 (gnomeicu-0.99.14.tar.bz2) = 0cb2ce38f4814ad5e2270c87d29b79db15421b555108c4c6c58e0e82e362e550
3
SIZE (gnomeicu-0.99.12.tar.bz2) = 1670074
3
SIZE (gnomeicu-0.99.14.tar.bz2) = 1722646
(-)pkg-plist (+5 lines)
Lines 125-132 Link Here
125
share/gnomeicu/glade/addcontact.glade
125
share/gnomeicu/glade/addcontact.glade
126
share/gnomeicu/glade/auth.glade
126
share/gnomeicu/glade/auth.glade
127
share/gnomeicu/glade/auto_respond.glade
127
share/gnomeicu/glade/auto_respond.glade
128
share/gnomeicu/glade/filexfer.glade
128
share/gnomeicu/glade/grpmgr.glade
129
share/gnomeicu/glade/grpmgr.glade
129
share/gnomeicu/glade/history.glade
130
share/gnomeicu/glade/history.glade
131
share/gnomeicu/glade/listwindow.glade
130
share/gnomeicu/glade/main.glade
132
share/gnomeicu/glade/main.glade
131
share/gnomeicu/glade/message.glade
133
share/gnomeicu/glade/message.glade
132
share/gnomeicu/glade/prefs.glade
134
share/gnomeicu/glade/prefs.glade
Lines 230-235 Link Here
230
share/sounds/gnomeicu/contlist.wav
232
share/sounds/gnomeicu/contlist.wav
231
share/sounds/gnomeicu/message.wav
233
share/sounds/gnomeicu/message.wav
232
share/locale/am/LC_MESSAGES/gnomeicu.mo
234
share/locale/am/LC_MESSAGES/gnomeicu.mo
235
share/locale/ar/LC_MESSAGES/gnomeicu.mo
233
share/locale/az/LC_MESSAGES/gnomeicu.mo
236
share/locale/az/LC_MESSAGES/gnomeicu.mo
234
share/locale/be/LC_MESSAGES/gnomeicu.mo
237
share/locale/be/LC_MESSAGES/gnomeicu.mo
235
share/locale/bg/LC_MESSAGES/gnomeicu.mo
238
share/locale/bg/LC_MESSAGES/gnomeicu.mo
Lines 237-242 Link Here
237
share/locale/cs/LC_MESSAGES/gnomeicu.mo
240
share/locale/cs/LC_MESSAGES/gnomeicu.mo
238
share/locale/da/LC_MESSAGES/gnomeicu.mo
241
share/locale/da/LC_MESSAGES/gnomeicu.mo
239
share/locale/de/LC_MESSAGES/gnomeicu.mo
242
share/locale/de/LC_MESSAGES/gnomeicu.mo
243
share/locale/dz/LC_MESSAGES/gnomeicu.mo
240
share/locale/el/LC_MESSAGES/gnomeicu.mo
244
share/locale/el/LC_MESSAGES/gnomeicu.mo
241
share/locale/en_CA/LC_MESSAGES/gnomeicu.mo
245
share/locale/en_CA/LC_MESSAGES/gnomeicu.mo
242
share/locale/en_GB/LC_MESSAGES/gnomeicu.mo
246
share/locale/en_GB/LC_MESSAGES/gnomeicu.mo
Lines 261-266 Link Here
261
share/locale/ne/LC_MESSAGES/gnomeicu.mo
265
share/locale/ne/LC_MESSAGES/gnomeicu.mo
262
share/locale/nl/LC_MESSAGES/gnomeicu.mo
266
share/locale/nl/LC_MESSAGES/gnomeicu.mo
263
share/locale/nn/LC_MESSAGES/gnomeicu.mo
267
share/locale/nn/LC_MESSAGES/gnomeicu.mo
268
share/locale/oc/LC_MESSAGES/gnomeicu.mo
264
share/locale/pa/LC_MESSAGES/gnomeicu.mo
269
share/locale/pa/LC_MESSAGES/gnomeicu.mo
265
share/locale/pl/LC_MESSAGES/gnomeicu.mo
270
share/locale/pl/LC_MESSAGES/gnomeicu.mo
266
share/locale/pt/LC_MESSAGES/gnomeicu.mo
271
share/locale/pt/LC_MESSAGES/gnomeicu.mo
(-)files/patch-src_userserver.c (-16 lines)
Removed Link Here
1
--- src/userserver.c.orig	Fri Apr  2 15:20:45 2004
2
+++ src/userserver.c	Fri Apr  2 15:20:54 2004
3
@@ -6,12 +6,12 @@
4
 ***************************/
5
 
6
 #include <errno.h>
7
+#include <sys/types.h>
8
 #include <netinet/in.h>
9
 #include <pwd.h>
10
 #include <stdio.h>
11
 #include <stdlib.h>
12
 #include <string.h>
13
-#include <sys/types.h>
14
 #include <sys/socket.h>
15
 #include <sys/stat.h>
16
 #include <sys/un.h>

Return to bug 122638