diff --git a/x11/nfy/Makefile b/x11/nfy/Makefile index e32c8e4db629..fc933a1056ff 100644 --- a/x11/nfy/Makefile +++ b/x11/nfy/Makefile @@ -1,48 +1,48 @@ PORTNAME= nfy -DISTVERSION= 0.2 +DISTVERSION= 0.3 CATEGORIES= x11 MASTER_SITES= https://ftp.margiolis.net/${PORTNAME}/ MAINTAINER= christos@freebsd.org COMMENT= Minimal and daemonless notification program for X -WWW= https://margiolis.net/w/nfy/ +WWW= https://margiolis.net/notes/nfy/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig USES= xorg USE_XORG= x11 xft xrandr MAKE_ARGS= CC="${CC}" \ FREETYPEINC="${LOCALBASE}/include/freetype2" \ PREFIX="${PREFIX}" \ VERSION="${PORTVERSION}" \ X11INC="${LOCALBASE}/include" \ X11LIB="${LOCALBASE}/lib" PLIST_FILES= bin/nfy \ share/man/man1/nfy.1.gz pre-everything: @${ECHO_MSG} "To build nfy with your own config.h use the NFY_CONF make variable:" @${ECHO_MSG} "make NFY_CONF=/path/to/nfy/config.h install clean" .if defined(NFY_CONF) post-extract: @${ECHO_MSG} "Creating symlink: config.h -> ${NFY_CONF}" ${LN} -fs "${NFY_CONF}" ${WRKSRC}/config.h .endif post-configure: @${REINPLACE_CMD} -E \ -e "s|(CFLAGS[[:space:]]*)= |\1+= |" \ -e "s|(CPPFLAGS[[:space:]]*)= |\1+= |" \ -e "s|(LDFLAGS[[:space:]]*)= |\1+= |" \ ${WRKSRC}/config.mk post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nfy .include diff --git a/x11/nfy/distinfo b/x11/nfy/distinfo index 0c205938b6aa..d57a0faf2c63 100644 --- a/x11/nfy/distinfo +++ b/x11/nfy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1648911265 -SHA256 (nfy-0.2.tar.gz) = f7c45cc2431bcf153952147b4cd42119ca34fc6acb0c2dad58270bf5e560a666 -SIZE (nfy-0.2.tar.gz) = 4937 +TIMESTAMP = 1767035542 +SHA256 (nfy-0.3.tar.gz) = cd6689e04a436bc01d0af5714776946091860fb83f8122394e3f0d087116e655 +SIZE (nfy-0.3.tar.gz) = 5151