Date: Sun, 17 Jun 2018 18:15:10 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472619 - head/textproc/ibus-m17n Message-ID: <201806171815.w5HIFA8d049004@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806171815.w5HIFA8d049004>