The current HOMEPAGE is a 404, so update it. I checked the other suckless ports and their homepages seem to be fine. Also, MASTER_SITES supports TLS (most suckless ports still point to http://dl.suckless.org).
Index: Makefile =================================================================== RCS file: /var/cvs/ports/x11/wmname/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile 11 Mar 2013 11:46:16 -0000 1.4 +++ Makefile 25 Apr 2019 20:07:52 -0000 @@ -3,17 +3,18 @@ COMMENT = sets the window manager name property of the root window DISTNAME = wmname-0.1 +REVISION = 0 CATEGORIES = x11 -HOMEPAGE = http://tools.suckless.org/wmname +HOMEPAGE = https://tools.suckless.org/x/wmname # MIT/X PERMIT_PACKAGE_CDROM = Yes WANTLIB = X11 c -MASTER_SITES = http://dl.suckless.org/tools/ +MASTER_SITES = https://dl.suckless.org/tools/ NO_TEST = Yes