[20906] trunk/dports/editors/abiword/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Dec 9 03:52:54 PST 2006


Revision: 20906
          http://trac.macosforge.org/projects/macports/changeset/20906
Author:   rhwood at macports.org
Date:     2006-12-09 03:52:54 -0800 (Sat, 09 Dec 2006)

Log Message:
-----------
Upgrade to 2.4.5[BR]Change installation directory to /Applications/MacPorts when installing +use_binary (the default) variant

Modified Paths:
--------------
    trunk/dports/editors/abiword/Portfile

Modified: trunk/dports/editors/abiword/Portfile
===================================================================
--- trunk/dports/editors/abiword/Portfile	2006-12-09 10:55:44 UTC (rev 20905)
+++ trunk/dports/editors/abiword/Portfile	2006-12-09 11:52:54 UTC (rev 20906)
@@ -1,7 +1,7 @@
 # $Id$
 PortSystem 1.0
 name		abiword
-version		2.4.4
+version		2.4.5
 description	A word processor with gnome support.
 long_description        A word processor with gnome support.
 maintainers	macports-dev at lists.macosforge.org
@@ -48,7 +48,7 @@
 	distname AbiWord-${version}-10.2
 	extract.suffix .dmg.gz
 	master_sites    http://www.abisource.org/downloads/abiword/${version}/MacOSX
-	checksums	md5 3d5e9359a07aba5968b51c2a8abbbe29
+	checksums	md5 13d249d7f0181a5c44e7342b302b19ae
 	use_bzip2	no
 	extract.post_args > ${workpath}/${distname}.dmg
 	post-extract {
@@ -59,8 +59,8 @@
 	configure {}
 	build {}
 	destroot {
-		file mkdir ${destroot}/Applications/DarwinPorts
-		file copy /tmp/${name}-${version}/AbiWord.app ${destroot}/Applications/DarwinPorts
+		file mkdir ${destroot}/Applications/MacPorts
+		file copy /tmp/${name}-${version}/AbiWord.app ${destroot}/Applications/MacPorts
 	}
 	post-destroot {
 		system "hdiutil detach /tmp/${name}-${version}"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061209/6aeaf6fc/attachment.html


More information about the macports-changes mailing list