summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-09 05:44:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-09 05:44:14 +0000
commit70a1874fff77a6c0aa03c3126916e0a2acffd413 (patch)
treef10ede3f021f2e6160cc3253e9e0445c623d293b
parentFix the build after the objformat removal. (diff)
Fix the Gaim D-BUS service name so that D-BUS-enabled apps can start
Gaim. PR: 108851 Submitted by: "Phillip N." <pneumann@gmail.com>
Notes
Notes: svn path=/head/; revision=184666
-rw-r--r--net-im/libgaim/Makefile2
-rw-r--r--net-im/libgaim/files/patch-gaim.service.in7
-rw-r--r--net-im/libpurple/Makefile2
-rw-r--r--net-im/libpurple/files/patch-gaim.service.in7
4 files changed, 16 insertions, 2 deletions
diff --git a/net-im/libgaim/Makefile b/net-im/libgaim/Makefile
index d073e7270619..f927f7d2b5f4 100644
--- a/net-im/libgaim/Makefile
+++ b/net-im/libgaim/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gaim
PORTVERSION= 2.0.0.b6
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net-im/libgaim/files/patch-gaim.service.in b/net-im/libgaim/files/patch-gaim.service.in
new file mode 100644
index 000000000000..333f6c27d1a9
--- /dev/null
+++ b/net-im/libgaim/files/patch-gaim.service.in
@@ -0,0 +1,7 @@
+--- gaim.service.in.orig Tue Feb 6 20:55:54 2007
++++ gaim.service.in Tue Feb 6 20:56:04 2007
+@@ -1,3 +1,3 @@
+ [D-BUS Service]
+-Name=org.gaim.GaimService
++Name=net.sf.gaim.GaimService
+ Exec=@bindir@/gaim
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index d073e7270619..f927f7d2b5f4 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gaim
PORTVERSION= 2.0.0.b6
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net-im/libpurple/files/patch-gaim.service.in b/net-im/libpurple/files/patch-gaim.service.in
new file mode 100644
index 000000000000..333f6c27d1a9
--- /dev/null
+++ b/net-im/libpurple/files/patch-gaim.service.in
@@ -0,0 +1,7 @@
+--- gaim.service.in.orig Tue Feb 6 20:55:54 2007
++++ gaim.service.in Tue Feb 6 20:56:04 2007
+@@ -1,3 +1,3 @@
+ [D-BUS Service]
+-Name=org.gaim.GaimService
++Name=net.sf.gaim.GaimService
+ Exec=@bindir@/gaim