aboutsummaryrefslogtreecommitdiffstats
path: root/devel/kdesvn-kde4
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2013-07-09 04:12:17 +0800
committerrakuco <rakuco@FreeBSD.org>2013-07-09 04:12:17 +0800
commitce735d18e481b820cb1909db0ae9924e3168ab2b (patch)
tree8c208a199552c07918fe0293f877583573bab8fd /devel/kdesvn-kde4
parent8c4f71969510228e031494c4df64f838a457235f (diff)
downloadfreebsd-ports-gnome-ce735d18e481b820cb1909db0ae9924e3168ab2b.tar.gz
freebsd-ports-gnome-ce735d18e481b820cb1909db0ae9924e3168ab2b.tar.zst
freebsd-ports-gnome-ce735d18e481b820cb1909db0ae9924e3168ab2b.zip
Apply patch to point to the right bug tracker address.
kdesvn has been moved into the KDE infrastructure, and this includes the bug tracker (the previous one has been closed). Approved by: dbn (maintainer via private mail)
Diffstat (limited to 'devel/kdesvn-kde4')
-rw-r--r--devel/kdesvn-kde4/Makefile1
-rw-r--r--devel/kdesvn-kde4/files/patch-src__kdesvn_part.cpp10
-rw-r--r--devel/kdesvn-kde4/files/patch-src__main.cpp10
3 files changed, 21 insertions, 0 deletions
diff --git a/devel/kdesvn-kde4/Makefile b/devel/kdesvn-kde4/Makefile
index f792c8c3cb73..804f328d4414 100644
--- a/devel/kdesvn-kde4/Makefile
+++ b/devel/kdesvn-kde4/Makefile
@@ -3,6 +3,7 @@
PORTNAME= kdesvn
DISTVERSION= 1.6.0
+PORTREVISION= 1
CATEGORIES= devel kde
MASTER_SITES= http://kdesvn.alwins-world.de/downloads/
diff --git a/devel/kdesvn-kde4/files/patch-src__kdesvn_part.cpp b/devel/kdesvn-kde4/files/patch-src__kdesvn_part.cpp
new file mode 100644
index 000000000000..819187634c4f
--- /dev/null
+++ b/devel/kdesvn-kde4/files/patch-src__kdesvn_part.cpp
@@ -0,0 +1,10 @@
+--- src/kdesvn_part.cpp.old 2013-07-07 17:37:41.415664472 +0200
++++ src/kdesvn_part.cpp 2013-07-07 17:37:53.484512746 +0200
+@@ -174,7 +174,6 @@
+ about.addAuthor(ki18n("Rajko Albrecht"), ki18n("Original author and maintainer"), "ral@alwins-world.de" );
+ about.setOtherText(m_Extratext);
+ about.setHomepage("http://kdesvn.alwins-world.de/");
+- about.setBugAddress("kdesvn-bugs@alwins-world.de");
+ about.setProgramIconName("kdesvn");
+ about.setTranslator(ki18n("kdesvn: NAME OF TRANSLATORS\\nYour names"),
+ ki18n("kdesvn: EMAIL OF TRANSLATORS\\nYour emails"));
diff --git a/devel/kdesvn-kde4/files/patch-src__main.cpp b/devel/kdesvn-kde4/files/patch-src__main.cpp
new file mode 100644
index 000000000000..a48180abfd13
--- /dev/null
+++ b/devel/kdesvn-kde4/files/patch-src__main.cpp
@@ -0,0 +1,10 @@
+--- src/main.cpp.old 2013-07-07 17:37:05.617114521 +0200
++++ src/main.cpp 2013-07-07 17:37:20.322929644 +0200
+@@ -40,7 +40,6 @@
+ KAboutData::License_GPL,ki18n("(C) 2005-2009 Rajko Albrecht"));
+ about.addAuthor( ki18n("Rajko Albrecht"),ki18n("Developer"),QByteArray("ral@alwins-world.de"),QByteArray());
+ about.setHomepage("http://kdesvn.alwins-world.de/");
+- about.setBugAddress("kdesvn-bugs@alwins-world.de");
+
+ KCmdLineArgs::init(argc, argv, &about);
+ KCmdLineOptions options;