diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-04-07 17:13:58 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-04-07 17:13:58 +0000 |
commit | d8204be9e5acf6864175fd0f92ef22f066cf7dc8 (patch) | |
tree | 07a174ab63fee8790e7ce9298d11df0e0f545849 | |
parent | . Simplify how DISTFILES is constructed, which also makes portlint happy (diff) |
+ update port: ftp/pear-Net_FTP to 1.3.1
+ changelog: http://pear.php.net/package/Net_FTP/download/1.3.1/
PR: 79624
Submitted by: Antonio Carlos Venancio Junior (maintainer)
Notes
Notes:
svn path=/head/; revision=132707
-rw-r--r-- | ftp/pear-Net_FTP/Makefile | 5 | ||||
-rw-r--r-- | ftp/pear-Net_FTP/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/ftp/pear-Net_FTP/Makefile b/ftp/pear-Net_FTP/Makefile index 63a42aa3e77f..bd892e2785aa 100644 --- a/ftp/pear-Net_FTP/Makefile +++ b/ftp/pear-Net_FTP/Makefile @@ -6,9 +6,8 @@ # PORTNAME= Net_FTP -PORTVERSION= 1.3.0 -PORTREVISION= 3 -CATEGORIES= ftp pear +PORTVERSION= 1.3.1 +CATEGORIES= ftp www pear MAINTAINER= antonio@php.net COMMENT= PEAR OO interface to the PHP FTP functions plus some additions diff --git a/ftp/pear-Net_FTP/distinfo b/ftp/pear-Net_FTP/distinfo index a30bbf237481..29d1dd06eae4 100644 --- a/ftp/pear-Net_FTP/distinfo +++ b/ftp/pear-Net_FTP/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Net_FTP-1.3.0.tgz) = d54a4312ed3810ef747b331ee95c5fa3 -SIZE (PEAR/Net_FTP-1.3.0.tgz) = 19491 +MD5 (PEAR/Net_FTP-1.3.1.tgz) = b3703a33da0ee0e44128283bed6e93f6 +SIZE (PEAR/Net_FTP-1.3.1.tgz) = 19373 |