Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132617185
D13747.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D13747.id.diff
View Options
Index: head/audio/sayonara/Makefile
===================================================================
--- head/audio/sayonara/Makefile
+++ head/audio/sayonara/Makefile
@@ -3,9 +3,8 @@
PORTNAME= sayonara
DISTVERSIONPREFIX= player-
-DISTVERSION= 0.9.3
-DISTVERSIONSUFFIX= -git2-20170509
-PORTREVISION= 1
+DISTVERSION= 1.0.0
+DISTVERSIONSUFFIX= -git1-20171231
CATEGORIES= audio
MASTER_SITES= http://www.sayonara-player.com/sw/
Index: head/audio/sayonara/distinfo
===================================================================
--- head/audio/sayonara/distinfo
+++ head/audio/sayonara/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507272191
-SHA256 (sayonara-player-0.9.3-git2-20170509.tar.gz) = 0412c6cf7e3d9283aa37caba08b009a9df6aeddb036cfca35af7dab40f5c14f5
-SIZE (sayonara-player-0.9.3-git2-20170509.tar.gz) = 1732355
+TIMESTAMP = 1514987445
+SHA256 (sayonara-player-1.0.0-git1-20171231.tar.gz) = 658eecfb0d42352c5ba616aa237e00474a2e8cf4cdd07547fe8d4cee77789a43
+SIZE (sayonara-player-1.0.0-git1-20171231.tar.gz) = 1754852
Index: head/audio/sayonara/files/patch-CMakeLists.txt
===================================================================
--- head/audio/sayonara/files/patch-CMakeLists.txt
+++ head/audio/sayonara/files/patch-CMakeLists.txt
@@ -1,15 +0,0 @@
-Adjust for changed UI search and generation paths in CMake 3.9.
-
---- CMakeLists.txt.orig 2017-05-09 18:52:59 UTC
-+++ CMakeLists.txt
-@@ -24,6 +24,10 @@ CONFIGURE_FILE(Macros.h.in "${CMAKE_CURR
- MESSAGE("Build Sayonara ${VAR_SAYONARA_VERSION}")
- MESSAGE("Will install to ${CMAKE_INSTALL_PREFIX}")
-
-+# CMake 3.9 searches full UI-file paths
-+SET(CMAKE_AUTOUIC_SEARCH_PATHS ${CMAKE_CURRENT_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/src/GUI/Preferences/Fonts)
-+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/src ${CMAKE_CURRENT_BINARY_DIR}/src/GUI/Playlist/ ${CMAKE_BINARY_DIR}/src/GUI/Preferences .)
-+
- ADD_SUBDIRECTORY(src)
- ADD_SUBDIRECTORY(resources)
-
Index: head/audio/sayonara/files/patch-src_Helper_Logger_Logger.h
===================================================================
--- head/audio/sayonara/files/patch-src_Helper_Logger_Logger.h
+++ head/audio/sayonara/files/patch-src_Helper_Logger_Logger.h
@@ -1,14 +0,0 @@
-Avoid adding #include <iostream> in lots of .cpp files, at the cost
-of compilation time because iostream is no longer forward-declared.
-
---- src/Helper/Logger/Logger.h.orig 2017-10-06 07:14:44 UTC
-+++ src/Helper/Logger/Logger.h
-@@ -21,7 +21,7 @@
- #ifndef LOGGER_H
- #define LOGGER_H
-
--#include <iosfwd>
-+#include <iostream>
- #include <typeinfo>
- #include <type_traits>
- #include <QList>
Index: head/audio/sayonara/files/patch-src_Main.cpp
===================================================================
--- head/audio/sayonara/files/patch-src_Main.cpp
+++ head/audio/sayonara/files/patch-src_Main.cpp
@@ -1,24 +0,0 @@
-The #else part is ill-formed, and the multi-instance support can
-work on FreeBSD as well as Linux.
-
---- src/Main.cpp.orig 2017-10-06 07:17:05 UTC
-+++ src/Main.cpp
-@@ -192,7 +192,7 @@ int main(int argc, char *argv[])
- return 0;
- }
-
--#ifdef Q_OS_LINUX
-+#if defined( Q_OS_LINUX ) || defined( Q_OS_FREEBSD )
-
- int pid=0;
- if( !cmd_data.multiple_instances ){
-@@ -203,9 +203,6 @@ int main(int argc, char *argv[])
- notify_old_instance(cmd_data.files_to_play, pid);
- return 0;
- }
--
--#else
-- Q_UNUSED(single_instance)
- #endif
-
-
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 19, 11:30 AM (6 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23910062
Default Alt Text
D13747.id.diff (3 KB)
Attached To
Mode
D13747: Update sayonara to 1.0.0
Attached
Detach File
Event Timeline
Log In to Comment