svn commit: r472619 - head/textproc/ibus-m17n

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 17 18:15:10 UTC 2018


Author: yuri
Date: Sun Jun 17 18:15:09 2018
New Revision: 472619
URL: https://svnweb.freebsd.org/changeset/ports/472619

Log:
  textproc/ibus-m17n: Limit portscout to valid versions

Modified:
  head/textproc/ibus-m17n/Makefile

Modified: head/textproc/ibus-m17n/Makefile
==============================================================================
--- head/textproc/ibus-m17n/Makefile	Sun Jun 17 18:14:01 2018	(r472618)
+++ head/textproc/ibus-m17n/Makefile	Sun Jun 17 18:15:09 2018	(r472619)
@@ -18,6 +18,8 @@ LIB_DEPENDS=	libibus-1.0.so:textproc/ibus \
 		libfontconfig.so:x11-fonts/fontconfig
 RUN_DEPENDS=	ibus-daemon:textproc/ibus
 
+PORTSCOUT=	limit:^[0-9]+\.[0-9].*$$
+
 USES=		autoreconf gmake libtool pkgconfig
 GNU_CONFIGURE=	yes
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list