summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2011-02-18 06:19:28 +0000
committerdinoex <dinoex@FreeBSD.org>2011-02-18 06:19:28 +0000
commit68d5703e4442fac30ae6e9668450d54e81c27f5a (patch)
tree037062cb9c042731bae63b5547efaf9bc8093475
parent3a84efbffdd6170d730d8fb311f6856d7868ce03 (diff)
downloadFreeBSD-ports-68d5703e4442fac30ae6e9668450d54e81c27f5a.zip
FreeBSD-ports-68d5703e4442fac30ae6e9668450d54e81c27f5a.tar.gz
- tag PNG fils as image/png
PR: 154852 Submitted by: Kurt Lidl
-rw-r--r--converters/mpack/Makefile2
-rw-r--r--converters/mpack/files/patch-magic.c12
2 files changed, 11 insertions, 3 deletions
diff --git a/converters/mpack/Makefile b/converters/mpack/Makefile
index 22832e2..871ec7d 100644
--- a/converters/mpack/Makefile
+++ b/converters/mpack/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mpack
PORTVERSION= 1.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters mail news
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/
diff --git a/converters/mpack/files/patch-magic.c b/converters/mpack/files/patch-magic.c
index 6bb7902..aa4fbac 100644
--- a/converters/mpack/files/patch-magic.c
+++ b/converters/mpack/files/patch-magic.c
@@ -1,5 +1,5 @@
---- magic.c
-+++ magic.c
+--- magic.c.orig 2003-07-21 16:35:31.000000000 -0400
++++ magic.c 2011-02-17 15:17:14.374973627 -0500
@@ -23,6 +23,7 @@
* SOFTWARE.
*/
@@ -8,3 +8,11 @@
/* Description of the various file formats and their magic numbers */
struct magic {
+@@ -35,6 +36,7 @@
+ static struct magic magic[] = {
+ { "image/gif", "GIF", 0 },
+ { "image/jpeg", "\377\330\377", 0 },
++ { "image/png", "\211PNG", 0 },
+ { "video/mpeg", "\0\0\001\263", 4 },
+ { "application/postscript", "%!", 0 },
+ };
OpenPOWER on IntegriCloud