git: d0d30eba6608 - main - graphics/heimer: Port improvements
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Sep 2022 23:02:54 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d0d30eba66086545db1837578de7ed1f811f63b0
commit d0d30eba66086545db1837578de7ed1f811f63b0
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-09-16 23:00:49 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-09-16 23:02:43 +0000
graphics/heimer: Port improvements
- Pet portlint
- Use ports framework for unit testing
- Bump PORTREVISION
---
graphics/heimer/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/graphics/heimer/Makefile b/graphics/heimer/Makefile
index 28e4577ed6d3..d6fa796182ee 100644
--- a/graphics/heimer/Makefile
+++ b/graphics/heimer/Makefile
@@ -1,5 +1,6 @@
PORTNAME= heimer
DISTVERSION= 3.6.0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://github.com/juzzlin/Heimer/releases/download/${DISTVERSION}/
@@ -11,10 +12,9 @@ LICENSE= CC-BY-SA-3.0 GPLv3+
LICENSE_COMB= multi
LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING
-USES= cmake compiler:c++17-lang qt:5
+USES= cmake:testing compiler:c++17-lang desktop-file-utils qt:5
USE_QT= core gui network svg widgets xml buildtools:build \
linguisttools:build qmake:build testlib:build
-TEST_TARGET= test
PLIST_FILES= bin/heimer \
share/applications/heimer.desktop \