Date: Sun, 8 Dec 2019 16:49:03 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519315 - head/x11-toolkits/v Message-ID: <201912081649.xB8Gn3UB053583@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 8 16:49:03 2019 New Revision: 519315 URL: https://svnweb.freebsd.org/changeset/ports/519315 Log: Add PKGNAMESUFFIX to avoid PKGBASE conflict with lang/v - While I'm here, sort PLIST Modified: head/x11-toolkits/v/Makefile Modified: head/x11-toolkits/v/Makefile ============================================================================== --- head/x11-toolkits/v/Makefile Sun Dec 8 16:47:43 2019 (r519314) +++ head/x11-toolkits/v/Makefile Sun Dec 8 16:49:03 2019 (r519315) @@ -8,6 +8,7 @@ CATEGORIES= x11-toolkits devel graphics MASTER_SITES= SF/${PORTNAME}gui/V%20GUI/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${DISTNAME}a-patch${EXTRACT_SUFX} +PKGNAMESUFFIX= gui MAINTAINER= ports@FreeBSD.org COMMENT= C++ GUI development framework for X11 and Microsoft Windows
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912081649.xB8Gn3UB053583>