pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

swift: update to 3.0rc2. Switch to qt5.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Feb 10 16:33:07 2016 +0100
Changeset:	3c1fcde04ab5ef8142cceb1e20ee1a15acc50008

Modified Files:
	swift/Makefile
	swift/distinfo

Log Message:
swift: update to 3.0rc2. Switch to qt5.

The main change from 3.0rc1 to 3.0rc2

    Fix connection to servers with invalid or untrusted certificates on OS/X

These are the main changes from 3.0 Beta2 to 3.0rc1

    Support for the Notification Center on OS X
    Users can now authenticate using certificates (and smart cards on Windows) when using the 'BOSH' connection type.
    Encryption on OS X now uses the platform's native 'Secure Transport' mechanisms.
    Assorted bugfixes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3c1fcde04ab5ef8142cceb1e20ee1a15acc50008

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 swift/Makefile | 13 +++++++++----
 swift/distinfo |  8 ++++----
 2 files changed, 13 insertions(+), 8 deletions(-)

diffs:
diff --git a/swift/Makefile b/swift/Makefile
index a52bed1..1df03fa 100644
--- a/swift/Makefile
+++ b/swift/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.8 2015/04/25 14:20:28 tnn Exp $
 
-DISTNAME=	swift-3.0beta2
+DISTNAME=	swift-3.0rc2
 CATEGORIES=	chat
 MASTER_SITES=	http://swift.im/downloads/releases/${DISTNAME}/
 
@@ -22,9 +22,12 @@ SUBST_SED.path+=	-e "s,/usr/local/share/,${PREFIX}/share/,"
 SUBST_FILES.path+=	SwifTools/Application/UnixApplicationPathProvider.cpp
 SUBST_MESSAGE.path=	Fixing path to support files.
 
+MAKE_ENV+=		qt5=1
+
 do-configure:
 	cd ${WRKSRC} ; \
 	${ECHO} "qt=\"${QTDIR}\"" > config.py ;\
+	${ECHO} "qt5=1" >> config.py ;\
 	${ECHO} "linkflags=\"-L${PREFIX}/lib -Wl,-R${QTDIR}/lib -Wl,-R${X11BASE}/lib -Wl,-R${BUILDLINK_DIR}/lib\"" >> config.py ; \
 	${ECHO} "allow_warnings=\"true\"" >> config.py ;
 
@@ -44,7 +47,9 @@ do-install:
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-qdbus/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtmultimedia/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
+.include "../../x11/qt5-qtwebkit/buildlink3.mk"
+.include "../../x11/qt5-qtx11extras/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/swift/distinfo b/swift/distinfo
index 8f19cb6..f6b9528 100644
--- a/swift/distinfo
+++ b/swift/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-SHA1 (swift-3.0beta2.tar.gz) = 5ae9c9017342a9cd21c6b059de4798b0952b61f1
-RMD160 (swift-3.0beta2.tar.gz) = 57da974519a6b056dccd31e3348e4d6478b9b3d7
-SHA512 (swift-3.0beta2.tar.gz) = 47b1c49fa1d40267b1c85f8cf188c2c222c3c913c06a2339a97296c4b32e07c1fe69d1431ad7d38c2b93e0625a8b8f1c9f981d1ba57d7f78c3c9cfe8ddc09902
-Size (swift-3.0beta2.tar.gz) = 10596501 bytes
+SHA1 (swift-3.0rc2.tar.gz) = b340bdd1b5ad55008b13e77f33711f38f1f28701
+RMD160 (swift-3.0rc2.tar.gz) = 2e286b37e04df4330a64fafb974174bea7dc893e
+SHA512 (swift-3.0rc2.tar.gz) = cd72ae606fe03bb8c8f568bcc10322f496c9f83f1f5eb3fdb7866cd547bc45b24e1b6bf1147ee965a723d767456c804b5f957bddeb095a31de8671ba0f536d78
+Size (swift-3.0rc2.tar.gz) = 11070940 bytes
 SHA1 (patch-BuildTools_SCons_SConscript.boot) = f134f01b73e6862171c432c76088947d616c6d3d
 SHA1 (patch-BuildTools_SCons_SConstruct) = a2d68e60a41ea74ad753b17f97c7887cbd458c46


Home | Main Index | Thread Index | Old Index