diff options
| author | Thomas Zander <riggs@FreeBSD.org> | 2017-08-27 06:27:51 +0000 |
|---|---|---|
| committer | Thomas Zander <riggs@FreeBSD.org> | 2017-08-27 06:27:51 +0000 |
| commit | bcc6fa7177d47a9ad4d745564f80deada0bc3598 (patch) | |
| tree | cd862968217c82ac2475a95033bac82024db0ae3 | |
| parent | . Update to 5.0.7. (diff) | |
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.
| -rw-r--r-- | mail/squirrelmail-translations/Makefile | 1 | ||||
| -rw-r--r-- | mail/squirrelmail/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mail/squirrelmail-translations/Makefile b/mail/squirrelmail-translations/Makefile index 3d7b393cd3c0..e023de4bd1da 100644 --- a/mail/squirrelmail-translations/Makefile +++ b/mail/squirrelmail-translations/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= squirrelmail>=${PORTVERSION}:mail/squirrelmail 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 diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index 2e8917aa26fd..aa92dbcf7c91 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -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} |
