[52766] trunk/dports/gnome/drivel/Portfile
devans at macports.org
devans at macports.org
Mon Jun 22 17:50:30 PDT 2009
Revision: 52766
http://trac.macports.org/changeset/52766
Author: devans at macports.org
Date: 2009-06-22 17:50:29 -0700 (Mon, 22 Jun 2009)
Log Message:
-----------
drivel:
* update to version 2.0.4
* take maintainership openmaintainer
* update dependencies, configuration
* update desktop, mime and gconf schema databases post-activate
* fix livecheck, add mode line, lint
Modified Paths:
--------------
trunk/dports/gnome/drivel/Portfile
Modified: trunk/dports/gnome/drivel/Portfile
===================================================================
--- trunk/dports/gnome/drivel/Portfile 2009-06-23 00:34:52 UTC (rev 52765)
+++ trunk/dports/gnome/drivel/Portfile 2009-06-23 00:50:29 UTC (rev 52766)
@@ -1,23 +1,45 @@
+# -*- 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
+
name drivel
-version 2.0.3
+version 2.0.4
description Drivel is a LiveJournal client for the GNOME Desktop.
long_description Drivel is a LiveJournal client for the GNOME desktop. \
It is designed to utilize the new features of \
GNOME 2.0 including GConf and GTK 2.0. It's \
really rather neat.
-maintainers nomaintainer
+maintainers devans openmaintainer
categories gnome
-platforms darwin
+platforms darwin
homepage http://www.dropline.net/drivel/
master_sites sourceforge
+
use_bzip2 yes
-checksums sha1 33f684e6fc9ea710f00a74e14c99800bd3217586
-depends_lib \
- port:gnome-session \
- port:libiconv \
- port:gtkspell2
-configure.cppflags-append "-L${prefix}/lib"
-configure.cflags-append "-I${prefix}/include"
+
+checksums md5 9e6e4b2eb0912669461eb338d2bdc08d \
+ sha1 8524d274c72264414c43d42ad4236edc501326d6 \
+ rmd160 28221060427d1a2cf7915f592b1ca9f01a33e145
+
+depends_build port:pkgconfig \
+ port:intltool \
+ port:p5-xml-parser
+
+depends_lib port:libgnomeui \
+ port:gtksourceview \
+ port:gtkspell2 \
+ port:curl
+
+configure.args --disable-mime-update \
+ --disable-desktop-update \
+ --disable-schemas-install
+
+post-activate {
+ system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
+ system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
+ system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+ gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+}
+
+livecheck.regex "(?i)<title>drivel .* (\\d+(?:\\.\\d+)*) released.*</title>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090622/caa852be/attachment.html>
More information about the macports-changes
mailing list