Date: Fri, 20 Aug 2021 12:08:24 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e672687ab627 - main - devel/gnome-builder: Remove invalid CPE information Message-ID: <202108201208.17KC8OjO011407@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=e672687ab627acb3ebfd214ef88b6b7301b2dfb3 commit e672687ab627acb3ebfd214ef88b6b7301b2dfb3 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-08-20 12:07:29 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-08-20 12:07:29 +0000 devel/gnome-builder: Remove invalid CPE information Approved by: portmgr (blanket) --- devel/gnome-builder/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/gnome-builder/Makefile b/devel/gnome-builder/Makefile index ffa81a1d9474..fadb87f6030c 100644 --- a/devel/gnome-builder/Makefile +++ b/devel/gnome-builder/Makefile @@ -32,7 +32,7 @@ PORTDOCS= * CONFLICTS_BUILD= gnome-builder-3.16.* -USES= compiler:c++11-lang cpe desktop-file-utils gettext gnome \ +USES= compiler:c++11-lang desktop-file-utils gettext gnome \ localbase:lfdlags meson pkgconfig python:3.6+,build tar:xz \ shebangfix USE_GNOME= cairo gtksourceview4 introspection libxml2 vte3 @@ -40,7 +40,6 @@ SHEBANG_FILES= ${WRKSRC}/src/plugins/maven/maven_plugin.py \ ${WRKSRC}/src/plugins/gradle/gradle_plugin.py USE_LDCONFIG= yes INSTALLS_ICONS= yes -CPE_VENDOR= gnome BINARY_ALIAS= python3=${PYTHON_VERSION} MESON_ARGS= -Dplugin_color_picker=false \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108201208.17KC8OjO011407>