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

Thomas Zander riggs at FreeBSD.org
Sun Aug 27 06:27:53 UTC 2017


Author: riggs
Date: Sun Aug 27 06:27:51 2017
New Revision: 448804
URL: https://svnweb.freebsd.org/changeset/ports/448804

Log:
  Disable portscout for the time being
  
  Details:
  Maintainer observes false positives almost every day. Apparently the
  distfiles are automatically recreated even if there is no change, but
  portscout notices it and sends an e-mail to maintainer.

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

Modified: head/mail/squirrelmail-translations/Makefile
==============================================================================
--- head/mail/squirrelmail-translations/Makefile	Sun Aug 27 05:19:04 2017	(r448803)
+++ head/mail/squirrelmail-translations/Makefile	Sun Aug 27 06:27:51 2017	(r448804)
@@ -19,6 +19,7 @@ RUN_DEPENDS=	squirrelmail>=${PORTVERSION}:mail/squirre
 USES=		tar:bzip2 gettext
 WRKSRC=		${WRKDIR}/squirrelmail.locales
 NO_ARCH=	yes
+PORTSCOUT=	ignore
 
 # if you were using WITHOUT_WWWDIR, use SQUIRRELDIR=${PREFIX}/squirrelmail
 SQUIRRELDIR?=	${PREFIX}/www/squirrelmail

Modified: head/mail/squirrelmail/Makefile
==============================================================================
--- head/mail/squirrelmail/Makefile	Sun Aug 27 05:19:04 2017	(r448803)
+++ head/mail/squirrelmail/Makefile	Sun Aug 27 06:27:51 2017	(r448804)
@@ -19,6 +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
 
 WRKSRC=		${WRKDIR}/${PORTNAME}.stable/${PORTNAME}
 


More information about the svn-ports-head mailing list