diff options
author | mezz <mezz@FreeBSD.org> | 2005-06-06 14:26:39 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-06-06 14:26:39 +0800 |
commit | 053fde94a862b390981dfd10dba8f688b844d78b (patch) | |
tree | e786d7d58ac4671a3e472581791019a369925a72 /editors | |
parent | 84f5a4c7c1771e549e656e09458cca2c5ef71fba (diff) | |
download | freebsd-ports-gnome-053fde94a862b390981dfd10dba8f688b844d78b.tar.gz freebsd-ports-gnome-053fde94a862b390981dfd10dba8f688b844d78b.tar.zst freebsd-ports-gnome-053fde94a862b390981dfd10dba8f688b844d78b.zip |
Update to 2.2.8.
http://www.abisource.com/release-notes/2.2.8.phtml
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword-plugins/Makefile | 4 | ||||
-rw-r--r-- | editors/abiword/Makefile | 6 | ||||
-rw-r--r-- | editors/abiword/distinfo | 4 | ||||
-rw-r--r-- | editors/abiword/pkg-plist | 3 |
4 files changed, 9 insertions, 8 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 443bfba2a4ad..4ae57f4e1e93 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -6,7 +6,7 @@ # PORTNAME= abiword -PORTVERSION= 2.2.7 +PORTVERSION= 2.2.8 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword @@ -35,7 +35,7 @@ WRKSRC= ${WRKDIR}/abiword-${PORTVERSION}/abiword-plugins MD5_FILE= ${.CURDIR}/../abiword/distinfo ABIVERSION= 2.2 -PLIST_SUB+= "ABIVERSION=${ABIVERSION}" +PLIST_SUB+= ABIVERSION=${ABIVERSION} # NOTE: Please, keep those knobs in the ABC's order. diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index e41d31bc12c0..02d133ff1613 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -6,7 +6,7 @@ # PORTNAME= abiword -PORTVERSION= 2.2.7 +PORTVERSION= 2.2.8 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword @@ -42,7 +42,7 @@ CONFIGURE_ARGS= --enable-xft \ MAKEFILE= GNUmakefile ABIVERSION= 2.2 -PLIST_SUB+= "ABIVERSION=${ABIVERSION}" +PLIST_SUB+= ABIVERSION=${ABIVERSION} WRKSRC= ${WRKDIR}/abiword-${PORTVERSION}/abi .if defined(WITH_DEBUG) @@ -61,7 +61,7 @@ PLIST_SUB+= DICT:="" .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mlibgnomeprintui}!="" -USE_GNOME+= libgnomeprintui desktopfileutils +USE_GNOME+= libgnomeprintui libgnomeui desktopfileutils CONFIGURE_ARGS+= --enable-gnome PKGNAMESUFFIX= -gnome GNOME_ENABLED= yes diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index 0376eb3b06c6..0152fc01baf7 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,2 +1,2 @@ -MD5 (AbiWord/abiword-2.2.7.tar.bz2) = 9c74bf00601fc4c8bb0667a1696803de -SIZE (AbiWord/abiword-2.2.7.tar.bz2) = 23896960 +MD5 (AbiWord/abiword-2.2.8.tar.bz2) = f6f58e6ea4720ca635ede7b7f13cf156 +SIZE (AbiWord/abiword-2.2.8.tar.bz2) = 23918235 diff --git a/editors/abiword/pkg-plist b/editors/abiword/pkg-plist index ad1603cc836c..105982c74268 100644 --- a/editors/abiword/pkg-plist +++ b/editors/abiword/pkg-plist @@ -235,6 +235,7 @@ share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_IE share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_NZ share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_ZA share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_AR share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_ES share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_IR share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_MX @@ -274,7 +275,6 @@ share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-yi share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-zh_CN share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-zh_TW %%GNOME:%%share/gnome/applications/abiword.desktop -%%GNOME:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true %%GNOME:%%share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml %%GNOME:%%share/gnome/pixmaps/abiword_48.png @dirrm share/AbiSuite-%%ABIVERSION%%/templates @@ -288,4 +288,5 @@ share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-zh_TW @dirrm share/AbiSuite-%%ABIVERSION%% @dirrm lib/AbiWord-%%ABIVERSION%%/plugins @dirrm lib/AbiWord-%%ABIVERSION%% +%%GNOME:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true %%GNOME:%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |