svn commit: r449492 - in head/mail: squirrelmail squirrelmail-translations

Thomas Zander riggs at FreeBSD.org
Sat Sep 9 14:24:22 UTC 2017


Author: riggs
Date: Sat Sep  9 14:24:21 2017
New Revision: 449492
URL: https://svnweb.freebsd.org/changeset/ports/449492

Log:
  Limit PORTSCOUT to not report frequent false positive distfiles changes
  
  PR:		221825
  Submitted by:	uzsolt at uzsolt.hu (maintainer)

Modified:
  head/mail/squirrelmail-translations/Makefile
  head/mail/squirrelmail/Makefile

Modified: head/mail/squirrelmail-translations/Makefile
==============================================================================
--- head/mail/squirrelmail-translations/Makefile	Sat Sep  9 14:05:13 2017	(r449491)
+++ head/mail/squirrelmail-translations/Makefile	Sat Sep  9 14:24:21 2017	(r449492)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	squirrelmail>=${PORTVERSION}:mail/squirre
 USES=		tar:bzip2 gettext
 WRKSRC=		${WRKDIR}/squirrelmail.locales
 NO_ARCH=	yes
-PORTSCOUT=	ignore
+PORTSCOUT=	ignore:1
 
 # if you were using WITHOUT_WWWDIR, use SQUIRRELDIR=${PREFIX}/squirrelmail
 SQUIRRELDIR?=	${PREFIX}/www/squirrelmail

Modified: head/mail/squirrelmail/Makefile
==============================================================================
--- head/mail/squirrelmail/Makefile	Sat Sep  9 14:05:13 2017	(r449491)
+++ head/mail/squirrelmail/Makefile	Sat Sep  9 14:24:21 2017	(r449492)
@@ -19,7 +19,7 @@ USES=		cpe gettext perl5 php:web tar:bzip2
 USE_PHP=	session hash gettext mbstring pcre openssl xml
 USE_PERL5=	run
 NO_ARCH=	yes
-PORTSCOUT=	ignore
+PORTSCOUT=	ignore:1
 
 WRKSRC=		${WRKDIR}/${PORTNAME}.stable/${PORTNAME}
 


More information about the svn-ports-all mailing list