From owner-svn-ports-head@freebsd.org Thu Apr 5 21:54:50 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 EA4DCF84722; Thu, 5 Apr 2018 21:54:49 +0000 (UTC) (envelope-from jhale@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 99E3E7395C; Thu, 5 Apr 2018 21:54:49 +0000 (UTC) (envelope-from jhale@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 9429777F; Thu, 5 Apr 2018 21:54:49 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w35LsnGA073672; Thu, 5 Apr 2018 21:54:49 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w35LsnQG073669; Thu, 5 Apr 2018 21:54:49 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201804052154.w35LsnQG073669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 5 Apr 2018 21:54:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466605 - head/math/convertall X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/math/convertall X-SVN-Commit-Revision: 466605 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.25 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: Thu, 05 Apr 2018 21:54:50 -0000 Author: jhale Date: Thu Apr 5 21:54:49 2018 New Revision: 466605 URL: https://svnweb.freebsd.org/changeset/ports/466605 Log: - Update to 0.7.4 - Desktop file is now included in source Modified: head/math/convertall/Makefile head/math/convertall/distinfo head/math/convertall/pkg-plist Modified: head/math/convertall/Makefile ============================================================================== --- head/math/convertall/Makefile Thu Apr 5 21:05:51 2018 (r466604) +++ head/math/convertall/Makefile Thu Apr 5 21:54:49 2018 (r466605) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= convertall -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -21,13 +21,6 @@ CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR} -i ${DATADI NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/ConvertAll - -DESKTOP_ENTRIES="ConvertAll" \ - "Unit Converter" \ - "${DATADIR}/icons/${PORTNAME}.svg" \ - "${PORTNAME}" \ - "Qt;Utility;Calculator;" \ - false OPTIONS_DEFINE= NLS OPTIONS_SUB= yes Modified: head/math/convertall/distinfo ============================================================================== --- head/math/convertall/distinfo Thu Apr 5 21:05:51 2018 (r466604) +++ head/math/convertall/distinfo Thu Apr 5 21:54:49 2018 (r466605) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518785153 -SHA256 (convertall-0.7.3.tar.gz) = 1228cb1f1def6e1d72d96c75c7d1e4df406625c84bc52eaa530773e35410ff39 -SIZE (convertall-0.7.3.tar.gz) = 280474 +TIMESTAMP = 1522964123 +SHA256 (convertall-0.7.4.tar.gz) = 7f11d4db064c3980b25bd1b5b785ed334fa5e3067e8d9ef437bbcb96e2408d04 +SIZE (convertall-0.7.4.tar.gz) = 284398 Modified: head/math/convertall/pkg-plist ============================================================================== --- head/math/convertall/pkg-plist Thu Apr 5 21:05:51 2018 (r466604) +++ head/math/convertall/pkg-plist Thu Apr 5 21:54:49 2018 (r466605) @@ -1,4 +1,5 @@ bin/convertall +share/applications/convertall.desktop %%DATADIR%%/__pycache__/cmdline.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% %%DATADIR%%/__pycache__/cmdline.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/__pycache__/convertall.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% @@ -42,7 +43,8 @@ bin/convertall %%NLS%%%%DATADIR%%/data/units_ru.dat %%DATADIR%%/helpview.py %%DATADIR%%/icondict.py -%%DATADIR%%/icons/convertall.svg +%%DATADIR%%/icons/convertall-icon.png +%%DATADIR%%/icons/convertall-icon.svg %%DATADIR%%/icons/convertall_lg.png %%DATADIR%%/icons/convertall_med.png %%DATADIR%%/icons/convertall_sm.png @@ -82,3 +84,4 @@ bin/convertall %%NLS%%%%DOCSDIR%%/README_es.html %%NLS%%%%DOCSDIR%%/README_fr.html %%NLS%%%%DOCSDIR%%/README_ru.html +share/icons/hicolor/scalable/apps/convertall-icon.svg