aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZsolt Udvari <uzsolt@uzsolt.hu>2023-03-20 17:13:01 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-03-21 07:41:27 +0000
commit8f10eb1947262642786f98e1f6187efbdcd1baf1 (patch)
tree51287ba3a5224d24ffc414b58ba1f3bb4b65add0
parent5bee01bf3b34de31c19331db4db04df4aefcff8e (diff)
downloadports-8f10eb1947262642786f98e1f6187efbdcd1baf1.tar.gz
ports-8f10eb1947262642786f98e1f6187efbdcd1baf1.zip
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
-rw-r--r--x11/stalonetray/Makefile34
-rw-r--r--x11/stalonetray/distinfo5
-rw-r--r--x11/stalonetray/pkg-plist3
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