From owner-svn-ports-head@freebsd.org Tue Sep 11 09:38:20 2018 Return-Path: Delivered-To: svn-ports-head@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 B5657108A8C8; Tue, 11 Sep 2018 09:38:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6AF448E41F; Tue, 11 Sep 2018 09:38:20 +0000 (UTC) (envelope-from amdmi3@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 6601515F73; Tue, 11 Sep 2018 09:38:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8B9cKN8012022; Tue, 11 Sep 2018 09:38:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8B9cKkF012021; Tue, 11 Sep 2018 09:38:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201809110938.w8B9cKkF012021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 11 Sep 2018 09:38:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479516 - head/finance/alkimia X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/finance/alkimia X-SVN-Commit-Revision: 479516 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2018 09:38:20 -0000 Author: amdmi3 Date: Tue Sep 11 09:38:19 2018 New Revision: 479516 URL: https://svnweb.freebsd.org/changeset/ports/479516 Log: - Whitespace fix - Update WWW Approved by: portmgr blanket Modified: head/finance/alkimia/Makefile head/finance/alkimia/pkg-descr Modified: head/finance/alkimia/Makefile ============================================================================== --- head/finance/alkimia/Makefile Tue Sep 11 09:11:29 2018 (r479515) +++ head/finance/alkimia/Makefile Tue Sep 11 09:38:19 2018 (r479516) @@ -54,7 +54,7 @@ MPIR_DESC= MPIR (multiple precision arithmetic) suppo MPIR_LIB_DEPENDS= libmpir.so:math/mpir .if ${SLAVE} == qt4 -TEST_USES= qt:4 qt:5 +TEST_USES= qt:4 qt:5 TEST_USE= QT=qtestlib .else TEST_USE= QT=testlib Modified: head/finance/alkimia/pkg-descr ============================================================================== --- head/finance/alkimia/pkg-descr Tue Sep 11 09:11:29 2018 (r479515) +++ head/finance/alkimia/pkg-descr Tue Sep 11 09:38:19 2018 (r479516) @@ -4,4 +4,4 @@ applications for KDE. Currently, it supports a common class to represent monetary values with arbitrary precision. -WWW: http://community.kde.org/Alkimia/libalkimia +WWW: https://community.kde.org/Alkimia/libalkimia