svn commit: r466605 - head/math/convertall

Jason E. Hale jhale at FreeBSD.org
Thu Apr 5 21:54:50 UTC 2018


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


More information about the svn-ports-head mailing list