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

(-)gtkpod/Makefile (-6 / +1 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	gtkpod
8
PORTNAME=	gtkpod
9
PORTVERSION=	0.80
9
PORTVERSION=	0.85.0
10
PORTREVISION=	4
11
CATEGORIES=	audio
10
CATEGORIES=	audio
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
14
DISTNAME=	${PORTNAME}-${PORTVERSION}-2
15
13
16
MAINTAINER=	david@dyn-ns.net
14
MAINTAINER=	david@dyn-ns.net
17
COMMENT=	GUI for Apple iPods using GTK2
15
COMMENT=	GUI for Apple iPods using GTK2
Lines 52-60 Link Here
52
		${WRKSRC}/configure
50
		${WRKSRC}/configure
53
	@${REINPLACE_CMD} -e 's|(libdir)/locale|(datadir)/locale|' \
51
	@${REINPLACE_CMD} -e 's|(libdir)/locale|(datadir)/locale|' \
54
		${WRKSRC}/po/Makefile.in.in
52
		${WRKSRC}/po/Makefile.in.in
55
	@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
56
		${WRKSRC}/scripts/sync-kaddressbook.sh \
57
		${WRKSRC}/scripts/sync-korganizer.sh
58
53
59
post-install:
54
post-install:
60
.if !defined(NOPORTDOCS)
55
.if !defined(NOPORTDOCS)
(-)gtkpod/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (gtkpod-0.80-2.tar.gz) = 50cc19b1a535df4c37e588baa08bf3c4
1
MD5 (gtkpod-0.85.0.tar.gz) = ca870acf255dd240a02d387485940c3c
2
SIZE (gtkpod-0.80-2.tar.gz) = 673639
2
SIZE (gtkpod-0.85.0.tar.gz) = 789161
(-)gtkpod/files/patch-src::mp4file.c (-12 lines)
Lines 1-12 Link Here
1
--- src/mp4file.c.orig	Wed Jul 28 00:22:05 2004
2
+++ src/mp4file.c	Wed Jul 28 00:22:50 2004
3
@@ -108,7 +108,8 @@
4
 #define MP4V2_HAS_METADATA_BUG TRUE
5
 
6
 #include <sys/types.h>
7
-#include <stdint.h>
8
+#include <sys/param.h>
9
+#include <inttypes.h>
10
 #include <stdlib.h>
11
 #include <string.h>
12
 #include "mp4.h"
(-)gtkpod/pkg-plist (-6 / +6 lines)
Lines 3-14 Link Here
3
share/locale/fr/LC_MESSAGES/gtkpod.mo
3
share/locale/fr/LC_MESSAGES/gtkpod.mo
4
share/locale/it/LC_MESSAGES/gtkpod.mo
4
share/locale/it/LC_MESSAGES/gtkpod.mo
5
share/locale/ja/LC_MESSAGES/gtkpod.mo
5
share/locale/ja/LC_MESSAGES/gtkpod.mo
6
share/gtkpod/scripts/sync-kaddressbook.sh
6
%%DATADIR%%/scripts/sync-kaddressbook.sh
7
share/gtkpod/scripts/sync-korganizer.sh
7
%%DATADIR%%/scripts/sync-korganizer.sh
8
share/gtkpod/pixmaps/gtkpod-icon-48.png
8
%%DATADIR%%/pixmaps/gtkpod-icon-48.png
9
share/gtkpod/pixmaps/gtkpod-icon-48x48.png
9
%%DATADIR%%/pixmaps/gtkpod-icon-48x48.png
10
share/gtkpod/pixmaps/gtkpod-icon-64x64.png
10
%%DATADIR%%/pixmaps/gtkpod-icon-64x64.png
11
share/gtkpod/pixmaps/gtkpod-logo.png
11
%%DATADIR%%/pixmaps/gtkpod-logo.png
12
%%PORTDOCS%%%%DOCSDIR%%/README
12
%%PORTDOCS%%%%DOCSDIR%%/README
13
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
13
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
14
%%PORTDOCS%%%%DOCSDIR%%/TODOandBUGS.txt
14
%%PORTDOCS%%%%DOCSDIR%%/TODOandBUGS.txt

Return to bug 74273