diff options
author | mezz <mezz@FreeBSD.org> | 2005-04-05 08:06:04 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-04-05 08:06:04 +0800 |
commit | cc01e81912107f4cb7fd3968cf0346aba1f6d7c5 (patch) | |
tree | 45a072d20e94217e924c1a2e082208e07153a031 /editors/abiword-plugins | |
parent | b495acd73e2a4bb39473b16b7e56ba25743d2837 (diff) | |
download | freebsd-ports-graphics-cc01e81912107f4cb7fd3968cf0346aba1f6d7c5.tar.gz freebsd-ports-graphics-cc01e81912107f4cb7fd3968cf0346aba1f6d7c5.tar.zst freebsd-ports-graphics-cc01e81912107f4cb7fd3968cf0346aba1f6d7c5.zip |
Update to 2.2.7, this fix a crash bug with locale stuff.
"Update: Yep, we broke text rendering when using locales other than
English. Please get 2.2.7. Our sincere appologies."
http://www.abisource.com/release-notes/2.2.7.phtml
Diffstat (limited to 'editors/abiword-plugins')
-rw-r--r-- | editors/abiword-plugins/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 448397b709a..443bfba2a4a 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -6,10 +6,9 @@ # PORTNAME= abiword -PORTVERSION= 2.2.6 +PORTVERSION= 2.2.7 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ +MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword PKGNAMESUFFIX= -plugins DIST_SUBDIR= AbiWord |