Date: Sun, 27 Aug 2017 06:27:51 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448804 - in head/mail: squirrelmail squirrelmail-translations Message-ID: <201708270627.v7R6Rp3M093286@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708270627.v7R6Rp3M093286>