Date: Fri, 30 Sep 2022 20:48:37 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0bc263c2a470 - main - Tell PORTSCOUT to ignore some useless tags in three of my ports. Message-ID: <202209302048.28UKmbWa094218@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=0bc263c2a47023e858ae543b9375eebab4bc7806 commit 0bc263c2a47023e858ae543b9375eebab4bc7806 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2022-09-30 20:47:52 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2022-09-30 20:47:52 +0000 Tell PORTSCOUT to ignore some useless tags in three of my ports. --- deskutils/notekit/Makefile | 2 ++ games/vanilla-conquer/Makefile | 2 ++ graphics/dust3d/Makefile | 2 ++ 3 files changed, 6 insertions(+) diff --git a/deskutils/notekit/Makefile b/deskutils/notekit/Makefile index 55cc1da55c8f..d6794042fb51 100644 --- a/deskutils/notekit/Makefile +++ b/deskutils/notekit/Makefile @@ -18,6 +18,8 @@ USE_GITHUB= yes GH_ACCOUNT= blackhole89 GH_TAGNAME= f0d0781 +PORTSCOUT= skipv:latest-deb + post-patch: @${REINPLACE_CMD} -e '/workaround for old jsoncpp/d' \ ${WRKSRC}/mainwindow.cpp diff --git a/games/vanilla-conquer/Makefile b/games/vanilla-conquer/Makefile index df1aba2663c2..2724c3b6a22a 100644 --- a/games/vanilla-conquer/Makefile +++ b/games/vanilla-conquer/Makefile @@ -31,6 +31,8 @@ PLIST_FILES= bin/vanillamix bin/vanillara bin/vanillatd \ share/icons/hicolor/scalable/apps/vanillara_icon.svg \ share/icons/hicolor/scalable/apps/vanillatd_icon.svg +PORTSCOUT= skipv:latest + .include <bsd.port.pre.mk> .if ${ARCH} == i386 diff --git a/graphics/dust3d/Makefile b/graphics/dust3d/Makefile index 9e659bc32686..6c7f2706fe70 100644 --- a/graphics/dust3d/Makefile +++ b/graphics/dust3d/Makefile @@ -32,6 +32,8 @@ DESKTOP_ENTRIES="Dust3D" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" \ PLIST_FILES= bin/${PORTNAME} +PORTSCOUT= skipv:unstable + .include <bsd.port.options.mk> .if ${ARCH} == powerpc || ${ARCH} == riscv64
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209302048.28UKmbWa094218>