Date: Wed, 26 Feb 2020 12:48:55 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527165 - head/security/fswatch Message-ID: <202002261248.01QCmtXt027935@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Wed Feb 26 12:48:55 2020 New Revision: 527165 URL: https://svnweb.freebsd.org/changeset/ports/527165 Log: Just tell portscout to ignore any future versions There are a lot of files on the website with names which are confusing portscout. Let's just set ignore:1 as most likely there are not going to be any further releases of this port. Modified: head/security/fswatch/Makefile Modified: head/security/fswatch/Makefile ============================================================================== --- head/security/fswatch/Makefile Wed Feb 26 12:45:38 2020 (r527164) +++ head/security/fswatch/Makefile Wed Feb 26 12:48:55 2020 (r527165) @@ -18,7 +18,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --enable-stflags GNU_CONFIGURE= yes -PORTSCOUT= skipv:0.02.04beta +PORTSCOUT= ignore:1 post-patch: @${REINPLACE_CMD} '/INSTALL/ s|prefix)|DESTDIR)$$(&|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002261248.01QCmtXt027935>