diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 657c9193cbc4..8373a1a6bd51 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -7,7 +7,7 @@ # PORTNAME= abiword -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.2 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 2bdb01321cb0..1fecd34b59e2 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -7,8 +7,7 @@ # PORTNAME= abiword -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.2 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index 04c198569231..c217ac54d779 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,3 +1,3 @@ -MD5 (AbiWord/abiword-2.4.1.tar.bz2) = 03d47aad66c4c9f9d329e3538de97dcd -SHA256 (AbiWord/abiword-2.4.1.tar.bz2) = fb5ce63ea541f48d4a96f1af746d3e9eb1c1c4f2f6b9d5c88597470d08d51aaa -SIZE (AbiWord/abiword-2.4.1.tar.bz2) = 24630989 +MD5 (AbiWord/abiword-2.4.2.tar.bz2) = 935f1218eab7ff96b7a23cfeba4e76d1 +SHA256 (AbiWord/abiword-2.4.2.tar.bz2) = 6a5921f9ab593637008bc0d5411ef9d8a689a4c89d9f7b273236331b14f66933 +SIZE (AbiWord/abiword-2.4.2.tar.bz2) = 24729796 diff --git a/editors/abiword/files/patch-abiword.desktop b/editors/abiword/files/patch-abiword.desktop index a8faac36b4da..d24058c96640 100644 --- a/editors/abiword/files/patch-abiword.desktop +++ b/editors/abiword/files/patch-abiword.desktop @@ -1,5 +1,5 @@ ---- abiword.desktop.orig Tue Oct 4 13:22:33 2005 -+++ abiword.desktop Tue Oct 4 13:23:58 2005 +--- abiword.desktop.orig Tue Jan 10 00:02:54 2006 ++++ abiword.desktop Tue Jan 10 00:03:49 2006 @@ -3,11 +3,11 @@ Icon=abiword_48.png Terminal=false @@ -11,6 +11,6 @@ X-Desktop-File-Install-Version=0.9 -MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;text/plain;application/vnd.ms-word;application/rtf;application/vnd.plain;application/xhtml+xml;text/html; +MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;application/vnd.ms-word;application/msword;application/rtf;application/vnd.plain;application/xhtml+xml;text/html; - Name=Word Processor + Name=AbiWord + GenericName=Word Processor Comment=AbiWord Word Processor - Name[de]=Textverarbeitung diff --git a/editors/abiword/files/patch-src_af_util_xp_ut_iconv.cpp b/editors/abiword/files/patch-src_af_util_xp_ut_iconv.cpp index d892f8e3334f..9e95194c18bf 100644 --- a/editors/abiword/files/patch-src_af_util_xp_ut_iconv.cpp +++ b/editors/abiword/files/patch-src_af_util_xp_ut_iconv.cpp @@ -1,11 +1,11 @@ ---- src/af/util/xp/ut_iconv.cpp.orig Wed Jul 20 22:24:55 2005 -+++ src/af/util/xp/ut_iconv.cpp Wed Jul 20 22:25:23 2005 +--- src/af/util/xp/ut_iconv.cpp.orig Tue Jan 10 00:18:13 2006 ++++ src/af/util/xp/ut_iconv.cpp Tue Jan 10 00:18:31 2006 @@ -67,7 +67,7 @@ #if defined (WIN32) || defined(__QNXNTO__) || defined(__CYGWIN__) || \ (defined (__MACH__) && defined (__APPLE__)) || \ (defined(TARGET_OS_MAC) && TARGET_OS_MAC) || \ --defined (__AIX__) || \ -+defined (__AIX__) || defined (__FreeBSD__) || \ +-defined (__AIX__) || defined(__OpenBSD__) || \ ++defined (__AIX__) || defined(__OpenBSD__) || defined (__FreeBSD__) || \ (defined(__linux__) && defined(__powerpc__) && (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 1)) #define ICONV_CONST const