After I uploaded the v2 diff, it occurred to me that PKGNAME would not be needed if I used the 16.6.1 tag.
The attached diff removes PKGNAME. Builds/Runs -current/amd64 openbox. Scott
Index: Makefile =================================================================== RCS file: /cvs/ports/x11/tint2/Makefile,v retrieving revision 1.10 diff -u -p -u -p -r1.10 Makefile --- Makefile 1 Jul 2018 18:33:39 -0000 1.10 +++ Makefile 30 Aug 2018 04:17:26 -0000 @@ -2,19 +2,15 @@ COMMENT= freedesktop-compliant panel -V= 16.2 +V= 16.6.1 CATEGORIES= x11 -DISTNAME= tint2-$V -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}{archive${EXTRACT_SUFX}?ref=v$V} -WRKDIST= ${WRKDIR}/tint2-v$V-b810bad93ff65854137fbd2f344ad2f99338008f -REVISION= 2 - +DISTNAME= tint2-${V} HOMEPAGE= https://gitlab.com/o9000/tint2/ # GPLv2 only PERMIT_PACKAGE_CDROM= YES -MASTER_SITES= https://gitlab.com/o9000/tint2/repository/ +MASTER_SITES= https://gitlab.com/o9000/tint2/-/archive/${V}/ WANTLIB += Imlib2 X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi WANTLIB += Xinerama Xrandr Xrender atk-1.0 c cairo fontconfig Index: distinfo =================================================================== RCS file: /cvs/ports/x11/tint2/distinfo,v retrieving revision 1.3 diff -u -p -u -p -r1.3 distinfo --- distinfo 12 Mar 2018 22:49:54 -0000 1.3 +++ distinfo 30 Aug 2018 04:17:26 -0000 @@ -1,2 +1,2 @@ -SHA256 (tint2-16.2.tar.gz) = OAvQGg7wIbcxqpzHFONIerz0mO6WFQ73J0BaAN8wuLI= -SIZE (tint2-16.2.tar.gz) = 537236 +SHA256 (tint2-16.6.1.tar.gz) = 2S51My6+rDcPAntKCx6KCGUPxW4/KrxB9ROGNM9r180= +SIZE (tint2-16.6.1.tar.gz) = 546488