From owner-svn-ports-all@freebsd.org Wed Feb 14 20:33:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED695F1E0F1; Wed, 14 Feb 2018 20:33:35 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F8716BE78; Wed, 14 Feb 2018 20:33:35 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A55114C9C; Wed, 14 Feb 2018 20:33:35 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1EKXZpV011074; Wed, 14 Feb 2018 20:33:35 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1EKXZ4M011073; Wed, 14 Feb 2018 20:33:35 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802142033.w1EKXZ4M011073@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 14 Feb 2018 20:33:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461835 - head/devel/pdcurses X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/pdcurses X-SVN-Commit-Revision: 461835 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2018 20:33:36 -0000 Author: yuri Date: Wed Feb 14 20:33:35 2018 New Revision: 461835 URL: https://svnweb.freebsd.org/changeset/ports/461835 Log: devel/pdcurses: Fixed spaces in WRKSRC; Replaced with WRKSRC_SUBDIR Spaces were missed by portlint: bug#225900 Reported by: tcberner Approved by: tcberner (mentor, implicit) Modified: head/devel/pdcurses/Makefile Modified: head/devel/pdcurses/Makefile ============================================================================== --- head/devel/pdcurses/Makefile Wed Feb 14 20:09:42 2018 (r461834) +++ head/devel/pdcurses/Makefile Wed Feb 14 20:33:35 2018 (r461835) @@ -19,7 +19,7 @@ USE_XORG= x11 xext sm ice xt xaw xmu xpm GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes -WRKSRC= ${WRKDIR}/${DISTNAME}/x11 +WRKSRC_SUBDIR= x11 OPTIONS_DEFINE= DEBUG LATIN1 NEXTAW XAW3D