From owner-svn-ports-all@freebsd.org Thu Jan 3 11:37:40 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36A851425F4B; Thu, 3 Jan 2019 11:37:40 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CCD47710D4; Thu, 3 Jan 2019 11:37:39 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BAEA220A1D; Thu, 3 Jan 2019 11:37:39 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x03BbdTI089074; Thu, 3 Jan 2019 11:37:39 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x03BbdhA089072; Thu, 3 Jan 2019 11:37:39 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201901031137.x03BbdhA089072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Thu, 3 Jan 2019 11:37:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489165 - head/irc/kvirc X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: head/irc/kvirc X-SVN-Commit-Revision: 489165 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CCD47710D4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2019 11:37:40 -0000 Author: adridg Date: Thu Jan 3 11:37:38 2019 New Revision: 489165 URL: https://svnweb.freebsd.org/changeset/ports/489165 Log: Update devel/kvirc to latest release Previous 5.0.0 port was a beta; this is the first real KF5- and Qt5- compatible release. The release notes say "too many changes to be listed", since the previous stable was six years ago. Since 5.0.0-beta1, several (unnamed) bugfixes. While here, fix up USES=python. KVIrc is only compatible with Python 2.7. MFH: 2019Q1 Modified: head/irc/kvirc/Makefile head/irc/kvirc/distinfo head/irc/kvirc/pkg-plist Modified: head/irc/kvirc/Makefile ============================================================================== --- head/irc/kvirc/Makefile Thu Jan 3 11:32:51 2019 (r489164) +++ head/irc/kvirc/Makefile Thu Jan 3 11:37:38 2019 (r489165) @@ -2,17 +2,20 @@ # $FreeBSD$ PORTNAME= KVIrc -DISTVERSION= 5.0.0-beta1 +DISTVERSION= 5.0.0 CATEGORIES= irc kde MAINTAINER= kde@FreeBSD.org COMMENT= IRC client for KDE +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/doc/ABOUT-LICENSE + LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ libenchant.so:textproc/enchant USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext gnome \ - kde:5 perl5 pkgconfig python qt:5 ssl tar:bzip2 + kde:5 perl5 pkgconfig python:2.7 qt:5 ssl tar:bzip2 USE_GNOME= glib20 USE_PERL5= build USE_KDE= auth codecs config configwidgets coreaddons i18n notifications \ @@ -26,6 +29,6 @@ USE_GITHUB= yes CMAKE_ARGS= -DMANDIR:STRING=man -PLIST_SUB= VER=4.9 +PLIST_SUB= VER=5.0 .include Modified: head/irc/kvirc/distinfo ============================================================================== --- head/irc/kvirc/distinfo Thu Jan 3 11:32:51 2019 (r489164) +++ head/irc/kvirc/distinfo Thu Jan 3 11:37:38 2019 (r489165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545499618 -SHA256 (KVIrc-KVIrc-5.0.0-beta1_GH0.tar.gz) = 73083c11758b6cd40c4eaed3df7b4a6148bdf4617ddc804a78b636f26ed727bf -SIZE (KVIrc-KVIrc-5.0.0-beta1_GH0.tar.gz) = 6030807 +TIMESTAMP = 1546447510 +SHA256 (KVIrc-KVIrc-5.0.0_GH0.tar.gz) = 452e683760221055f117d2ab4359aa432e01ce5d5e3abe80772b7a13a78b594a +SIZE (KVIrc-KVIrc-5.0.0_GH0.tar.gz) = 5962578 Modified: head/irc/kvirc/pkg-plist ============================================================================== --- head/irc/kvirc/pkg-plist Thu Jan 3 11:32:51 2019 (r489164) +++ head/irc/kvirc/pkg-plist Thu Jan 3 11:37:38 2019 (r489165) @@ -74,8 +74,8 @@ lib/kvirc/%%VER%%/modules/libkviurl.so lib/kvirc/%%VER%%/modules/libkviuserlist.so lib/kvirc/%%VER%%/modules/libkviwindow.so lib/libkvilib.so -lib/libkvilib.so.4 -lib/libkvilib.so.%%VER%%.3 +lib/libkvilib.so.5 +lib/libkvilib.so.5.0.0 man/de/man1/kvirc.1.gz man/fr/man1/kvirc.1.gz man/it/man1/kvirc.1.gz @@ -132,19 +132,6 @@ share/kvirc/%%VER%%/defscript/default.kvs share/kvirc/%%VER%%/defscript/events.kvs share/kvirc/%%VER%%/defscript/popups.kvs share/kvirc/%%VER%%/defscript/toolbars.kvs -share/kvirc/%%VER%%/doc/FAQ -share/kvirc/%%VER%%/doc/INSTALL-MacOS.txt -share/kvirc/%%VER%%/doc/INSTALL-Win32.txt -share/kvirc/%%VER%%/doc/INSTALL-Win64.txt -share/kvirc/%%VER%%/doc/INSTALL.txt -share/kvirc/%%VER%%/doc/README -share/kvirc/%%VER%%/doc/addon.howto.txt -share/kvirc/%%VER%%/doc/firefox.hack.txt -share/kvirc/%%VER%%/doc/hackers.guide.txt -share/kvirc/%%VER%%/doc/scripting.faq.txt -share/kvirc/%%VER%%/doc/themes.howto.txt -share/kvirc/%%VER%%/doc/translations.howto.txt -share/kvirc/%%VER%%/doc/ui-style.tips.txt share/kvirc/%%VER%%/help/en/_db_class.idx share/kvirc/%%VER%%/help/en/_db_command.idx share/kvirc/%%VER%%/help/en/_db_event.idx @@ -861,7 +848,7 @@ share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_y.ht share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_z.html share/kvirc/%%VER%%/help/en/doc_widget_index_all.html share/kvirc/%%VER%%/help/en/doc_window_naming_conventions.html -share/kvirc/%%VER%%/help/en/documentation.%%VER%%.3.tag +share/kvirc/%%VER%%/help/en/documentation.5.0.0.tag share/kvirc/%%VER%%/help/en/event_onaccelkeypressed.html share/kvirc/%%VER%%/help/en/event_onaccount.html share/kvirc/%%VER%%/help/en/event_onaction.html @@ -1489,8 +1476,8 @@ share/kvirc/%%VER%%/help/en/module_serverdb.html share/kvirc/%%VER%%/help/en/module_torrent.html share/kvirc/%%VER%%/help/en/module_url.html share/kvirc/%%VER%%/help/en/nohelpavailable.html +share/kvirc/%%VER%%/license/ABOUT-LICENSE share/kvirc/%%VER%%/license/COPYING -share/kvirc/%%VER%%/license/LICENSE-GPLV2 share/kvirc/%%VER%%/license/LICENSE-OPENSSL share/kvirc/%%VER%%/locale/about_cs.mo share/kvirc/%%VER%%/locale/about_de.mo