svn commit: r555006 - head/math/zegrapher

Yuri Victorovich yuri at FreeBSD.org
Fri Nov 13 06:48:12 UTC 2020


Author: yuri
Date: Fri Nov 13 06:48:12 2020
New Revision: 555006
URL: https://svnweb.freebsd.org/changeset/ports/555006

Log:
  math/zegrapher: Update the PORTSCOUT tag
  
  PORTSCOUT=ignore:continuous doesn't work for some reason, and portscout still shows 'continuous' as the next version.

Modified:
  head/math/zegrapher/Makefile

Modified: head/math/zegrapher/Makefile
==============================================================================
--- head/math/zegrapher/Makefile	Fri Nov 13 06:30:13 2020	(r555005)
+++ head/math/zegrapher/Makefile	Fri Nov 13 06:48:12 2020	(r555006)
@@ -26,6 +26,6 @@ PLIST_FILES=	bin/${PORTNAME} \
 		share/icons/hicolor/128x128/apps/${PORTNAME}.png \
 		share/metainfo/ZeGrapher.appdata.xml
 
-PORTSCOUT=	ignore:continuous
+PORTSCOUT=	limit:^[1-9].*
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list