git: feb2e9bf6712 - main - *: Clean up some things
Tobias Kortkamp
tobik at FreeBSD.org
Sat Jun 19 15:15:11 UTC 2021
The branch main has been updated by tobik:
URL: https://cgit.FreeBSD.org/ports/commit/?id=feb2e9bf6712d68c6d442ee44fc1ade3c2e24a47
commit feb2e9bf6712d68c6d442ee44fc1ade3c2e24a47
Author: Tobias Kortkamp <tobik at FreeBSD.org>
AuthorDate: 2021-06-18 10:58:05 +0000
Commit: Tobias Kortkamp <tobik at FreeBSD.org>
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
More information about the dev-commits-ports-all
mailing list