diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-04-23 13:51:54 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-04-23 13:51:54 +0000 |
commit | 6e74995150873407c15b009f4b8f2030506ec330 (patch) | |
tree | bc76f3a99b3d677e8fae6282ff5fdde87e85c50a | |
parent | ee6e091a2ba2fa596b77c637097030172f483607 (diff) | |
download | ports-6e74995150873407c15b009f4b8f2030506ec330.tar.gz ports-6e74995150873407c15b009f4b8f2030506ec330.zip |
Notes
-rw-r--r-- | ftp/pear-Net_FTP/Makefile | 7 | ||||
-rw-r--r-- | ftp/pear-Net_FTP/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/ftp/pear-Net_FTP/Makefile b/ftp/pear-Net_FTP/Makefile index c60bb05e79ed..45a03c184674 100644 --- a/ftp/pear-Net_FTP/Makefile +++ b/ftp/pear-Net_FTP/Makefile @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= Net_FTP -PORTVERSION= 1.3.7 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= ftp www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR OO interface to the PHP FTP functions plus some additions +LICENSE= BSD2CLAUSE + USE_PHP= ftp -USES= pear +USES= pear .include <bsd.port.mk> diff --git a/ftp/pear-Net_FTP/distinfo b/ftp/pear-Net_FTP/distinfo index 4751b18d8ec4..2868cd1ef47a 100644 --- a/ftp/pear-Net_FTP/distinfo +++ b/ftp/pear-Net_FTP/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/Net_FTP-1.3.7.tgz) = 31ac1237d2d542b898a995893c0b13f7107c66b7be768c9ebf2628738ca97a5d -SIZE (PEAR/Net_FTP-1.3.7.tgz) = 31749 +SHA256 (PEAR/Net_FTP-1.4.0.tgz) = b06d0f01bdb3f9f6f38746798801a15da8ee1d717702f84efecbd875a5e3a3a5 +SIZE (PEAR/Net_FTP-1.4.0.tgz) = 35344 |