From owner-svn-ports-head@freebsd.org Sat Mar 9 15:43:35 2019 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 2FEB9152A404; Sat, 9 Mar 2019 15:43:35 +0000 (UTC) (envelope-from kai@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 C82AF8C7A2; Sat, 9 Mar 2019 15:43:34 +0000 (UTC) (envelope-from kai@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 BBF7FD6DD; Sat, 9 Mar 2019 15:43:34 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x29FhYmR022035; Sat, 9 Mar 2019 15:43:34 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x29FhYdK022034; Sat, 9 Mar 2019 15:43:34 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201903091543.x29FhYdK022034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sat, 9 Mar 2019 15:43:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495173 - head/x11-fonts/py-QtAwesome X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/x11-fonts/py-QtAwesome X-SVN-Commit-Revision: 495173 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C82AF8C7A2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 09 Mar 2019 15:43:35 -0000 Author: kai Date: Sat Mar 9 15:43:34 2019 New Revision: 495173 URL: https://svnweb.freebsd.org/changeset/ports/495173 Log: x11-fonts/py-QtAwesome: Update to 0.5.6 While I'm here: * Pet portlint Changelog: * Some FontAwesome icons do not match * Update update_fa5 command to rename internal font names during update * Rename FA5 fonts to be unique * Add a test to ensure all fonts used by QtAwesome have a unique family name https://github.com/spyder-ide/qtawesome/blob/v0.5.6/CHANGELOG.md PR: 236311 Submitted by: lbartoletti (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19517 Modified: head/x11-fonts/py-QtAwesome/Makefile head/x11-fonts/py-QtAwesome/distinfo Modified: head/x11-fonts/py-QtAwesome/Makefile ============================================================================== --- head/x11-fonts/py-QtAwesome/Makefile Sat Mar 9 15:20:29 2019 (r495172) +++ head/x11-fonts/py-QtAwesome/Makefile Sat Mar 9 15:43:34 2019 (r495173) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= QtAwesome -DISTVERSION= 0.5.5 +DISTVERSION= 0.5.6 CATEGORIES= x11-fonts graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}QtPy>0:devel/py-Qt USES= python USE_PYTHON= distutils autoplist + NO_ARCH= yes .include Modified: head/x11-fonts/py-QtAwesome/distinfo ============================================================================== --- head/x11-fonts/py-QtAwesome/distinfo Sat Mar 9 15:20:29 2019 (r495172) +++ head/x11-fonts/py-QtAwesome/distinfo Sat Mar 9 15:43:34 2019 (r495173) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546840651 -SHA256 (QtAwesome-0.5.5.tar.gz) = 742de5f559cbaf2523d73c9c0ad622878ab1b1b3892c6727b6e91d9118496179 -SIZE (QtAwesome-0.5.5.tar.gz) = 641080 +TIMESTAMP = 1551826658 +SHA256 (QtAwesome-0.5.6.tar.gz) = e3fa38cf55244bf2cbc24f7f176da86a45ab7aa63dd09b33c1247eaa2adecd38 +SIZE (QtAwesome-0.5.6.tar.gz) = 642228