mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
0759c1cd26
commit
16cf5818a5
2 changed files with 11 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue