diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 17:01:46 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 17:01:46 +0000 |
commit | 5ae8688c07b2294395a124e0b2da3a0f00d4aba0 (patch) | |
tree | 326c7ae1133b16e8be2a37e24472b70a0574fcaa /mail/offlineimap | |
parent | Update to 7u251 (diff) |
Deprecate some ports using deprecated version of python
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=528058
Diffstat (limited to 'mail/offlineimap')
-rw-r--r-- | mail/offlineimap/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/offlineimap/Makefile b/mail/offlineimap/Makefile index fe15e7fa51c5..761bb22f8876 100644 --- a/mail/offlineimap/Makefile +++ b/mail/offlineimap/Makefile @@ -14,6 +14,9 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + ## later versions have sqlite3 backend, which is recommended for local storages ## with large amount of emails ## (add additional variable to use in {BUILD|RUN}_DEPENDS per porter's hb 5.8.2) |