mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
mail/pecl-imap: Update 1.0.2 → 1.0.3
Commit log: https://github.com/php/pecl-mail-imap/compare/1.0.2...1.0.3 Remove devel/pcre2 from LIB_DEPENDS - the code use pcre from php itself. PR: 282135
This commit is contained in:
parent
f58512c718
commit
b6825c1beb
2 changed files with 5 additions and 11 deletions
|
@ -1,10 +1,7 @@
|
||||||
PORTNAME= imap
|
PORTNAME= imap
|
||||||
DISTVERSION= 1.0.2
|
DISTVERSION= 1.0.3
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
|
|
||||||
PATCH_SITES= https://github.com/php/pecl-mail-imap/commit/
|
|
||||||
PATCHFILES= 4fc9970a29c205ec328f36edc8c119c158129324.diff:-p1
|
|
||||||
|
|
||||||
MAINTAINER= mickael.maillot@gmail.com
|
MAINTAINER= mickael.maillot@gmail.com
|
||||||
COMMENT= PHP extension to operate with the IMAP protocol
|
COMMENT= PHP extension to operate with the IMAP protocol
|
||||||
WWW= https://github.com/php/pecl-mail-imap
|
WWW= https://github.com/php/pecl-mail-imap
|
||||||
|
@ -12,8 +9,7 @@ WWW= https://github.com/php/pecl-mail-imap
|
||||||
LICENSE= PHP301
|
LICENSE= PHP301
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
LIB_DEPENDS= libc-client.so.2010:mail/panda-cclient \
|
LIB_DEPENDS= libc-client.so.2010:mail/panda-cclient
|
||||||
libpcre2-8.so:devel/pcre2
|
|
||||||
|
|
||||||
USES= php:pecl localbase ssl
|
USES= php:pecl localbase ssl
|
||||||
IGNORE_WITH_PHP= 81 82 83
|
IGNORE_WITH_PHP= 81 82 83
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
TIMESTAMP = 1722361491
|
TIMESTAMP = 1729065845
|
||||||
SHA256 (PECL/imap-1.0.2.tgz) = eb6d13fe10668dbb0ad6aa424139645434d0f8b4816c69dd1b251367adb3a16c
|
SHA256 (PECL/imap-1.0.3.tgz) = 0c2c0b1f94f299004be996b85a424e3d11ff65ac0a3c980db3213289a4a3faaf
|
||||||
SIZE (PECL/imap-1.0.2.tgz) = 63295
|
SIZE (PECL/imap-1.0.3.tgz) = 63476
|
||||||
SHA256 (PECL/4fc9970a29c205ec328f36edc8c119c158129324.diff) = 110a2723afcf4cc02e703e8549002552de6b5303b66ee54bbd4c749b0ebe4b33
|
|
||||||
SIZE (PECL/4fc9970a29c205ec328f36edc8c119c158129324.diff) = 489
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue