mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 2.4.2, see the release notes and changelog for details.
http://www.abisource.com/release-notes/2.4.2.phtml http://www.abisource.com/changelogs/2.4.2.phtml
This commit is contained in:
parent
efcc491579
commit
fd96bf141e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153174
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user