git: 8f10eb194726 - main - x11/stalonetray: update to 0.8.5

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Tue, 21 Mar 2023 07:46:00 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8f10eb1947262642786f98e1f6187efbdcd1baf1

commit 8f10eb1947262642786f98e1f6187efbdcd1baf1
Author:     Zsolt Udvari <uzsolt@uzsolt.hu>
AuthorDate: 2023-03-20 17:13:01 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-03-21 07:41:27 +0000

    x11/stalonetray: update to 0.8.5
    
    Submitter becomes maintainer. Already maintainer of several ports.
    
    ChangeLog: https://github.com/kolbusa/stalonetray/releases/tag/v0.8.4
    
    PR:             270339
    Reported by:    uzsolt@uzsolt.hu
---
 x11/stalonetray/Makefile  | 34 ++++++++++++++--------------------
 x11/stalonetray/distinfo  |  5 +++--
 x11/stalonetray/pkg-plist |  3 +++
 3 files changed, 20 insertions(+), 22 deletions(-)

diff --git a/x11/stalonetray/Makefile b/x11/stalonetray/Makefile
index 766387f26abb..4d0392d22992 100644
--- a/x11/stalonetray/Makefile
+++ b/x11/stalonetray/Makefile
@@ -1,34 +1,28 @@
 PORTNAME=	stalonetray
-PORTVERSION=	0.8.3
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.8.5
 CATEGORIES=	x11
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	uzsolt@uzsolt.hu
 COMMENT=	STAnd-aLONE system tray
-WWW=		http://stalonetray.sourceforge.net
+WWW=		https://kolbusa.github.io/stalonetray/
 
 LICENSE=	GPLv2
 
-USES=		tar:bzip2 xorg
-USE_XORG=	xpm
+BUILD_DEPENDS=	docbook-xsl>0:textproc/docbook-xsl \
+		libxslt>0:textproc/libxslt
+
+USES=		autoreconf gmake xorg
+USE_GITHUB=	yes
+GH_ACCOUNT=	kolbusa
+USE_XORG=	sm ice x11 xpm
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-native-kde \
 		--disable-debug
 
-PORTDOCS=	AUTHORS ChangeLog NEWS README TODO stalonetray.html
-PORTEXAMPLES=	stalonetrayrc.sample
-PLIST_FILES=	bin/stalonetray man/man1/stalonetray.1.gz
-
-OPTIONS_DEFINE=	DOCS EXAMPLES
-
 post-install:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for file in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
-.endfor
-	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-.for file in ${PORTEXAMPLES}
-	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${EXAMPLESDIR}
-.endfor
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/stalonetrayrc.sample ${STAGEDIR}${EXAMPLESDIR}/
 
 .include <bsd.port.mk>
diff --git a/x11/stalonetray/distinfo b/x11/stalonetray/distinfo
index 1938364c3d75..75cd5d21e955 100644
--- a/x11/stalonetray/distinfo
+++ b/x11/stalonetray/distinfo
@@ -1,2 +1,3 @@
-SHA256 (stalonetray-0.8.3.tar.bz2) = 36548a588b2d466913423245dda6ffb6313132cd0cec635a117d37b3dab5fd4c
-SIZE (stalonetray-0.8.3.tar.bz2) = 155276
+TIMESTAMP = 1679173485
+SHA256 (kolbusa-stalonetray-v0.8.5_GH0.tar.gz) = b66ef676d4fcffbcb0980adc7842786e7050381e06ab2c99275f04cc98d39497
+SIZE (kolbusa-stalonetray-v0.8.5_GH0.tar.gz) = 102899
diff --git a/x11/stalonetray/pkg-plist b/x11/stalonetray/pkg-plist
new file mode 100644
index 000000000000..14d596c789b9
--- /dev/null
+++ b/x11/stalonetray/pkg-plist
@@ -0,0 +1,3 @@
+bin/stalonetray
+man/man1/stalonetray.1.gz
+%%EXAMPLESDIR%%/stalonetrayrc.sample