Date: Sun, 23 Feb 2020 18:07:59 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526932 - head/irc/kvirc Message-ID: <202002231807.01NI7xSL011466@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sun Feb 23 18:07:59 2020 New Revision: 526932 URL: https://svnweb.freebsd.org/changeset/ports/526932 Log: irc/kvirc: update to later snapshot to remove python2 lock Modified: head/irc/kvirc/Makefile head/irc/kvirc/distinfo head/irc/kvirc/pkg-plist Modified: head/irc/kvirc/Makefile ============================================================================== --- head/irc/kvirc/Makefile Sun Feb 23 17:55:10 2020 (r526931) +++ head/irc/kvirc/Makefile Sun Feb 23 18:07:59 2020 (r526932) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= KVIrc -DISTVERSION= 5.0.0 -PORTREVISION= 3 +DISTVERSION= 5.0.0-73 +DISTVERSIONSUFFIX= -gbdeac0429 CATEGORIES= irc kde MAINTAINER= kde@FreeBSD.org @@ -16,7 +16,7 @@ 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:2.7 qt:5 ssl tar:bzip2 xorg + kde:5 perl5 pkgconfig python qt:5 ssl tar:bzip2 xorg USE_GNOME= glib20 USE_PERL5= build USE_KDE= auth codecs config configwidgets coreaddons i18n notifications \ Modified: head/irc/kvirc/distinfo ============================================================================== --- head/irc/kvirc/distinfo Sun Feb 23 17:55:10 2020 (r526931) +++ head/irc/kvirc/distinfo Sun Feb 23 18:07:59 2020 (r526932) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546447510 -SHA256 (KVIrc-KVIrc-5.0.0_GH0.tar.gz) = 452e683760221055f117d2ab4359aa432e01ce5d5e3abe80772b7a13a78b594a -SIZE (KVIrc-KVIrc-5.0.0_GH0.tar.gz) = 5962578 +TIMESTAMP = 1582480339 +SHA256 (KVIrc-KVIrc-5.0.0-73-gbdeac0429_GH0.tar.gz) = 69b011a9fb09cb7a04340042bfeba78840a0205d1f00d2fa8aaa4cc6b86fee53 +SIZE (KVIrc-KVIrc-5.0.0-73-gbdeac0429_GH0.tar.gz) = 5964067 Modified: head/irc/kvirc/pkg-plist ============================================================================== --- head/irc/kvirc/pkg-plist Sun Feb 23 17:55:10 2020 (r526931) +++ head/irc/kvirc/pkg-plist Sun Feb 23 18:07:59 2020 (r526932) @@ -75,7 +75,7 @@ lib/kvirc/%%VER%%/modules/libkviuserlist.so lib/kvirc/%%VER%%/modules/libkviwindow.so lib/libkvilib.so lib/libkvilib.so.5 -lib/libkvilib.so.5.0.0 +lib/libkvilib.so.5.0.1 man/de/man1/kvirc.1.gz man/fr/man1/kvirc.1.gz man/it/man1/kvirc.1.gz @@ -848,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.5.0.0.tag +share/kvirc/%%VER%%/help/en/documentation.5.0.1.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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002231807.01NI7xSL011466>