Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2019 16:51:02 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514466 - head/mail/dma
Message-ID:  <201910141651.x9EGp2mR040550@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Mon Oct 14 16:51:02 2019
New Revision: 514466
URL: https://svnweb.freebsd.org/changeset/ports/514466

Log:
  Limit portscout versions to numbers and dots

Modified:
  head/mail/dma/Makefile

Modified: head/mail/dma/Makefile
==============================================================================
--- head/mail/dma/Makefile	Mon Oct 14 16:46:28 2019	(r514465)
+++ head/mail/dma/Makefile	Mon Oct 14 16:51:02 2019	(r514466)
@@ -37,6 +37,8 @@ CONFFILES+=	dma.conf auth.conf
 # 11.x has dma imported into base and /var/spool/dma added to mtree
 PLIST_SUB+=	VARDIR="@comment "
 
+PORTSCOUT=	limit:^[0-9\.]*$$
+
 post-patch:
 	@${REINPLACE_CMD} -e 's,/etc/dma,${PREFIX}/etc/dma,g' \
 		${WRKSRC}/dma.8



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