aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pecl-fileinfo
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-07-13 19:58:40 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-07-13 19:58:40 +0000
commitfd3251f386715099d45c04a50171f704d95e0b60 (patch)
treedabf287585a384721bed13e7bb6fd7ed85951475 /sysutils/pecl-fileinfo
parent276c3a29ae75c711f2a994bae9b42b763f7e7d7a (diff)
downloadports-fd3251f386715099d45c04a50171f704d95e0b60.tar.gz
ports-fd3251f386715099d45c04a50171f704d95e0b60.zip
Notes
Diffstat (limited to 'sysutils/pecl-fileinfo')
-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"