svn commit: r532738 - head/x11/xapps
Alexey Dokuchaev
danfe at FreeBSD.org
Fri Apr 24 07:22:17 UTC 2020
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
More information about the svn-ports-all
mailing list