FreeBSD Bugzilla – Attachment 153430 Details for
Bug 197984
[maintainer update] net-mgmt/seafile-gui: update to version 4.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
net-mgmt_seafile-gui.diff (text/plain), 3.05 KB, created by
Jingfeng Yan
on 2015-02-24 06:28:02 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Jingfeng Yan
Created:
2015-02-24 06:28:02 UTC
Size:
3.05 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 379719) >+++ Makefile (working copy) >@@ -1,7 +1,8 @@ > # $FreeBSD$ > > PORTNAME= seafile-gui >-PORTVERSION= 3.1.5 >+PORTVERSION= 4.1.0 >+PORTREVISION= 1 > CATEGORIES= net-mgmt > > MAINTAINER= yan_jingfeng@yahoo.com >@@ -19,8 +20,8 @@ > USE_GITHUB= yes > GH_ACCOUNT= haiwen > GH_PROJECT= seafile-client >-GH_TAGNAME= v3.1.5 >-GH_COMMIT= ce808db >+GH_TAGNAME= v${PORTVERSION} >+GH_COMMIT= 6a13274 > > USES= cmake pkgconfig > USE_QT4= corelib dbus gui network \ >Index: distinfo >=================================================================== >--- distinfo (revision 379719) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (seafile-gui-3.1.5.tar.gz) = 81102eb267b8e3e507ddf78d5b019fd527f521e9cff1e2dd3dfcd41eec69e6ff >-SIZE (seafile-gui-3.1.5.tar.gz) = 763089 >+SHA256 (seafile-gui-4.1.0.tar.gz) = e7316c5f7d92fd77e61551b48330f7819af021aaf9d2b1a50819af077f708431 >+SIZE (seafile-gui-4.1.0.tar.gz) = 1001345 >Index: files/patch-CMakeLists.txt >=================================================================== >--- files/patch-CMakeLists.txt (revision 379719) >+++ files/patch-CMakeLists.txt (working copy) >@@ -1,29 +1,20 @@ >---- CMakeLists.txt.orig 2014-09-03 23:17:55.314282575 -0400 >-+++ CMakeLists.txt 2014-09-03 23:19:48.914240566 -0400 >-@@ -21,7 +21,7 @@ >- IF (${CMAKE_BUILD_TYPE} MATCHES Release) >- SET(GUI_TYPE WIN32) >+--- CMakeLists.txt.orig 2015-01-28 22:35:49.000000000 -0500 >++++ CMakeLists.txt 2015-01-28 22:42:26.000000000 -0500 >+@@ -85,7 +85,7 @@ >+ SET(USE_QT_LIBRARIES ${USE_QT_LIBRARIES} "WebKit" "WebKitWidgets") >+ ADD_DEFINITIONS(-DHAVE_SHIBBOLETH_SUPPORT) > ENDIF() >--ELSEIF (${CMAKE_SYSTEM_NAME} MATCHES "Linux") >-+ELSEIF (${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|DragonFly|NetBSD|OpenBSD") >- INCLUDE_DIRECTORIES(${QT_QTDBUS_INCLUDE_DIR}) >- LINK_DIRECTORIES(${QT_QTDBUS_LIBRARIES}) >- SET(EXTRA_LIBS ${EXTRA_LIBS} ${QT_QTDBUS_LIBRARIES}) >-@@ -42,7 +42,7 @@ >- #################### >- ###### BEGIN: QT configuration >- #################### >--IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux") >-+IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|DragonFly|NetBSD|OpenBSD") >- SET(QtDBus "QtDBus") >- ENDIF() >- >-@@ -380,7 +380,7 @@ >- ${EXTRA_LIBS} >- ) >- >--IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux") >-+IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|DragonFly|NetBSD|OpenBSD") >- TARGET_LINK_LIBRARIES(seafile-applet >- ${QT_QTDBUS_LIBRARIES} >- ) >+- IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux") >++ IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR ${CMAKE_SYSTEM_NAME} MATCHES "BSD") >+ SET(USE_QT_LIBRARIES ${USE_QT_LIBRARIES} "DBus") >+ ENDIF() >+ FIND_PACKAGE(Qt5 REQUIRED ${USE_QT_LIBRARIES}) >+@@ -100,7 +100,7 @@ >+ SET(QtWebKit "QtWebKit") >+ ADD_DEFINITIONS(-DHAVE_SHIBBOLETH_SUPPORT) >+ ENDIF() >+- IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux") >++ IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR ${CMAKE_SYSTEM_NAME} MATCHES "BSD") >+ SET(QtDBus "QtDBus") >+ ENDIF() >+ FIND_PACKAGE(Qt4 REQUIRED QtCore QtGui QtNetwork ${QtDBus} ${QtWebKit})
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197984
:
153430
|
153449
|
153450