aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2021-07-10 15:32:53 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2021-07-10 15:37:43 +0000
commit780cc1cd30f5898a04a013bb01a78614958234e3 (patch)
tree988ebeaf2ae35908d1dd918d14a6ce0e7edb1234
parent2753d7dfd26f55ccb796810cb18f7ff28a48380b (diff)
downloadports-780cc1cd30f5898a04a013bb01a78614958234e3.tar.gz
ports-780cc1cd30f5898a04a013bb01a78614958234e3.zip
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
-rw-r--r--graphics/heimer/Makefile17
-rw-r--r--graphics/heimer/distinfo6
-rw-r--r--graphics/heimer/pkg-plist5
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