aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-04-26 13:22:25 +0800
committernovel <novel@FreeBSD.org>2005-04-26 13:22:25 +0800
commitaddcc8d3a0cb979b8cdf0651e1ee20a7080e15cd (patch)
tree995b8bf18b16c80345fb52475f5e230e5eba7a77
parent6a1be8a111a5af643cae17abf149749e97ccb6ff (diff)
downloadfreebsd-ports-gnome-addcc8d3a0cb979b8cdf0651e1ee20a7080e15cd.tar.gz
freebsd-ports-gnome-addcc8d3a0cb979b8cdf0651e1ee20a7080e15cd.tar.zst
freebsd-ports-gnome-addcc8d3a0cb979b8cdf0651e1ee20a7080e15cd.zip
+ update port: archivers/pear-File_Archive to 1.0.1
+ changelog: http://pear.php.net/package/File_Archive/download/1.0.1/ + update COMMENT + update pkg-descr PR: 80332 Submitted by: Antonio Carlos Venancio Junior (maintainer)
-rw-r--r--archivers/pear-File_Archive/Makefile4
-rw-r--r--archivers/pear-File_Archive/distinfo4
-rw-r--r--archivers/pear-File_Archive/pkg-descr3
3 files changed, 5 insertions, 6 deletions
diff --git a/archivers/pear-File_Archive/Makefile b/archivers/pear-File_Archive/Makefile
index 9208d0de9745..ae73212e12f7 100644
--- a/archivers/pear-File_Archive/Makefile
+++ b/archivers/pear-File_Archive/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= File_Archive
-PORTVERSION= 1.0.0
+PORTVERSION= 1.0.1
CATEGORIES= archivers www pear
MAINTAINER= antonio@php.net
-COMMENT= PEAR class to easily manipulate tar, gz and zip files
+COMMENT= PEAR class to easily manipulate tar, gz, bz2 and zip files
BUILD_DEPENDS= ${PEARDIR}/MIME/Type.php:${PORTSDIR}/mail/pear-MIME_Type
RUN_DEPENDS= ${BUILD_DEPENDS}
diff --git a/archivers/pear-File_Archive/distinfo b/archivers/pear-File_Archive/distinfo
index 6a301a7fcb86..3d6b64f47b85 100644
--- a/archivers/pear-File_Archive/distinfo
+++ b/archivers/pear-File_Archive/distinfo
@@ -1,2 +1,2 @@
-MD5 (PEAR/File_Archive-1.0.0.tgz) = 8fc81a11977939f430f6eadc3f9270a0
-SIZE (PEAR/File_Archive-1.0.0.tgz) = 34904
+MD5 (PEAR/File_Archive-1.0.1.tgz) = 977bc9e04d1441cbf8679294c18d5aac
+SIZE (PEAR/File_Archive-1.0.1.tgz) = 35213
diff --git a/archivers/pear-File_Archive/pkg-descr b/archivers/pear-File_Archive/pkg-descr
index 49a48a994ef0..03a67920fc6a 100644
--- a/archivers/pear-File_Archive/pkg-descr
+++ b/archivers/pear-File_Archive/pkg-descr
@@ -1,8 +1,7 @@
-PEAR::File_Archive will let you manipulate easily the tar, gz and zip files.
This library is strongly object oriented. It makes it very easy to use, writing
simple code, yet the library is very powerfull.
-File_Archive is made of two objects: readers and writers. Are currently
+PEAR::File_Archive is made of two objects : readers and writers. Are currently
implemented readers from file, directory, tar, gz, zip and bzip2 archives.
You can write to file(s), send mails with files attached, or create tar, gz,