diff --git a/x11/xnotify/Makefile b/x11/xnotify/Makefile index a7a8df181595..6ad36a0b8326 100644 --- a/x11/xnotify/Makefile +++ b/x11/xnotify/Makefile @@ -1,48 +1,48 @@ PORTNAME= xnotify DISTVERSIONPREFIX= v -DISTVERSION= 0.8.1 +DISTVERSION= 0.9.0 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 MAKE_ARGS= CC="${CC}" CPPFLAGS="${CPPFLAGS} ${CFLAGS}" \ LDFLAGS="${LDFLAGS} \$${LIBS}" \ PREFIX="${PREFIX}" \ LOCALINC="${LOCALBASE}/include" \ LOCALLIB="${LOCALBASE}/lib" \ X11INC="${LOCALBASE}/include" \ X11LIB="${LOCALBASE}/lib" \ FREETYPEINC="${LOCALBASE}/include/freetype2" \ ${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 edec36780232..1f3f151bd9ee 100644 --- a/x11/xnotify/distinfo +++ b/x11/xnotify/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1606795069 -SHA256 (phillbush-xnotify-v0.8.1_GH0.tar.gz) = bb409c37e898674843d5279eb990b3da73cdbf00bc2dc2f8aa36fc0235e3ca7b -SIZE (phillbush-xnotify-v0.8.1_GH0.tar.gz) = 15189 +TIMESTAMP = 1673542515 +SHA256 (phillbush-xnotify-v0.9.0_GH0.tar.gz) = 4717eb3d0e4fbf10e3a1bc4afe40a604b7e1bf29a2ea436f53f253a159a9b279 +SIZE (phillbush-xnotify-v0.9.0_GH0.tar.gz) = 16952