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

(-)muine/Makefile (-2 / +1 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	muine
9
PORTNAME=	muine
10
PORTVERSION=	0.8.7
10
PORTVERSION=	0.8.8
11
PORTREVISION=	5
12
CATEGORIES=	audio gnome
11
CATEGORIES=	audio gnome
13
MASTER_SITES=	http://muine-player.org/releases/
12
MASTER_SITES=	http://muine-player.org/releases/
14
13
(-)muine/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (muine-0.8.7.tar.gz) = 19f5aa148a7bd3c18cf1c3244813aa88
1
MD5 (muine-0.8.8.tar.gz) = 0bf318424d35241525df701e107dd6b1
2
SHA256 (muine-0.8.7.tar.gz) = c3ce4665c156ec15d952fc18267d9b50c1445fbf8b26953ee9448c7a7db6a1e3
2
SHA256 (muine-0.8.8.tar.gz) = 92288652db03588b57fe87b089dfc2560702934b5c08cd80164b4cdade44798a
3
SIZE (muine-0.8.7.tar.gz) = 765786
3
SIZE (muine-0.8.8.tar.gz) = 833148
(-)muine/files/patch-plugins_Makefile.in (-21 lines)
Lines 1-21 Link Here
1
--- plugins/Makefile.in.orig	Wed Feb 15 02:50:49 2006
2
+++ plugins/Makefile.in	Wed Feb 15 10:42:55 2006
3
@@ -503,7 +503,8 @@
4
 	done
5
 check-am: all-am
6
 check: check-am
7
-all-am: Makefile $(LTLIBRARIES) $(DATA)
8
+#all-am: Makefile $(LTLIBRARIES) $(DATA)
9
+all-am:
10
 
11
 installdirs:
12
 	$(mkinstalldirs) $(DESTDIR)$(muinelibdir) $(DESTDIR)$(plugindir)
13
@@ -551,7 +552,7 @@
14
 
15
 info-am:
16
 
17
-install-data-am: install-muinelibLTLIBRARIES install-pluginDATA
18
+#install-data-am: install-muinelibLTLIBRARIES install-pluginDATA
19
 
20
 install-exec-am:
21
 
(-)muine/files/patch-src-muine.in (+10 lines)
Line 0 Link Here
1
--- src/muine.in.orig	2007-11-07 20:28:52.000000000 +0000
2
+++ src/muine.in	2007-11-07 20:29:06.000000000 +0000
3
@@ -1,5 +1,5 @@
4
-#!/bin/bash
5
+#!/bin/sh
6
 
7
 export MONO_GAC_PREFIX=$MONO_GAC_PREFIX:@prefix@
8
 
9
-exec -a "muine" @mono@ @mono_flags@ @pkglibdir@/@target@ "$@"
10
+@mono@ @mono_flags@ @pkglibdir@/@target@ "$@"
(-)muine/pkg-plist (-3 / +6 lines)
Lines 1-7 Link Here
1
bin/muine
1
bin/muine
2
lib/monodoc/sources/muine-docs.source
2
share/doc/muine/muine-docs.zip
3
lib/monodoc/sources/muine-docs.tree
3
share/doc/muine/muine-docs.tree
4
lib/monodoc/sources/muine-docs.zip
4
share/doc/muine/muine-docs.source
5
lib/muine/NDesk.DBus.GLib.dll
5
lib/muine/NDesk.DBus.GLib.dll
6
lib/muine/NDesk.DBus.GLib.dll.config
6
lib/muine/NDesk.DBus.GLib.dll.config
7
lib/muine/NDesk.DBus.dll
7
lib/muine/NDesk.DBus.dll
Lines 42-47 Link Here
42
share/locale/hr/LC_MESSAGES/muine.mo
42
share/locale/hr/LC_MESSAGES/muine.mo
43
share/locale/hu/LC_MESSAGES/muine.mo
43
share/locale/hu/LC_MESSAGES/muine.mo
44
share/locale/is/LC_MESSAGES/muine.mo
44
share/locale/is/LC_MESSAGES/muine.mo
45
share/locale/it/LC_MESSAGES/muine.mo
45
share/locale/ja/LC_MESSAGES/muine.mo
46
share/locale/ja/LC_MESSAGES/muine.mo
46
share/locale/ko/LC_MESSAGES/muine.mo
47
share/locale/ko/LC_MESSAGES/muine.mo
47
share/locale/lt/LC_MESSAGES/muine.mo
48
share/locale/lt/LC_MESSAGES/muine.mo
Lines 51-56 Link Here
51
share/locale/nb/LC_MESSAGES/muine.mo
52
share/locale/nb/LC_MESSAGES/muine.mo
52
share/locale/ne/LC_MESSAGES/muine.mo
53
share/locale/ne/LC_MESSAGES/muine.mo
53
share/locale/nl/LC_MESSAGES/muine.mo
54
share/locale/nl/LC_MESSAGES/muine.mo
55
share/locale/oc/LC_MESSAGES/muine.mo
54
share/locale/pa/LC_MESSAGES/muine.mo
56
share/locale/pa/LC_MESSAGES/muine.mo
55
share/locale/pl/LC_MESSAGES/muine.mo
57
share/locale/pl/LC_MESSAGES/muine.mo
56
share/locale/pt/LC_MESSAGES/muine.mo
58
share/locale/pt/LC_MESSAGES/muine.mo
Lines 66-71 Link Here
66
share/locale/uk/LC_MESSAGES/muine.mo
68
share/locale/uk/LC_MESSAGES/muine.mo
67
share/locale/vi/LC_MESSAGES/muine.mo
69
share/locale/vi/LC_MESSAGES/muine.mo
68
share/locale/zh_CN/LC_MESSAGES/muine.mo
70
share/locale/zh_CN/LC_MESSAGES/muine.mo
71
@dirrm share/doc/muine
69
@dirrmtry lib/muine/plugins
72
@dirrmtry lib/muine/plugins
70
@dirrmtry lib/muine
73
@dirrmtry lib/muine
71
@dirrmtry share/applications
74
@dirrmtry share/applications

Return to bug 117905