diff options
author | mezz <mezz@FreeBSD.org> | 2005-01-18 05:23:31 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-01-18 05:23:31 +0800 |
commit | d0981471284a813b1c504603003f7e399101873a (patch) | |
tree | a86239a6e9cd632c3994cbe8f4ed86fbb905a1bc /editors/abiword-plugins | |
parent | c4c48b206184cc8148015475f8ad7296aed5e203 (diff) | |
download | freebsd-ports-graphics-d0981471284a813b1c504603003f7e399101873a.tar.gz freebsd-ports-graphics-d0981471284a813b1c504603003f7e399101873a.tar.zst freebsd-ports-graphics-d0981471284a813b1c504603003f7e399101873a.zip |
-Update to 2.2.3, see more details:
http://www.abisource.com/release-notes/2.2.3.phtml
http://www.abisource.com/changelogs/2.2.3.phtml
-Remove the 'text/plain' mimetype in the favor of 10 days vote @ freebsd-gnome.
no 12% (3 votes)
yes 87% (21 votes)
-Few of our patches have been merged in the this release.
Diffstat (limited to 'editors/abiword-plugins')
-rw-r--r-- | editors/abiword-plugins/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword-plugins/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp | 16 |
2 files changed, 1 insertions, 17 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 20953c38974..157327a8100 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -6,7 +6,7 @@ # PORTNAME= abiword -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ diff --git a/editors/abiword-plugins/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp b/editors/abiword-plugins/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp deleted file mode 100644 index a395724db32..00000000000 --- a/editors/abiword-plugins/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- tools/aiksaurus/xp/AiksaurusABI.cpp.orig Fri Aug 13 21:09:34 2004 -+++ tools/aiksaurus/xp/AiksaurusABI.cpp Fri Aug 13 21:10:33 2004 -@@ -310,11 +310,11 @@ - pView->extSelTo(FV_DOCPOS_EOW_SELECT); - - // Now we will figure out what word to look up when we open our dialog. -- char* search = ""; -+ char* search = NULL; - if (!pView->isSelectionEmpty()) - { - // We need to get the Ascii version of the current word. -- UT_UCS4Char * ucs4ST; -+ UT_UCS4Char * ucs4ST; - pView->getSelectionText(*&ucs4ST); - search = AiksaurusABI_ucsToAscii( - ucs4ST |