mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Follow xlhtml's rename.
- Cope with the change of wvHtml's commandline use. - Upgrade to version 2.2.8, preventing some CSS attacks. PR: ports/35740, ports/36820 Submitted by: maintainer
This commit is contained in:
parent
f712e45739
commit
cb26f62359
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59231
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= imp
|
||||
PORTVERSION= 2.2.7
|
||||
PORTVERSION= 2.2.8
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/
|
||||
|
||||
@ -177,7 +177,7 @@ do-install:
|
||||
${IMPDIR}/config/defaults.php3.dist
|
||||
${PERL} -pi -e "s:/usr/bin/wvHtml:${LOCALBASE}/bin/wvHtml:g" \
|
||||
${IMPDIR}/config/defaults.php3.dist
|
||||
${PERL} -pi -e "s:/usr/bin/xlHtml:${LOCALBASE}/bin/xlHtml:g" \
|
||||
${PERL} -pi -e "s:/usr/bin/xlHtml:${LOCALBASE}/bin/xlhtml:g" \
|
||||
${IMPDIR}/config/defaults.php3.dist
|
||||
${PERL} -pi -e "s:/bin/tar:/usr/bin/tar:g" ${IMPDIR}/config/defaults.php3.dist
|
||||
${PERL} -pi -e "s:/usr/bin/zipinfo:${LOCALBASE}/bin/zipinfo:g" \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (imp-2.2.7.tar.gz) = b5c683e1dc862fd185c9be0ce7188894
|
||||
MD5 (imp-2.2.8.tar.gz) = 9f0e442f61ce542b945016bee2736d2f
|
||||
|
11
mail/horde-imp/files/patch-lib_mimetypes.lib
Normal file
11
mail/horde-imp/files/patch-lib_mimetypes.lib
Normal file
@ -0,0 +1,11 @@
|
||||
--- lib/mimetypes.lib.orig Wed Jul 18 16:23:58 2001
|
||||
+++ lib/mimetypes.lib Sun Mar 10 16:26:33 2002
|
||||
@@ -449,7 +449,7 @@
|
||||
fwrite( $fh, imap_base64($contents));
|
||||
fclose( $fh );
|
||||
|
||||
- $pipe = popen("$default->path_to_mswordview $word_name 2>&1","r");
|
||||
+ $pipe = popen("$default->path_to_mswordview $word_name - 2>&1","r");
|
||||
$data = "<b><u>MS Word Viewer</u></b><br><table><tr><td align=left>";
|
||||
while( ($rc=fgets($pipe,8192)) )
|
||||
$data.=$rc;
|
@ -101,6 +101,7 @@
|
||||
%%IMPDIR%%/lib/js/open_compose_win.js
|
||||
%%IMPDIR%%/lib/js/open_contacts.js
|
||||
%%IMPDIR%%/lib/mimetypes.lib
|
||||
%%IMPDIR%%/lib/mimetypes.lib.orig
|
||||
%%IMPDIR%%/lib/postconf.php3
|
||||
%%IMPDIR%%/lib/version.php
|
||||
%%IMPDIR%%/locale/ca/compose.help
|
||||
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= imp
|
||||
PORTVERSION= 2.2.7
|
||||
PORTVERSION= 2.2.8
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/
|
||||
|
||||
@ -177,7 +177,7 @@ do-install:
|
||||
${IMPDIR}/config/defaults.php3.dist
|
||||
${PERL} -pi -e "s:/usr/bin/wvHtml:${LOCALBASE}/bin/wvHtml:g" \
|
||||
${IMPDIR}/config/defaults.php3.dist
|
||||
${PERL} -pi -e "s:/usr/bin/xlHtml:${LOCALBASE}/bin/xlHtml:g" \
|
||||
${PERL} -pi -e "s:/usr/bin/xlHtml:${LOCALBASE}/bin/xlhtml:g" \
|
||||
${IMPDIR}/config/defaults.php3.dist
|
||||
${PERL} -pi -e "s:/bin/tar:/usr/bin/tar:g" ${IMPDIR}/config/defaults.php3.dist
|
||||
${PERL} -pi -e "s:/usr/bin/zipinfo:${LOCALBASE}/bin/zipinfo:g" \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (imp-2.2.7.tar.gz) = b5c683e1dc862fd185c9be0ce7188894
|
||||
MD5 (imp-2.2.8.tar.gz) = 9f0e442f61ce542b945016bee2736d2f
|
||||
|
11
mail/horde4-imp/files/patch-lib_mimetypes.lib
Normal file
11
mail/horde4-imp/files/patch-lib_mimetypes.lib
Normal file
@ -0,0 +1,11 @@
|
||||
--- lib/mimetypes.lib.orig Wed Jul 18 16:23:58 2001
|
||||
+++ lib/mimetypes.lib Sun Mar 10 16:26:33 2002
|
||||
@@ -449,7 +449,7 @@
|
||||
fwrite( $fh, imap_base64($contents));
|
||||
fclose( $fh );
|
||||
|
||||
- $pipe = popen("$default->path_to_mswordview $word_name 2>&1","r");
|
||||
+ $pipe = popen("$default->path_to_mswordview $word_name - 2>&1","r");
|
||||
$data = "<b><u>MS Word Viewer</u></b><br><table><tr><td align=left>";
|
||||
while( ($rc=fgets($pipe,8192)) )
|
||||
$data.=$rc;
|
@ -101,6 +101,7 @@
|
||||
%%IMPDIR%%/lib/js/open_compose_win.js
|
||||
%%IMPDIR%%/lib/js/open_contacts.js
|
||||
%%IMPDIR%%/lib/mimetypes.lib
|
||||
%%IMPDIR%%/lib/mimetypes.lib.orig
|
||||
%%IMPDIR%%/lib/postconf.php3
|
||||
%%IMPDIR%%/lib/version.php
|
||||
%%IMPDIR%%/locale/ca/compose.help
|
||||
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= imp
|
||||
PORTVERSION= 2.2.7
|
||||
PORTVERSION= 2.2.8
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/
|
||||
|
||||
@ -177,7 +177,7 @@ do-install:
|
||||
${IMPDIR}/config/defaults.php3.dist
|
||||
${PERL} -pi -e "s:/usr/bin/wvHtml:${LOCALBASE}/bin/wvHtml:g" \
|
||||
${IMPDIR}/config/defaults.php3.dist
|
||||
${PERL} -pi -e "s:/usr/bin/xlHtml:${LOCALBASE}/bin/xlHtml:g" \
|
||||
${PERL} -pi -e "s:/usr/bin/xlHtml:${LOCALBASE}/bin/xlhtml:g" \
|
||||
${IMPDIR}/config/defaults.php3.dist
|
||||
${PERL} -pi -e "s:/bin/tar:/usr/bin/tar:g" ${IMPDIR}/config/defaults.php3.dist
|
||||
${PERL} -pi -e "s:/usr/bin/zipinfo:${LOCALBASE}/bin/zipinfo:g" \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (imp-2.2.7.tar.gz) = b5c683e1dc862fd185c9be0ce7188894
|
||||
MD5 (imp-2.2.8.tar.gz) = 9f0e442f61ce542b945016bee2736d2f
|
||||
|
11
mail/imp/files/patch-lib_mimetypes.lib
Normal file
11
mail/imp/files/patch-lib_mimetypes.lib
Normal file
@ -0,0 +1,11 @@
|
||||
--- lib/mimetypes.lib.orig Wed Jul 18 16:23:58 2001
|
||||
+++ lib/mimetypes.lib Sun Mar 10 16:26:33 2002
|
||||
@@ -449,7 +449,7 @@
|
||||
fwrite( $fh, imap_base64($contents));
|
||||
fclose( $fh );
|
||||
|
||||
- $pipe = popen("$default->path_to_mswordview $word_name 2>&1","r");
|
||||
+ $pipe = popen("$default->path_to_mswordview $word_name - 2>&1","r");
|
||||
$data = "<b><u>MS Word Viewer</u></b><br><table><tr><td align=left>";
|
||||
while( ($rc=fgets($pipe,8192)) )
|
||||
$data.=$rc;
|
@ -101,6 +101,7 @@
|
||||
%%IMPDIR%%/lib/js/open_compose_win.js
|
||||
%%IMPDIR%%/lib/js/open_contacts.js
|
||||
%%IMPDIR%%/lib/mimetypes.lib
|
||||
%%IMPDIR%%/lib/mimetypes.lib.orig
|
||||
%%IMPDIR%%/lib/postconf.php3
|
||||
%%IMPDIR%%/lib/version.php
|
||||
%%IMPDIR%%/locale/ca/compose.help
|
||||
|
Loading…
Reference in New Issue
Block a user