From owner-dev-commits-ports-all@freebsd.org Sat Jun 19 15:15:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6DD6365B695; Sat, 19 Jun 2021 15:15:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G6fVR2ZPNz3t0W; Sat, 19 Jun 2021 15:15:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E76018991; Sat, 19 Jun 2021 15:15:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15JFFB8b066982; Sat, 19 Jun 2021 15:15:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15JFFB0Y066981; Sat, 19 Jun 2021 15:15:11 GMT (envelope-from git) Date: Sat, 19 Jun 2021 15:15:11 GMT Message-Id: <202106191515.15JFFB0Y066981@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: feb2e9bf6712 - main - *: Clean up some things MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: feb2e9bf6712d68c6d442ee44fc1ade3c2e24a47 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2021 15:15:11 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=feb2e9bf6712d68c6d442ee44fc1ade3c2e24a47 commit feb2e9bf6712d68c6d442ee44fc1ade3c2e24a47 Author: Tobias Kortkamp AuthorDate: 2021-06-18 10:58:05 +0000 Commit: Tobias Kortkamp CommitDate: 2021-06-19 15:13:17 +0000 *: Clean up some things - Clean up commented PORTREVISION - Add missing USES Reported by: portscan --- chinese/linux-wps-office-zh_CN/Makefile | 2 +- editors/linux-bcompare/Makefile | 2 +- editors/rehex/Makefile | 2 +- security/softether-devel/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chinese/linux-wps-office-zh_CN/Makefile b/chinese/linux-wps-office-zh_CN/Makefile index 2d456c3a631b..072a66018786 100644 --- a/chinese/linux-wps-office-zh_CN/Makefile +++ b/chinese/linux-wps-office-zh_CN/Makefile @@ -20,7 +20,7 @@ ONLY_FOR_ARCHS= amd64 CONFLICTS_INSTALL= linux-wps-office -USES= desktop-file-utils linux shebangfix +USES= desktop-file-utils gnome linux shebangfix INSTALLS_ICONS= yes USE_LINUX= png pulseaudio-libs xorglibs diff --git a/editors/linux-bcompare/Makefile b/editors/linux-bcompare/Makefile index cd175b05b652..56842472b8f0 100644 --- a/editors/linux-bcompare/Makefile +++ b/editors/linux-bcompare/Makefile @@ -19,7 +19,7 @@ LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Upstream only supports amd64 and i386 -USES= desktop-file-utils linux shared-mime-info shebangfix +USES= desktop-file-utils gnome linux shared-mime-info shebangfix INSTALLS_ICONS= yes USE_LINUX= base:run devtools:build qt-x11:run xorglibs:run diff --git a/editors/rehex/Makefile b/editors/rehex/Makefile index a3d31681b63e..0012d1c0a2a2 100644 --- a/editors/rehex/Makefile +++ b/editors/rehex/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libcapstone.so:devel/capstone4 \ libjansson.so:devel/jansson -USES= compiler:c++11-lang gmake lua:53 pkgconfig +USES= compiler:c++11-lang gmake gnome lua:53 pkgconfig USE_WX= 3.0+ MAKE_ENV= LUA_PKG="lua-${LUA_VER}" LUA="${LUA_CMD}" INSTALLS_ICONS= yes diff --git a/security/softether-devel/Makefile b/security/softether-devel/Makefile index 36d70304c71a..09c743d77b92 100644 --- a/security/softether-devel/Makefile +++ b/security/softether-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= softether DISTVERSION= 4.36-9754-beta -#PORTREVISION= 0 +PORTREVISION= 0 CATEGORIES= security net-vpn MASTER_SITES= https://www.softether-download.com/files/softether/v${DISTVERSION}-2021.06.07-tree/Source_Code/ PKGNAMESUFFIX= -devel