summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/amarok
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-03-18 02:25:34 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-03-18 02:25:34 +0100
commitc50beef08d80ff3caaf68951f1d0b3843182a4f1 (patch)
treeff0ce343fb3cce8c222c6077bfb1320457425b01 /freebsd/applications/amarok
parentef2bc56fd3d1478d216ab499f9801610cec61a0f (diff)
downloadtde-packaging-c50beef08d80ff3caaf68951f1d0b3843182a4f1.tar.gz
tde-packaging-c50beef08d80ff3caaf68951f1d0b3843182a4f1.zip
FreeBSD: Update for final release R14.0.6
Add ports for bunch of applications. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/amarok')
-rw-r--r--freebsd/applications/amarok/distinfo6
-rw-r--r--freebsd/applications/amarok/files/patch-bp000-fix-ftbfs-on-c++11.diff28
2 files changed, 3 insertions, 31 deletions
diff --git a/freebsd/applications/amarok/distinfo b/freebsd/applications/amarok/distinfo
index 3d8d84b9e..f9e6a138a 100644
--- a/freebsd/applications/amarok/distinfo
+++ b/freebsd/applications/amarok/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533397102
-SHA256 (TDE/applications/amarok-trinity_14.0.5.orig.tar.xz) = bbcfc2be0da7c25d9ef3469bfee800a2ddb33a399913404cc00cef5bc74a2cc0
-SIZE (TDE/applications/amarok-trinity_14.0.5.orig.tar.xz) = 10014456
+TIMESTAMP = 1552237091
+SHA256 (TDE/applications/amarok-trinity_14.0.6.orig.tar.xz) = 98bcadbdaa688ce4a743360a79de47be3c9279b853dcd488212b2d0fb4137f31
+SIZE (TDE/applications/amarok-trinity_14.0.6.orig.tar.xz) = 10032560
diff --git a/freebsd/applications/amarok/files/patch-bp000-fix-ftbfs-on-c++11.diff b/freebsd/applications/amarok/files/patch-bp000-fix-ftbfs-on-c++11.diff
deleted file mode 100644
index b7776a207..000000000
--- a/freebsd/applications/amarok/files/patch-bp000-fix-ftbfs-on-c++11.diff
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/amarok/src/main.cpp b/amarok/src/main.cpp
-index 66748e2..2141eaf 100644
---- a/amarok/src/main.cpp
-+++ b/amarok/src/main.cpp
-@@ -38,11 +38,11 @@ int main( int argc, char *argv[] )
- I18N_NOOP( "Developer (illissius)" ), "illissius@gmail.com" );
- aboutData.addAuthor( "Ian '" I18N_NOOP("The Beard") "' Monroe",
- I18N_NOOP( "Developer (eean)" ), "ian@monroe.nu", "http://www.monroe.nu/" );
-- aboutData.addAuthor( "Jeff '"I18N_NOOP("IROCKSOHARD") "' Mitchell",
-+ aboutData.addAuthor( "Jeff '" I18N_NOOP("IROCKSOHARD") "' Mitchell",
- I18N_NOOP( "Developer (jefferai)" ), "kde-dev@emailgoeshere.com" );
-- aboutData.addAuthor( "Mark '"I18N_NOOP("It's good, but it's not irssi") "' Kretschmann",
-+ aboutData.addAuthor( "Mark '" I18N_NOOP("It's good, but it's not irssi") "' Kretschmann",
- I18N_NOOP( "Project founder (markey)" ), "kretschmann@kde.org" );
-- aboutData.addAuthor( "Martin '"I18N_NOOP("Easily the most compile-breaks ever!") "' Aumueller",
-+ aboutData.addAuthor( "Martin '" I18N_NOOP("Easily the most compile-breaks ever!") "' Aumueller",
- I18N_NOOP( "Developer (aumuell)" ), "aumuell@reserv.at" );
- aboutData.addAuthor( "Max '" I18N_NOOP("Turtle-Power") "' Howell",
- I18N_NOOP( "Cowboy mxcl" ), "max.howell@methylblue.com", "http://www.methylblue.com" );
-@@ -58,7 +58,7 @@ int main( int argc, char *argv[] )
- I18N_NOOP( "Developer (sebr)" ), "ruiz@kde.org", "http://www.sebruiz.net" );
- aboutData.addAuthor( "Stanislav '" I18N_NOOP("All you need is DCOP") "' Karchebny",
- I18N_NOOP( "DCOP, improvements, cleanups, i18n (berkus)" ), "berkus@madfire.net" );
-- aboutData.addAuthor( "Timothy '"I18N_NOOP("HCI nut") "' Pearson",
-+ aboutData.addAuthor( "Timothy '" I18N_NOOP("HCI nut") "' Pearson",
- I18N_NOOP( "Developer (kb9vqf)" ), "kb9vqf@pearsoncomputing.net" );
-
-