[64724] trunk/dports/gnome/dia/Portfile

nox at macports.org nox at macports.org
Mon Mar 15 06:11:09 PDT 2010


Revision: 64724
          http://trac.macports.org/changeset/64724
Author:   nox at macports.org
Date:     2010-03-15 06:11:08 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
Update dia to 0.97.1 (#23623)

> dia-0.97.1: 2010-01-24
>
>   * updated translations
>
>   * bugs fixed:
>     http://bugzilla.gnome.org/buglist.cgi?product=dia&target_milestone=0.97.1

Modified Paths:
--------------
    trunk/dports/gnome/dia/Portfile

Modified: trunk/dports/gnome/dia/Portfile
===================================================================
--- trunk/dports/gnome/dia/Portfile	2010-03-15 13:10:55 UTC (rev 64723)
+++ trunk/dports/gnome/dia/Portfile	2010-03-15 13:11:08 UTC (rev 64724)
@@ -2,10 +2,11 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       archcheck 1.0
 
 name            dia
-version         0.97
-revision        1
+version         0.97.1
+set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     nox openmaintainer
 categories      gnome graphics
 platforms       darwin
@@ -21,15 +22,16 @@
     using a subset of SVG to draw the shape.
 
 homepage        http://live.gnome.org/Dia
-master_sites    gnome:sources/${name}/[lindex [split ${version} -] 0]/
+master_sites    gnome:sources/${name}/${branch}/
 use_bzip2       yes
 
-checksums       md5     3d11f9aaa5a4923f0a5533962c87bdfb \
-                sha1    1c5a727e9e4f59b823a4616fc881055006eb8b96 \
-                rmd160  1b2869e2ebdd2f37b908ab3166e529aec1862af6
+checksums       md5     57e44bb9f387559a0506b52a134deaf0 \
+                sha1    ea35e0e0f2f75b69e22faa38968e0803a8ab4f47 \
+                rmd160  e6c3cd2872aa7d0bd8ffa502577027d7f45c8982
 
 post-patch {
-    reinplace s/isspecial/char_isspecial/ ${worksrcpath}/objects/GRAFCET/boolequation.c
+    reinplace s/isspecial/char_isspecial/ \
+        ${worksrcpath}/objects/GRAFCET/boolequation.c
 }
 
 depends_build \
@@ -49,11 +51,25 @@
     port:popt \
     port:zlib
 
+archcheck.files \
+    lib/libcairo.dylib \
+    lib/libfreetype.dylib \
+    lib/libart_lgpl_2.dylib \
+    lib/libgdk_pixbuf-2.0.dylib \
+    lib/libglib-2.0.dylib \
+    lib/libintl.dylib \
+    lib/libpango-1.0.dylib \
+    lib/libpng.dylib \
+    lib/libxml2.dylib \
+    lib/libxslt.dylib \
+    lib/libpopt.dylib \
+    lib/libz.dylib
+
 configure.args \
     --with-cairo \
     --disable-libemf \
     --with-xslt-prefix=${prefix}
 
 livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/[lindex [split ${version} -] 0]/
+livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*(?:-pre\d)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/6cda306e/attachment.html>


More information about the macports-changes mailing list