Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2020 07:22:17 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532738 - head/x11/xapps
Message-ID:  <202004240722.03O7MH05053648@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Apr 24 07:22:17 2020
New Revision: 532738
URL: https://svnweb.freebsd.org/changeset/ports/532738

Log:
  Ignore bogus `master.mintXX' tags, track only normal versions.

Modified:
  head/x11/xapps/Makefile

Modified: head/x11/xapps/Makefile
==============================================================================
--- head/x11/xapps/Makefile	Fri Apr 24 06:47:35 2020	(r532737)
+++ head/x11/xapps/Makefile	Fri Apr 24 07:22:17 2020	(r532738)
@@ -11,6 +11,8 @@ COMMENT=	Cross-desktop libraries and common resources
 
 LICENSE=	LGPL3
 
+PORTSCOUT=	limit:^[0-9.]+$$	# ignore master.mint* tags
+
 BUILD_DEPENDS=	vapigen:lang/vala
 LIB_DEPENDS=	libgnomekbdui.so:x11/libgnomekbd
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004240722.03O7MH05053648>