diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-29 15:49:46 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-30 23:59:58 +0000 |
commit | e54484d4d71c6cace7ced7002c903af1ec5bbd77 (patch) | |
tree | 3365875ba8fec84020692c2acd5b676fee1dbbc8 /archivers | |
parent | 1d8d3f18857365723ca990464e9585eca36cd1e8 (diff) | |
download | ports-e54484d4d71c6cace7ced7002c903af1ec5bbd77.tar.gz ports-e54484d4d71c6cace7ced7002c903af1ec5bbd77.zip |
archivers/pecl-rar: Mark DEPRECATED
- Requires php80 which is set to expire on 2023-11-26
- Set EXPIRATION_DATE 2023-12-31
Approved by: portmgr (blanket)
Sponsored by: Bounce Experts
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/pecl-rar/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/pecl-rar/Makefile b/archivers/pecl-rar/Makefile index 1315e060a4c4..e7c380eb5444 100644 --- a/archivers/pecl-rar/Makefile +++ b/archivers/pecl-rar/Makefile @@ -1,5 +1,6 @@ PORTNAME= rar PORTVERSION= 4.2.0 +PORTREVISION= 1 CATEGORIES= archivers pear MAINTAINER= fluffy@FreeBSD.org @@ -8,6 +9,9 @@ WWW= https://pecl.php.net/package/rar LICENSE= PHP301 +DEPRECATED= Requires php80 which is set to expire on 2023-11-26 +EXPIRATION_DATE= 2023-12-31 + USES= compiler:c11 php:pecl USE_PHP= spl:build IGNORE_WITH_PHP= 81 82 |