git: b581cb75ac53 - main - lang/v8 sysutils/e2fsprogs: Set PORTSCOUT ignore correctly
Mateusz Piotrowski
0mp at FreeBSD.org
Thu Apr 15 22:41:17 UTC 2021
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b581cb75ac5378d36a64afa1a3b9c160a88b0bfc
commit b581cb75ac5378d36a64afa1a3b9c160a88b0bfc
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-15 22:38:27 +0000
Commit: Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-04-15 22:41:19 +0000
lang/v8 sysutils/e2fsprogs: Set PORTSCOUT ignore correctly
Approved by: portmgr blanket
---
lang/v8/Makefile | 2 +-
sysutils/e2fsprogs/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/v8/Makefile b/lang/v8/Makefile
index 3ea8ebea7240..51f85fb3577d 100644
--- a/lang/v8/Makefile
+++ b/lang/v8/Makefile
@@ -52,7 +52,7 @@ USE_LDCONFIG= yes
USE_GNOME= glib20
# new release every minutes
-PORTSCOUT= ignore
+PORTSCOUT= ignore:1
# egrep "build.git|buildtools.git|clang.git|common.git|googletest.git|icu.git|zlib.git" ${WRKSRC}/DEPS
BUILD_HASH= 38a49c12ded01dd8c4628b432cb7eebfb29e77f1
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index 4379a79c5230..4b2f83dd34c0 100644
--- a/sysutils/e2fsprogs/Makefile
+++ b/sysutils/e2fsprogs/Makefile
@@ -45,7 +45,7 @@ CPPFLAGS+= -I${WRKSRC}/lib -I${LOCALBASE}/include # -D_EXT2_USE_C_VERSIONS
MAKE_ARGS+= pkgconfigdir='${PREFIX}/libdata/pkgconfig'
MAKE_ENV+= CHECK_CMD=@true
-PORTSCOUT= ignore # cannot handle the version in the directory
+PORTSCOUT= ignore:1 # cannot handle the version in the directory
.if !defined(MASTERDIR)
INSTALL_TARGET= install install-libs
More information about the dev-commits-ports-all
mailing list