So liboobs does not depend anymore on glib2 and gettext?
Or did you just remove them because dbus-glib depends on them? If this
is the answer, you should not do that.
Le 17 juin 09 à 20:20, [email protected] a écrit :
[email protected] 11:20:11 -0700
(Wed, 17 Jun 2009)Log Message
liboobs: update to version 2.22.0, update dependencies, configure
args, remove unnecessary post-activate phase, add mode line.
Modified Paths
• trunk/dports/gnome/liboobs/Portfile
Diff
Modified: trunk/dports/gnome/liboobs/Portfile (52496 => 52497)
--- trunk/dports/gnome/liboobs/Portfile 2009-06-17 17:59:11 UTC (rev
52496)
+++ trunk/dports/gnome/liboobs/Portfile 2009-06-17 18:20:11 UTC (rev
52497)
@@ -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,10 +4,9 @@
name liboobs
-version 2.20.0
-revision 1
+version 2.22.0
set branch [join [lrange [split ${version} .] 0 1] .]
maintainers nomaintainer
categories gnome
-platforms darwin
+platforms darwin
description Library that provides an interface to system-tools-
backends
@@ -19,38 +19,30 @@
homepage http://www.gnome.org/
master_sites gnome:sources/${name}/${branch}/
+
use_bzip2 yes
-checksums md5 c0562e115af4777da471182b9d462b40 \
- sha1 1c33bb12c97d5bea48cca1a6650426a0d4a15ba2 \
- rmd160 fb1acb99e41e63e396e8a766e0bc7067f78a24d6
+checksums md5 1b090ecd6c0df58b131795ff9a5c9057 \
+ sha1 109282db84fc809df5ea10a4cfb8bb37863c8aca \
+ rmd160 41d2149a05c779dfe8e53c77b77c41c58b927a7f
+patchfiles patch-oobs-oobs-ifacesconfig.c.diff \
+ patch-oobs-oobs-user.c.diff
+
post-patch {
# Crypt functions are in the System library.
reinplace "s/-lcrypt/-lSystem/" ${worksrcpath}/configure
# Crypt functions are declared in unistd.h system header.
- reinplace "s/<crypt.h>/<unistd.h>/" \
- ${worksrcpath}/oobs/oobs-user.c \
- ${worksrcpath}/oobs/oobs-group.c
+ reinplace "s/<crypt.h>/<unistd.h>/" ${worksrcpath}/oobs/oobs-
group.c
}
-depends_build port:rarian
+depends_build port:pkgconfig \
+ port:gtk-doc
-depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
- port:dbus \
- port:dbus-glib \
- port:gettext \
+depends_lib port:dbus-glib \
port:system-tools-backends
-depends_run port:rarian
-
-configure.args --disable-scrollkeeper
-
-post-activate {
- system "${prefix}/bin/scrollkeeper-update"
-}
-
livecheck.check regex
livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/$
{branch}/
livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
_______________________________________________
macports-changes mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-changes
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev