diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2021-05-08 09:25:55 +0800 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2021-05-08 09:25:55 +0800 |
commit | 6cddd1ddac8ddfdace3ec69ff35fe32de40de110 (patch) | |
tree | 5c278e30d00fe03fcc08cdd8a04a695127277dac /ftp | |
parent | devel/phpunit8: update to 8.5.15. (diff) |
ftp/pear-Net_FTP: update to 1.4.1.
ChangeLog: https://pear.php.net/package/Net_FTP/download/
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/pear-Net_FTP/Makefile | 5 | ||||
-rw-r--r-- | ftp/pear-Net_FTP/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/ftp/pear-Net_FTP/Makefile b/ftp/pear-Net_FTP/Makefile index 9f6cb9cf40f2..8b2a39aed697 100644 --- a/ftp/pear-Net_FTP/Makefile +++ b/ftp/pear-Net_FTP/Makefile @@ -1,7 +1,7 @@ # Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) PORTNAME= Net_FTP -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= ftp www pear MAINTAINER= ports@FreeBSD.org @@ -9,7 +9,8 @@ COMMENT= PEAR OO interface to the PHP FTP functions plus some additions LICENSE= BSD2CLAUSE -USE_PHP= ftp USES= pear php +USE_PHP= ftp +NO_ARCH= yes .include <bsd.port.mk> diff --git a/ftp/pear-Net_FTP/distinfo b/ftp/pear-Net_FTP/distinfo index caf986848c95..61c3c7fe7d74 100644 --- a/ftp/pear-Net_FTP/distinfo +++ b/ftp/pear-Net_FTP/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1497163210 -SHA256 (PEAR/Net_FTP-1.4.0.tgz) = 1c7333fd7813e35f87859387e8027440984c19303c1eabbceb3c73da783fe777 -SIZE (PEAR/Net_FTP-1.4.0.tgz) = 35593 +TIMESTAMP = 1620436759 +SHA256 (PEAR/Net_FTP-1.4.1.tgz) = db9ed55acbde7d28d0931cd17c9170b1f5e242bb6834205889519fcc91265908 +SIZE (PEAR/Net_FTP-1.4.1.tgz) = 35453 |