[51482] trunk/dports/gnome/epiphany
devans at macports.org
devans at macports.org
Tue May 26 01:17:42 PDT 2009
Revision: 51482
http://trac.macports.org/changeset/51482
Author: devans at macports.org
Date: 2009-05-26 01:17:41 -0700 (Tue, 26 May 2009)
Log Message:
-----------
epiphany:
* take maintainership openmaintainer
* update to version 2.26.2
* update dependencies, configuration
* update/install gconf schemas post activate
* fix livecheck, add mode line.
* remove outdated files directory
Modified Paths:
--------------
trunk/dports/gnome/epiphany/Portfile
Removed Paths:
-------------
trunk/dports/gnome/epiphany/files/
Modified: trunk/dports/gnome/epiphany/Portfile
===================================================================
--- trunk/dports/gnome/epiphany/Portfile 2009-05-26 08:01:20 UTC (rev 51481)
+++ trunk/dports/gnome/epiphany/Portfile 2009-05-26 08:17:41 UTC (rev 51482)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -3,27 +4,48 @@
name epiphany
-version 2.22.1.1
+version 2.26.2
+set branch [join [lrange [split ${version} .] 0 1] .]
description A GNOME Web browser.
long_description A web browser is more than an application, it is a \
way of thinking, it is a way of seeing the world. \
Epiphany's principles are simplicity and standards \
compliance.
-maintainers nomaintainer
+maintainers devans openmaintainer
categories gnome www
platforms darwin
-homepage http://www.gnome.org/projects/epiphany
-master_sites gnome:sources/epiphany/2.22/
+homepage http://www.gnome.org/projects/${name}
+master_sites gnome:sources/${name}/${branch}/
use_bzip2 yes
-checksums md5 24bb8c430a6165b9c43a2ed0452cc6a5
-depends_build port:gnome-doc-utils
-depends_lib port:iso-codes \
+
+checksums md5 29c23cfb0a5713b53255a9ca652192c1 \
+ sha1 446aa5475d478e447bae8e19c75ecbc802f9b144 \
+ rmd160 8759787ff8b7fabfaf2b0362272c0d38e23a549c
+
+depends_build port:pkgconfig \
+ port:intltool \
+ p5-xml-parser \
+ port:gnome-doc-utils
+
+depends_lib port:gconf \
+ port:libxslt \
+ port:libglade2 \
port:libgnomeui \
- port:firefox-x11 \
+ port:gnome-desktop \
+ port:startup-notification \
+ port:libnotify \
+ port:libcanberra \
+ port:py25-gtk \
port:py25-gnome \
- port:gnome-desktop \
- port:libgnomeprintui
-# port:enchant
+ port:enchant \
+ port:iso-codes \
+ port:xulrunner
-configure.args --with-gecko=firefox --disable-scrollkeeper
+configure.args --enable-spell-checker \
+ --with-distributor-name=MacPorts \
+ --disable-zeroconf \
+ --disable-network-manager \
+ --disable-schemas-install \
+ --disable-scrollkeeper
+
configure.python ${prefix}/bin/python2.5
@@ -37,4 +59,10 @@
system "${prefix}/bin/scrollkeeper-update; true"
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.check regex
+livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
+livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090526/f6c5356d/attachment.html>
More information about the macports-changes
mailing list