git: c84e52a739bf - main - x11/nfy: Various small adjustments.
Gleb Popov
arrowd at FreeBSD.org
Tue May 25 08:05:34 UTC 2021
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c84e52a739bf293878c5d56c248572e558c7c262
commit c84e52a739bf293878c5d56c248572e558c7c262
Author: Gleb Popov <arrowd at FreeBSD.org>
AuthorDate: 2021-05-25 08:03:09 +0000
Commit: Gleb Popov <arrowd at FreeBSD.org>
CommitDate: 2021-05-25 08:04:50 +0000
x11/nfy: Various small adjustments.
---
x11/nfy/Makefile | 9 ++-------
x11/nfy/distinfo | 6 +++---
2 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/x11/nfy/Makefile b/x11/nfy/Makefile
index bf3fd1f3bda2..5d9d54def042 100644
--- a/x11/nfy/Makefile
+++ b/x11/nfy/Makefile
@@ -10,7 +10,6 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig
-#TEST_DEPENDS= ${LOCALBASE}/libexec/atf-check:devel/kyua
USES= xorg
USE_XORG= x11 xft xrandr
@@ -26,10 +25,10 @@ PLIST_FILES= bin/nfy \
share/man/man1/nfy.1.gz
pre-everything:
- @${ECHO_MSG} "Build nfy with your own config.h using the NFY_CONF option:"
+ @${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 exists(${NFY_CONF})
+.if defined(NFY_CONF)
post-extract:
@${ECHO_MSG} "Creating symlink: config.h -> ${NFY_CONF}"
${LN} -fs "${NFY_CONF}" ${WRKSRC}/config.h
@@ -45,8 +44,4 @@ post-configure:
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nfy
-do-test:
- ${LOCALBASE}/libexec/atf-check -s exit:1 -e match:"nfy-${PORTVERSION}" \
- ${STAGEDIR}${PREFIX}/bin/nfy -v
-
.include <bsd.port.mk>
diff --git a/x11/nfy/distinfo b/x11/nfy/distinfo
index bcf28975ebe7..fffe791b4e58 100644
--- a/x11/nfy/distinfo
+++ b/x11/nfy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1621877677
-SHA256 (nfy-0.1.tar.gz) = 84c264c039d450ad6759a7d23e0e06d1cd36293a74e9de8da99125631a18607e
-SIZE (nfy-0.1.tar.gz) = 4479
+TIMESTAMP = 1621925998
+SHA256 (nfy-0.1.tar.gz) = 4414e243b52a1e9c2625c307e9219edeac87d18c8181deb05e4a2a145ac282ce
+SIZE (nfy-0.1.tar.gz) = 4465
More information about the dev-commits-ports-all
mailing list