View | Details | Raw Unified | Return to bug 105287
Collapse All | Expand All

(-)pecl-fileinfo/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	fileinfo
8
PORTNAME=	fileinfo
9
PORTVERSION=	1.0.3
9
PORTVERSION=	1.0.4
10
CATEGORIES=	sysutils pear
10
CATEGORIES=	sysutils pear
11
MASTER_SITES=	http://pecl.php.net/get/
11
MASTER_SITES=	http://pecl.php.net/get/
12
PKGNAMEPREFIX=	pecl-
12
PKGNAMEPREFIX=	pecl-
(-)pecl-fileinfo/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PECL/Fileinfo-1.0.3.tgz) = 799930038f76af23e391eef45789c607
1
MD5 (PECL/Fileinfo-1.0.4.tgz) = 2854e749db157365c769cb9496f5586f
2
SHA256 (PECL/Fileinfo-1.0.3.tgz) = 560dc4f40f33ef929c3be558c9550f88e22a673fa6467499b6e77ee6cc52315e
2
SHA256 (PECL/Fileinfo-1.0.4.tgz) = df35ee00fce6483c58b2f37dbded33831ba84fdae92829dbe03f7331bec0aa3f
3
SIZE (PECL/Fileinfo-1.0.3.tgz) = 5727
3
SIZE (PECL/Fileinfo-1.0.4.tgz) = 5835
(-)pecl-fileinfo/files/patch-config.m4 (-11 lines)
Lines 1-11 Link Here
1
--- config.m4.orig	Thu Jun  8 15:20:41 2006
2
+++ config.m4	Thu Jun  8 15:52:29 2006
3
@@ -47,7 +47,7 @@
4
     -L$FILEINFO_DIR/lib
5
   ])
6
 
7
-  MAGIC_MIME_LOCATIONS="/usr/local/share/file/magic /usr/share/file/magic /usr/share/misc/file/magic /etc/magic /usr/share/misc"
8
+  MAGIC_MIME_LOCATIONS="/usr/local/share/file/magic /usr/share/misc/magic"
9
   for i in $MAGIC_MIME_LOCATIONS; do
10
     if test -f $i; then
11
        PHP_DEFAULT_MAGIC_FILE=$i

Return to bug 105287