svn commit: r562055 - head/x11/xmenu
Rainer Hurling
rhurlin at FreeBSD.org
Tue Jan 19 16:59:12 UTC 2021
Author: rhurlin
Date: Tue Jan 19 16:59:11 2021
New Revision: 562055
URL: https://svnweb.freebsd.org/changeset/ports/562055
Log:
x11/xmenu: Update to 4.5.4
Changelog: https://github.com/phillbush/xmenu/compare/v4.4.1...v4.5.4
PR: 252827
Submitted by: Lewis Cook <vulcan at wired.sh> (maintainer)
Approved by: arrowd, tcberner (mentors, implicit)
Modified:
head/x11/xmenu/Makefile
head/x11/xmenu/distinfo
Modified: head/x11/xmenu/Makefile
==============================================================================
--- head/x11/xmenu/Makefile Tue Jan 19 16:44:46 2021 (r562054)
+++ head/x11/xmenu/Makefile Tue Jan 19 16:59:11 2021 (r562055)
@@ -2,7 +2,7 @@
PORTNAME= xmenu
DISTVERSIONPREFIX= v
-DISTVERSION= 4.4.1
+DISTVERSION= 4.5.4
CATEGORIES= x11
MAINTAINER= vulcan at wired.sh
@@ -25,14 +25,14 @@ MAKE_ARGS= FREETYPEINC="${LOCALBASE}/include/freetype2
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
-PORTDOCS= README.md
+PORTDOCS= CHANGELOG README.md
PORTEXAMPLES= icons/* xmenu.sh
OPTIONS_DEFINE= DOCS EXAMPLES
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
Modified: head/x11/xmenu/distinfo
==============================================================================
--- head/x11/xmenu/distinfo Tue Jan 19 16:44:46 2021 (r562054)
+++ head/x11/xmenu/distinfo Tue Jan 19 16:59:11 2021 (r562055)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1606787538
-SHA256 (phillbush-xmenu-v4.4.1_GH0.tar.gz) = 34afe623055b12aa64c0d870c4d55f5594ae45041b571ded660cea84ba3cc40e
-SIZE (phillbush-xmenu-v4.4.1_GH0.tar.gz) = 138042
+TIMESTAMP = 1611060227
+SHA256 (phillbush-xmenu-v4.5.4_GH0.tar.gz) = 5c11dde7e5b07d1abd8fe338a264eec1a121a633f6b27e2bcef8baa4cebb82c9
+SIZE (phillbush-xmenu-v4.5.4_GH0.tar.gz) = 142076
More information about the svn-ports-head
mailing list