From owner-svn-ports-all@freebsd.org Tue Aug 28 09:36:55 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 9AEBA10861B0; Tue, 28 Aug 2018 09:36:55 +0000 (UTC) (envelope-from woodsb02@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 51CFD7BA6B; Tue, 28 Aug 2018 09:36:55 +0000 (UTC) (envelope-from woodsb02@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 2EE762CE8; Tue, 28 Aug 2018 09:36:55 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7S9ath8021154; Tue, 28 Aug 2018 09:36:55 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7S9atDc021153; Tue, 28 Aug 2018 09:36:55 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201808280936.w7S9atDc021153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Tue, 28 Aug 2018 09:36:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478294 - head/net/remmina-plugins X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/net/remmina-plugins X-SVN-Commit-Revision: 478294 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.27 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: Tue, 28 Aug 2018 09:36:55 -0000 Author: woodsb02 Date: Tue Aug 28 09:36:54 2018 New Revision: 478294 URL: https://svnweb.freebsd.org/changeset/ports/478294 Log: net/remmina-plugins: Fix portscout Before this change, the output of "make -V MASTER_SITES" would start with a leading space character, which would break portscout. PR: 230965 Submitted by: Dmitri Goutnik Modified: head/net/remmina-plugins/Makefile Modified: head/net/remmina-plugins/Makefile ============================================================================== --- head/net/remmina-plugins/Makefile Tue Aug 28 09:08:12 2018 (r478293) +++ head/net/remmina-plugins/Makefile Tue Aug 28 09:36:54 2018 (r478294) @@ -10,13 +10,15 @@ COMMENT?= Remmina plugin system LICENSE?= GPLv2+ +.if defined(PKGNAMESUFFIX) + USE_GITLAB= yes GL_ACCOUNT= Remmina GL_PROJECT= Remmina GL_COMMIT= 65d552c9becc957cae124ab5c26562cf22c052b9 -.if defined(PKGNAMESUFFIX) .include "${.CURDIR}/../remmina-plugins/bsd.plugin.mk" + .else USES= metaport