Revision
74025
Author
jmr@macports.org
Date
2010-12-02 12:34:38 -0800 (Thu, 02 Dec 2010)

Log Message

libemf: update to 1.0.4, mark as i386 only (#21234)

Modified Paths

Diff

Modified: trunk/dports/graphics/libemf/Portfile (74024 => 74025)


--- trunk/dports/graphics/libemf/Portfile	2010-12-02 20:27:24 UTC (rev 74024)
+++ trunk/dports/graphics/libemf/Portfile	2010-12-02 20:34:38 UTC (rev 74025)
@@ -4,8 +4,9 @@
 PortSystem      1.0
 
 name            libemf
-version         1.0.3
+version         1.0.4
 platforms       darwin
+supported_archs i386
 categories      graphics
 maintainers     nomaintainer
 description     Enhanced Metafile Library
@@ -14,15 +15,17 @@
  libEMF is a C/C++ library which provides a drawing toolkit based on \
  ECMA-234. The general purpose of this library is to create vector \
  graphics files on POSIX systems which can be imported into \
- StarOffice/OpenOffice (and Microsoft Office).  Note: this project is \
- no longer actively maintained.  The latest version can be found \
- from the pstoedit sourceforge site.
+ StarOffice/OpenOffice (and Microsoft Office).
 
 homepage        http://libemf.sourceforge.net/
-checksums       md5 a4e91fd8077ce5f540f569e20e8ef7ff
-master_sites    http://downloads.sourceforge.net/pstoedit
+checksums       md5 23effe03c1b2eeb5229f14e461204198 \
+                sha1 e73f0725f10455ed00026df04bf4798137bf6a1f \
+                rmd160 a93842ac19797af58ae451d9629fd5bd359bc141
+master_sites    sourceforge
 distname        libEMF-${version}
 
+use_autoreconf  yes
+
 platform powerpc {
         pre-fetch {
                 return -code error "${name} does not work on ppc"