svn commit: r514466 - head/mail/dma

Renato Botelho garga at FreeBSD.org
Mon Oct 14 16:51:02 UTC 2019


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


More information about the svn-ports-head mailing list