git: 780cc1cd30f5 - main - graphics/heimer: Update to 2.6.0

Nuno Teixeira eduardo at FreeBSD.org
Sat Jul 10 15:38:29 UTC 2021


The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=780cc1cd30f5898a04a013bb01a78614958234e3

commit 780cc1cd30f5898a04a013bb01a78614958234e3
Author:     Nuno Teixeira <eduardo at FreeBSD.org>
AuthorDate: 2021-07-10 15:32:53 +0000
Commit:     Nuno Teixeira <eduardo at 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 at 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


More information about the dev-commits-ports-main mailing list