svn commit: r544948 - in head/mail: notmuch-emacs notmuch-mutt py-notmuch py-notmuch2

Danilo G. Baio dbaio at FreeBSD.org
Sat Aug 15 14:55:49 UTC 2020


Author: dbaio
Date: Sat Aug 15 14:55:48 2020
New Revision: 544948
URL: https://svnweb.freebsd.org/changeset/ports/544948

Log:
  Configure PORTSCOUT

Modified:
  head/mail/notmuch-emacs/Makefile
  head/mail/notmuch-mutt/Makefile
  head/mail/py-notmuch/Makefile
  head/mail/py-notmuch2/Makefile

Modified: head/mail/notmuch-emacs/Makefile
==============================================================================
--- head/mail/notmuch-emacs/Makefile	Sat Aug 15 14:48:25 2020	(r544947)
+++ head/mail/notmuch-emacs/Makefile	Sat Aug 15 14:55:48 2020	(r544948)
@@ -34,6 +34,8 @@ MANPAGES_BUILD_DEPENDS=	sphinx-build:textproc/py-sphin
 MANPAGES_CONFIGURE_ON=	HAVE_SPHINX=1
 MANPAGES_INSTALL_TARGET=	install-man
 
+PORTSCOUT=	limit:^[0-9\.]*$$
+
 # fake ./configure to avoid unneeded dependencies
 do-configure:
 	@${CP} ${WRKSRC}/version ${WRKSRC}/version.stamp

Modified: head/mail/notmuch-mutt/Makefile
==============================================================================
--- head/mail/notmuch-mutt/Makefile	Sat Aug 15 14:48:25 2020	(r544947)
+++ head/mail/notmuch-mutt/Makefile	Sat Aug 15 14:55:48 2020	(r544948)
@@ -23,6 +23,8 @@ OPTIONS_DEFINE=	EXAMPLES MANPAGES
 OPTIONS_DEFAULT=	MANPAGES
 OPTIONS_SUB=	yes
 
+PORTSCOUT=	limit:^[0-9\.]*$$
+
 post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	@${MV} ${STAGEDIR}${PREFIX}/etc/Muttrc.d/notmuch-mutt.rc ${STAGEDIR}${EXAMPLESDIR}/notmuch-mutt.rc

Modified: head/mail/py-notmuch/Makefile
==============================================================================
--- head/mail/py-notmuch/Makefile	Sat Aug 15 14:48:25 2020	(r544947)
+++ head/mail/py-notmuch/Makefile	Sat Aug 15 14:55:48 2020	(r544948)
@@ -21,6 +21,8 @@ OPTIONS_DEFINE=	DOCS
 
 DOCS_BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx
 
+PORTSCOUT=	limit:^[0-9\.]*$$
+
 do-build-DOCS-on:
 	@${MAKE_CMD} -C ${WRKSRC}/docs html
 

Modified: head/mail/py-notmuch2/Makefile
==============================================================================
--- head/mail/py-notmuch2/Makefile	Sat Aug 15 14:48:25 2020	(r544947)
+++ head/mail/py-notmuch2/Makefile	Sat Aug 15 14:55:48 2020	(r544948)
@@ -18,6 +18,8 @@ USE_PYTHON=	autoplist distutils
 MASTERDIR=	${.CURDIR}/../notmuch
 WRKSRC_SUBDIR=	bindings/python-cffi
 
+PORTSCOUT=	limit:^[0-9\.]*$$
+
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/notmuch2/_capi.abi3.so
 


More information about the svn-ports-head mailing list