diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-01-20 00:59:11 +0800 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-01-20 00:59:11 +0800 |
commit | f9cf5f5c2246fb9da1b80f56ffc162b1896852b9 (patch) | |
tree | 3fb34d9a722803e4fd3150729f054fb2c305480f /x11/xmenu | |
parent | db5e86b91784207cfad3dddd35275078a437c558 (diff) | |
download | freebsd-ports-gnome-f9cf5f5c2246fb9da1b80f56ffc162b1896852b9.tar.gz freebsd-ports-gnome-f9cf5f5c2246fb9da1b80f56ffc162b1896852b9.tar.zst freebsd-ports-gnome-f9cf5f5c2246fb9da1b80f56ffc162b1896852b9.zip |
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@wired.sh> (maintainer)
Approved by: arrowd, tcberner (mentors, implicit)
Diffstat (limited to 'x11/xmenu')
-rw-r--r-- | x11/xmenu/Makefile | 6 | ||||
-rw-r--r-- | x11/xmenu/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xmenu/Makefile b/x11/xmenu/Makefile index 5d1df43e33e7..c949ea443116 100644 --- a/x11/xmenu/Makefile +++ b/x11/xmenu/Makefile @@ -2,7 +2,7 @@ PORTNAME= xmenu DISTVERSIONPREFIX= v -DISTVERSION= 4.4.1 +DISTVERSION= 4.5.4 CATEGORIES= x11 MAINTAINER= vulcan@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} diff --git a/x11/xmenu/distinfo b/x11/xmenu/distinfo index 3aa30e2532cf..fc568928fdb5 100644 --- a/x11/xmenu/distinfo +++ b/x11/xmenu/distinfo @@ -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 |