diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-12 13:55:30 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-12 13:55:30 +0800 |
commit | 0b4aa5243f14341eab4cb8e4536740936f7df712 (patch) | |
tree | 8c4a3f4224b613b9ce4352c103c9b0525ad294ae /editors | |
parent | b6af29de089437906233d7b51b64c4ca598bdb77 (diff) | |
download | marcuscom-ports-0b4aa5243f14341eab4cb8e4536740936f7df712.tar marcuscom-ports-0b4aa5243f14341eab4cb8e4536740936f7df712.tar.gz marcuscom-ports-0b4aa5243f14341eab4cb8e4536740936f7df712.tar.bz2 marcuscom-ports-0b4aa5243f14341eab4cb8e4536740936f7df712.tar.lz marcuscom-ports-0b4aa5243f14341eab4cb8e4536740936f7df712.tar.xz marcuscom-ports-0b4aa5243f14341eab4cb8e4536740936f7df712.tar.zst marcuscom-ports-0b4aa5243f14341eab4cb8e4536740936f7df712.zip |
Update to 2.3.6, as for abiword-plugins-devel, add OpenDocument in the
PACKAGE_BUILDING. The OpenDocument plugin works great so far.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4823 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/abiword-devel/distinfo | 4 | ||||
-rw-r--r-- | editors/abiword-plugins-devel/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index f6b4d7464..dd8842083 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/abiword-devel/Makefile,v 1.1 2005/08/27 23:46:11 mezz Exp $ +# $MCom: ports/editors/abiword-devel/Makefile,v 1.2 2005/09/04 05:11:25 mezz Exp $ # PORTNAME= abiword -PORTVERSION= 2.3.5 +PORTVERSION= 2.3.6 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 220602b00..576ead80e 100644 --- a/editors/abiword-devel/distinfo +++ b/editors/abiword-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (AbiWord/abiword-2.3.5.tar.bz2) = 2b2f2b5f5379b6dd7fe4145b3f7a28d4 -SIZE (AbiWord/abiword-2.3.5.tar.bz2) = 24112015 +MD5 (AbiWord/abiword-2.3.6.tar.bz2) = 8a1fc6a2a9cec61ed15231d2fa1b3110 +SIZE (AbiWord/abiword-2.3.6.tar.bz2) = 24175803 diff --git a/editors/abiword-plugins-devel/Makefile b/editors/abiword-plugins-devel/Makefile index ad60946ac..cad5f5091 100644 --- a/editors/abiword-plugins-devel/Makefile +++ b/editors/abiword-plugins-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= abiword -PORTVERSION= 2.3.5 +PORTVERSION= 2.3.6 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword @@ -180,7 +180,7 @@ PLIST_SUB+= NROFF:="" PLIST_SUB+= NROFF:="@comment " .endif -.if defined(WITH_OPENDOCUMENT) # Need to be tested +.if defined(WITH_OPENDOCUMENT) || defined(PACKAGE_BUILDING) USE_GNOME+= libgsf CONFIGURE_ARGS+= --enable-OpenDocument PLIST_SUB+= OPENDOCUMENT:="" |