svn commit: r527165 - head/security/fswatch

Mateusz Piotrowski 0mp at FreeBSD.org
Wed Feb 26 12:48:56 UTC 2020


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)$$(&|' \


More information about the svn-ports-all mailing list