Date: Sat, 10 Jul 2021 15:38:29 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 780cc1cd30f5 - main - graphics/heimer: Update to 2.6.0 Message-ID: <202107101538.16AFcTkn054965@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=780cc1cd30f5898a04a013bb01a78614958234e3 commit 780cc1cd30f5898a04a013bb01a78614958234e3 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2021-07-10 15:32:53 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2021-07-10 15:37:43 +0000 graphics/heimer: Update to 2.6.0 * pet portlint: using PLIST_FILES instead of pkg-plist when installing less than 6 items. ChangeLog: https://github.com/juzzlin/Heimer/blob/2.6.0/CHANGELOG --- graphics/heimer/Makefile | 17 +++++++++++------ graphics/heimer/distinfo | 6 +++--- graphics/heimer/pkg-plist | 5 ----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/graphics/heimer/Makefile b/graphics/heimer/Makefile index 49da04cfca05..b77710f5b33d 100644 --- a/graphics/heimer/Makefile +++ b/graphics/heimer/Makefile @@ -1,5 +1,5 @@ PORTNAME= heimer -DISTVERSION= 2.5.0 +DISTVERSION= 2.6.0 CATEGORIES= graphics MAINTAINER= eduardo@FreeBSD.org @@ -17,16 +17,21 @@ USE_QT= core gui svg widgets xml buildtools_build linguisttools_build \ qmake_build testlib_build TEST_TARGET= test +PLIST_FILES= bin/heimer \ + share/applications/heimer.desktop \ + share/icons/hicolor/64x64/apps/heimer.png \ + share/metainfo/heimer.appdata.xml \ + share/pixmaps/heimer.png + PORTDOCS= README.md PORTEXAMPLES= examples/*.alz OPTIONS_DEFINE= DOCS EXAMPLES -EXAMPLES_PLIST_FILES= \ - ${EXAMPLESDIR}/Company.alz \ - ${EXAMPLESDIR}/Family.alz \ - ${EXAMPLESDIR}/Heimer.alz \ - ${EXAMPLESDIR}/Large.alz +EXAMPLES_PLIST_FILES= ${EXAMPLESDIR}/Company.alz \ + ${EXAMPLESDIR}/Family.alz \ + ${EXAMPLESDIR}/Heimer.alz \ + ${EXAMPLESDIR}/Large.alz do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/graphics/heimer/distinfo b/graphics/heimer/distinfo index 1c1d318db26f..d5c75059343c 100644 --- a/graphics/heimer/distinfo +++ b/graphics/heimer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619225042 -SHA256 (juzzlin-Heimer-2.5.0_GH0.tar.gz) = 7e3c8cef61657187c1909a31c908b40268d9ecb679e18af181025d689675067f -SIZE (juzzlin-Heimer-2.5.0_GH0.tar.gz) = 889376 +TIMESTAMP = 1625845431 +SHA256 (juzzlin-Heimer-2.6.0_GH0.tar.gz) = 2d484facf1e3f8082145f94a30a65db661260aeec951c789647be0a895087dcb +SIZE (juzzlin-Heimer-2.6.0_GH0.tar.gz) = 887496 diff --git a/graphics/heimer/pkg-plist b/graphics/heimer/pkg-plist deleted file mode 100644 index 384e512fc4bc..000000000000 --- a/graphics/heimer/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/heimer -share/applications/heimer.desktop -share/icons/hicolor/64x64/apps/heimer.png -share/metainfo/heimer.appdata.xml -share/pixmaps/heimer.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107101538.16AFcTkn054965>