Date: Sat, 23 Mar 2024 14:59:34 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 16cf5818a53a - main - mail/pear-Net_IMAP: Update to 1.1.4 Message-ID: <202403231459.42NExYUK087920@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=16cf5818a53ad7ee3b1f5883852ad018535b112e commit 16cf5818a53ad7ee3b1f5883852ad018535b112e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:20:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:30:59 +0000 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 d094dd570a0c..6356755752e7 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 <bsd.port.mk> diff --git a/mail/pear-Net_IMAP/distinfo b/mail/pear-Net_IMAP/distinfo index d039067478bf..7bc68ddfc430 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231459.42NExYUK087920>