diff options
author | wiz <wiz@pkgsrc.org> | 2021-10-21 07:46:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-10-21 07:46:31 +0000 |
commit | 22a5fe13c2aa45b88e59501d5bcff64bada42eb5 (patch) | |
tree | 8e216052912bc8becd2535d050a09adf153bc4ef /mail/php-imap | |
parent | 9db04def17d4a34031d1e8d1b2227b5d14684def (diff) | |
download | pkgsrc-22a5fe13c2aa45b88e59501d5bcff64bada42eb5.tar.gz |
*: recursive bump for heimdal 7.7.0
its buildlink3.mk now includes openssl's buildlink3.mk
Diffstat (limited to 'mail/php-imap')
-rw-r--r-- | mail/php-imap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/php-imap/Makefile b/mail/php-imap/Makefile index c009081369f..1a8e8430995 100644 --- a/mail/php-imap/Makefile +++ b/mail/php-imap/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2020/12/04 04:56:01 riastradh Exp $ +# $NetBSD: Makefile,v 1.37 2021/10/21 07:46:36 wiz Exp $ MODNAME= imap CATEGORIES+= mail COMMENT= PHP extension for IMAP (Internet Mailbox Access Protocol) -PKGREVISION= 2 +PKGREVISION= 3 CONFLICTS= php-imap-[0-9]* |