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 | |
parent | b495acd73e2a4bb39473b16b7e56ba25743d2837 (diff) | |
download | freebsd-ports-gnome-cc01e81912107f4cb7fd3968cf0346aba1f6d7c5.tar.gz freebsd-ports-gnome-cc01e81912107f4cb7fd3968cf0346aba1f6d7c5.tar.zst freebsd-ports-gnome-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
-rw-r--r-- | editors/abiword-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword-devel/distinfo | 4 | ||||
-rw-r--r-- | editors/abiword-plugins-devel/Makefile | 5 | ||||
-rw-r--r-- | editors/abiword-plugins/Makefile | 5 | ||||
-rw-r--r-- | editors/abiword/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword/distinfo | 4 |
6 files changed, 10 insertions, 12 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 5ab32f152551..e41d31bc12c0 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= abiword -PORTVERSION= 2.2.6 +PORTVERSION= 2.2.7 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword diff --git a/editors/abiword-devel/distinfo b/editors/abiword-devel/distinfo index 844cf8071391..0376eb3b06c6 100644 --- a/editors/abiword-devel/distinfo +++ b/editors/abiword-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (AbiWord/abiword-2.2.6.tar.bz2) = 59dff68efc89341bcc0f78349cc8eacd -SIZE (AbiWord/abiword-2.2.6.tar.bz2) = 23895455 +MD5 (AbiWord/abiword-2.2.7.tar.bz2) = 9c74bf00601fc4c8bb0667a1696803de +SIZE (AbiWord/abiword-2.2.7.tar.bz2) = 23896960 diff --git a/editors/abiword-plugins-devel/Makefile b/editors/abiword-plugins-devel/Makefile index 448397b709ac..443bfba2a4ad 100644 --- a/editors/abiword-plugins-devel/Makefile +++ b/editors/abiword-plugins-devel/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 diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 448397b709ac..443bfba2a4ad 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 diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 5ab32f152551..e41d31bc12c0 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -6,7 +6,7 @@ # PORTNAME= abiword -PORTVERSION= 2.2.6 +PORTVERSION= 2.2.7 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 844cf8071391..0376eb3b06c6 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,2 +1,2 @@ -MD5 (AbiWord/abiword-2.2.6.tar.bz2) = 59dff68efc89341bcc0f78349cc8eacd -SIZE (AbiWord/abiword-2.2.6.tar.bz2) = 23895455 +MD5 (AbiWord/abiword-2.2.7.tar.bz2) = 9c74bf00601fc4c8bb0667a1696803de +SIZE (AbiWord/abiword-2.2.7.tar.bz2) = 23896960 |