Skip to content

Commit

Permalink
x11/jgmenu: Update to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcook committed Sep 19, 2021
1 parent 51c6a38 commit aa60766
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions x11/jgmenu/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jgmenu
DISTVERSIONPREFIX= v
DISTVERSION= 4.3.0
DISTVERSION= 4.4.0
CATEGORIES= x11

MAINTAINER= lcook@FreeBSD.org
Expand All @@ -9,7 +9,8 @@ COMMENT= Simple X11 menu
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libpng.so:graphics/png
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \
libpng.so:graphics/png

USES= compiler:c11 gmake gnome pkgconfig python:3.4+ shebangfix xorg
USE_GITHUB= yes
Expand Down Expand Up @@ -55,6 +56,8 @@ post-install:

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${_DOCS} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && \
${INSTALL_DATA} ${_DOCS} \
${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions x11/jgmenu/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1613582114
SHA256 (johanmalm-jgmenu-v4.3.0_GH0.tar.gz) = 84daae2c544a2755d76e9bcd8cd2503e9cfbf8c48b3e97c8ec32dbcf269c6275
SIZE (johanmalm-jgmenu-v4.3.0_GH0.tar.gz) = 381452
TIMESTAMP = 1632087587
SHA256 (johanmalm-jgmenu-v4.4.0_GH0.tar.gz) = acdd298a96da96c18deaeadf68f669a3e10242bd55911641a049ad6c0415054f
SIZE (johanmalm-jgmenu-v4.4.0_GH0.tar.gz) = 381825

0 comments on commit aa60766

Please sign in to comment.