[53487] trunk/dports/editors/abiword-x11

devans at macports.org devans at macports.org
Mon Jul 6 15:36:24 PDT 2009


Revision: 53487
          http://trac.macports.org/changeset/53487
Author:   devans at macports.org
Date:     2009-07-06 15:36:22 -0700 (Mon, 06 Jul 2009)
Log Message:
-----------
abiword-x11: update to version 2.6.8, update dependencies, configuration, add mode line.

Modified Paths:
--------------
    trunk/dports/editors/abiword-x11/Portfile
    trunk/dports/editors/abiword-x11/files/patch-configure.diff

Modified: trunk/dports/editors/abiword-x11/Portfile
===================================================================
--- trunk/dports/editors/abiword-x11/Portfile	2009-07-06 21:53:09 UTC (rev 53486)
+++ trunk/dports/editors/abiword-x11/Portfile	2009-07-06 22:36:22 UTC (rev 53487)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -3,5 +4,6 @@
 
 name		abiword-x11
-version		2.6.5
+set dname       abiword
+version		2.6.8
 description	A word processor with gnome support.
 long_description        A word processor with gnome support.
@@ -11,37 +13,34 @@
 platforms	darwin
 homepage	http://www.abisource.com/
 master_sites    \
-	http://www.abisource.org/downloads/abiword/${version}/source \
-	http://www.nl.abisource.com/downloads/abiword/${version}/source \
-	http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles
+	http://www.abisource.org/downloads/${dname}/${version}/source \
+	http://www.nl.abisource.com/downloads/${dname}/${version}/source
 
-checksums	md5 edce76a1da515dfc102a0e030f722002 \
-		sha1 f848e82bcda6b0ece5ce206b516a475af9aa5fa7 \
-		rmd160 406c1dd6a84bfcf8111d39b23e0a4d3361eda87e
+checksums       md5     fab04d8ef999c303f720197adf261310 \
+                sha1    fc979982edc3445385705afdb1e2ebb1fa53a4f6 \
+                rmd160  8fcf455a5226a5525b9a89f88c9916b20e973607
 
-distname	abiword-${version}
+distname	${dname}-${version}
 
 patchfiles      patch-configure.diff
 
 depends_lib	\
-   	port:enchant \
-   	port:expat \
-   	port:fontconfig \
-   	port:fribidi \
-	port:gnome-platform-suite \
-	port:ImageMagick \
-	port:jpeg \
+        port:gtk2 \
+        port:libglade2 \
+        port:libgsf \
+        port:libgnomeui \
 	port:libgnomeprintui \
-	port:libiconv \
-	port:libpng \
-	port:popt \
+   	port:fribidi \
 	port:wv \
-	port:zlib
+	port:ImageMagick \
+        port:enchant
 
 configure.args	\
 	--disable-Cocoa \
 	--disable-Carbon \
-	--mandir=${prefix}/share/man \
+	--x-includes=${prefix}/include \
+        --x-libraries=${prefix}/lib \
+        --mandir=${prefix}/share/man \
 	--with-expat=${prefix} \
 	--with-fribidi=${prefix} \
 	--with-ImageMagick=${prefix} \
@@ -55,9 +54,9 @@
 
 variant without_gnome description {Disable GNOME support} {
 	configure.args-delete	--enable-gnome
-	depends_lib-delete	\
-		port:gnome-platform-suite \
-		port:libgnomeprintui
+        depends_lib-delete	\
+		port:libgnomeui \
+                port:libgnomeprintui
 }
 
 platform darwin 9 {
@@ -67,5 +66,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://www.abisource.com/downloads/abiword/
+livecheck.url   http://www.abisource.com/downloads/${dname}/
 livecheck.regex ">(\[0-9\]+\\.\[0-9\]*\[02468\]\\.\[0-9\]+)/<"

Modified: trunk/dports/editors/abiword-x11/files/patch-configure.diff
===================================================================
--- trunk/dports/editors/abiword-x11/files/patch-configure.diff	2009-07-06 21:53:09 UTC (rev 53486)
+++ trunk/dports/editors/abiword-x11/files/patch-configure.diff	2009-07-06 22:36:22 UTC (rev 53487)
@@ -1,6 +1,6 @@
---- configure.orig	2008-11-24 05:17:26.000000000 +1100
-+++ configure	2008-12-20 13:16:09.000000000 +1100
-@@ -4921,7 +4921,7 @@
+--- configure.orig	2009-03-09 07:35:36.000000000 -0700
++++ configure	2009-07-06 12:37:55.000000000 -0700
+@@ -5097,7 +5097,7 @@
  		WARNING_CFLAGS=""
  		;;
  	*BSD|DragonFly)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090706/f9b67198/attachment.html>


More information about the macports-changes mailing list