aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2005-07-14 03:58:40 +0800
committerale <ale@FreeBSD.org>2005-07-14 03:58:40 +0800
commitdff634e2da6b5487021a5f8e58db4512d1405bdf (patch)
treeff937ed7f20834516538abe0069ce93f603a2040 /sysutils
parent5ae2cdaaaf5d37a9b166e8df967a0b92451de2d9 (diff)
downloadfreebsd-ports-gnome-dff634e2da6b5487021a5f8e58db4512d1405bdf.tar.gz
freebsd-ports-gnome-dff634e2da6b5487021a5f8e58db4512d1405bdf.tar.zst
freebsd-ports-gnome-dff634e2da6b5487021a5f8e58db4512d1405bdf.zip
Update to 1.0 release.
PR: ports/83400 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pecl-fileinfo/Makefile2
-rw-r--r--sysutils/pecl-fileinfo/distinfo4
-rw-r--r--sysutils/pecl-fileinfo/files/patch-config.m411
3 files changed, 3 insertions, 14 deletions
diff --git a/sysutils/pecl-fileinfo/Makefile b/sysutils/pecl-fileinfo/Makefile
index f1a266cb8bd3..5a1c68df050e 100644
--- a/sysutils/pecl-fileinfo/Makefile
+++ b/sysutils/pecl-fileinfo/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fileinfo
-PORTVERSION= 0.2
+PORTVERSION= 1.0
CATEGORIES= sysutils pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/sysutils/pecl-fileinfo/distinfo b/sysutils/pecl-fileinfo/distinfo
index 360e5410534e..9cb65f1ef668 100644
--- a/sysutils/pecl-fileinfo/distinfo
+++ b/sysutils/pecl-fileinfo/distinfo
@@ -1,2 +1,2 @@
-MD5 (PECL/Fileinfo-0.2.tgz) = e228172c2486c4866c1242d752bae54d
-SIZE (PECL/Fileinfo-0.2.tgz) = 5491
+MD5 (PECL/Fileinfo-1.0.tgz) = 66503ab12c7d9cc1958b653845baa49c
+SIZE (PECL/Fileinfo-1.0.tgz) = 5566
diff --git a/sysutils/pecl-fileinfo/files/patch-config.m4 b/sysutils/pecl-fileinfo/files/patch-config.m4
deleted file mode 100644
index d04625b2755e..000000000000
--- a/sysutils/pecl-fileinfo/files/patch-config.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- config.m4.orig Wed Jul 21 11:20:04 2004
-+++ config.m4 Wed Jul 21 11:20:13 2004
-@@ -36,7 +36,7 @@
- ],[
- AC_MSG_ERROR([wrong magic lib version or lib not found])
- ],[
-- -L$FILEINFO_DIR/lib -lm -ldl
-+ -L$FILEINFO_DIR/lib -lm -lz
- ])
-
- MAGIC_MIME_LOCATIONS="/usr/local/share/file/magic /usr/share/file/magic /etc/magic"