diff --git a/x11/xnotify/Makefile b/x11/xnotify/Makefile index 628b37c85d3c..1051566053d8 100644 --- a/x11/xnotify/Makefile +++ b/x11/xnotify/Makefile @@ -1,45 +1,45 @@ PORTNAME= xnotify DISTVERSIONPREFIX= v -DISTVERSION= 0.9.1 +DISTVERSION= 0.9.3 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org COMMENT= Read notifications from stdin and display them on the screen WWW= https://github.com/phillbush/xnotify LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ libfontconfig.so:x11-fonts/fontconfig USES= xorg USE_GITHUB= yes USE_XORG= x11 xft xinerama GH_ACCOUNT= phillbush MANPREFIX= ${PREFIX}/share/man MAKE_ENV= LOCALINC="${LOCALBASE}/include" \ LOCALLIB="${LOCALBASE}/lib" \ X11INC="${LOCALBASE}/include" \ X11LIB="${LOCALBASE}/lib" \ ${NULL} PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz \ ${NULL} pre-everything:: @${ECHO_MSG} "To build ${PORTNAME} with your own config.h set ${PORTNAME:tu}_CONF variable" @${ECHO_MSG} "either in ${.CURDIR:T}/Makefile.local, make.conf(5), environ(7) or command line e.g.," @${ECHO_MSG} "\$$ make install clean ${PORTNAME:tu}_CONF=/path/to/${PORTNAME}/config.h" post-extract: # .if exists(...) before bsd.port.mk ignores *_CONF in make.conf(5) and Makefile.local @if [ -e "${${PORTNAME:tu}_CONF}" ]; then \ ${ECHO_MSG} "Creating symlink: config.h -> ${${PORTNAME:tu}_CONF}"; \ ${LN} -fs "${${PORTNAME:tu}_CONF}" ${WRKSRC}/config.h; \ fi post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/x11/xnotify/distinfo b/x11/xnotify/distinfo index 2fba9a01e474..bdbcf1de8e26 100644 --- a/x11/xnotify/distinfo +++ b/x11/xnotify/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673571060 -SHA256 (phillbush-xnotify-v0.9.1_GH0.tar.gz) = b766647873650efbd2e6a4eb10c5df633e6ac0c711c819e1b2a9f1cdeb247b50 -SIZE (phillbush-xnotify-v0.9.1_GH0.tar.gz) = 16870 +TIMESTAMP = 1673641708 +SHA256 (phillbush-xnotify-v0.9.3_GH0.tar.gz) = 9fa7505ad16c8d5e2305a56d0d88ca3a7e324816b4df7845b920db088482eb24 +SIZE (phillbush-xnotify-v0.9.3_GH0.tar.gz) = 16864