[45003] trunk/dports/gnome/gnome-build/Portfile

blb at macports.org blb at macports.org
Mon Jan 5 22:58:15 PST 2009


Revision: 45003
          http://trac.macports.org/changeset/45003
Author:   blb at macports.org
Date:     2009-01-05 22:58:15 -0800 (Mon, 05 Jan 2009)
Log Message:
-----------
gnome/gnome-build - version update to 2.24.1; vastly simplify dependencies;
install a few basic docs

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

Modified: trunk/dports/gnome/gnome-build/Portfile
===================================================================
--- trunk/dports/gnome/gnome-build/Portfile	2009-01-06 06:52:13 UTC (rev 45002)
+++ trunk/dports/gnome/gnome-build/Portfile	2009-01-06 06:58:15 UTC (rev 45003)
@@ -2,7 +2,7 @@
 
 PortSystem          1.0
 name                gnome-build
-version             0.2.0
+version             2.24.1
 categories          gnome devel
 maintainers         nomaintainer
 description         GNOME Build Framework.
@@ -14,21 +14,20 @@
 master_sites        gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]
 use_bzip2           yes
 
-checksums           md5 97ba7c81f47c39b191d9aae9ea173084
+checksums           md5     b35c918b6c0c70652e9eb1d2e45138f1 \
+                    sha1    7940940855cafce4b9048d0be8d29fbb219371c3 \
+                    rmd160  e426802401d63aea3c31d5137161036957c41128
 
-depends_lib         port:audiofile port:avahi port:dbus port:dbus-glib \
-                    port:esound port:expat port:gconf port:gdl \
-                    port:gnome-keyring port:gnome-vfs port:gtk2 port:howl \
-                    port:libart_lgpl port:libbonobo port:libbonoboui \
-                    port:libglade2 port:libgnome port:libgnomecanvas \
-                    port:libgnomeui port:libxml2 port:openssl port:orbit2 \
-                    port:popt
+depends_build       port:pkgconfig
 
-post-extract {
-   reinplace "s|regex.h|gnuregex.h|g" \
-      ${worksrcpath}/src/backends/libgbf_am/gbf-am-build.c
-}
+depends_lib         port:libgnome port:libgnomeui port:libglade2 \
+                    port:libbonoboui port:libxml2 port:gtk2 port:gdl
 
-configure.env       GMSGFMT=${prefix}/bin/msgfmt
 configure.args      --enable-static --enable-shared
 
+post-destroot {
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog MAINTAINERS \
+      NEWS README ${destroot}${prefix}/share/doc/${name}
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090105/65ead242/attachment.html>


More information about the macports-changes mailing list