From 16cf5818a53ad7ee3b1f5883852ad018535b112e Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 23 Mar 2024 22:20:23 +0800 Subject: [PATCH] mail/pear-Net_IMAP: Update to 1.1.4 - Update WWW - Add LICENSE_FILE - Change the way *_DEPENDS are set - Remove BUILD_DEPENDS - Add NO_ARCH Changes: https://pear.php.net/package/Net_IMAP/download/ https://github.com/pear/Net_IMAP/releases --- mail/pear-Net_IMAP/Makefile | 13 ++++++++----- mail/pear-Net_IMAP/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/mail/pear-Net_IMAP/Makefile b/mail/pear-Net_IMAP/Makefile index d094dd570a0cf..6356755752e78 100644 --- a/mail/pear-Net_IMAP/Makefile +++ b/mail/pear-Net_IMAP/Makefile @@ -1,17 +1,20 @@ PORTNAME= Net_IMAP -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= mail net pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR class that provides an implementation of the IMAP protocol -WWW= https://pear.php.net/package/Net_IMAP +WWW= https://pear.php.net/package/Net_IMAP \ + https://github.com/pear/Net_IMAP LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \ - ${PEARDIR}/Auth/SASL.php:security/pear-Auth_SASL@${PHP_FLAVOR} -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Auth_SASL>=1.0.2:security/pear-Auth_SASL@${PHP_FLAVOR} \ + ${PEAR_PKGNAMEPREFIX}Net_Socket>=1.0.8:net/pear-Net_Socket@${PHP_FLAVOR} USES= pear +NO_ARCH= yes + .include diff --git a/mail/pear-Net_IMAP/distinfo b/mail/pear-Net_IMAP/distinfo index d039067478bf3..7bc68ddfc4300 100644 --- a/mail/pear-Net_IMAP/distinfo +++ b/mail/pear-Net_IMAP/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1497163246 -SHA256 (PEAR/Net_IMAP-1.1.3.tgz) = 9f110b1404c03c1d59c38bafeafdd6adfb060942dd0b3404064f4c57196a04c9 -SIZE (PEAR/Net_IMAP-1.1.3.tgz) = 41082 +TIMESTAMP = 1710712386 +SHA256 (PEAR/Net_IMAP-1.1.4.tgz) = 1b590bdd6d8e8743b9d0e580d7d36e9e6e2769c3682ae17721d7e78199f90638 +SIZE (PEAR/Net_IMAP-1.1.4.tgz) = 40723