Skip to content

Commit

Permalink
mail/pear-Net_IMAP: Update to 1.1.4
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
sunpoet committed Mar 23, 2024
1 parent 0759c1c commit 16cf581
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions 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>
6 changes: 3 additions & 3 deletions 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

0 comments on commit 16cf581

Please sign in to comment.