svn commit: r501121 - head/www/davix

Yuri Victorovich yuri at FreeBSD.org
Thu May 9 17:03:00 UTC 2019


Author: yuri
Date: Thu May  9 17:02:58 2019
New Revision: 501121
URL: https://svnweb.freebsd.org/changeset/ports/501121

Log:
  www/davix: Add the PORTSCOUT limit clause

Modified:
  head/www/davix/Makefile

Modified: head/www/davix/Makefile
==============================================================================
--- head/www/davix/Makefile	Thu May  9 16:54:26 2019	(r501120)
+++ head/www/davix/Makefile	Thu May  9 17:02:58 2019	(r501121)
@@ -20,6 +20,8 @@ USE_LDCONFIG=	yes
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
+PORTSCOUT=	limit:^[0-9\.]*$$ # prevent versions like N.N.N-el7.x86_64
+
 post-install:
 	@${RM} -r ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-all mailing list