diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2018-11-22 11:53:53 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2018-11-22 11:53:53 +0000 |
commit | bedd1930aea771a4b0dc108a7930c39d4d251128 (patch) | |
tree | 8da46a8a84cc6d791d6c109118d5d4dd100febee /mail/php72-imap/Makefile | |
parent | Modified entry and add php70-imap (diff) |
Disable rsh/ssh functionality in imap by default (php bug #77153).
PR: 233384
Submitted by: joneum
Approved by: tz (implicit)
MFH: 2018Q4
Security: ec49f6b5-ee39-11e8-b2f4-74d435b63d51
Sponsored by: Netzkommune GmbH
Notes
Notes:
svn path=/head/; revision=485597
Diffstat (limited to 'mail/php72-imap/Makefile')
-rw-r--r-- | mail/php72-imap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/php72-imap/Makefile b/mail/php72-imap/Makefile index 0d9e7835f449..8391b4ca8c1d 100644 --- a/mail/php72-imap/Makefile +++ b/mail/php72-imap/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ CATEGORIES= mail +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../../lang/php72 |