[87701] trunk/dports/gnome/epiphany-extensions/Portfile

devans at macports.org devans at macports.org
Thu Dec 1 13:27:47 PST 2011


Revision: 87701
          http://trac.macports.org/changeset/87701
Author:   devans at macports.org
Date:     2011-12-01 13:27:44 -0800 (Thu, 01 Dec 2011)
Log Message:
-----------
epiphany-extensions: update to version 2.30.2, add license, livecheck.

Modified Paths:
--------------
    trunk/dports/gnome/epiphany-extensions/Portfile

Modified: trunk/dports/gnome/epiphany-extensions/Portfile
===================================================================
--- trunk/dports/gnome/epiphany-extensions/Portfile	2011-12-01 19:47:51 UTC (rev 87700)
+++ trunk/dports/gnome/epiphany-extensions/Portfile	2011-12-01 21:27:44 UTC (rev 87701)
@@ -4,7 +4,8 @@
 PortSystem 1.0
 
 name            epiphany-extensions
-version         2.28.1
+version         2.30.2
+license         GPL-2+
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Extensions for epiphany, the GNOME web browser
 long_description \
@@ -16,23 +17,24 @@
 master_sites    gnome:sources/${name}/${branch}/
 use_bzip2       yes
 
-checksums       md5     565d32a8b94fd023f11a82dcef2bf634 \
-                sha1    9bd08585b3e0937e40f77019797f7ec2a3dca150 \
-                rmd160  6f4f1bae74918211f820828a69b6c43a8d00dccf
+checksums       sha256  bdd0aad473262f2ac780d34c09644d0dd0066cb01f2cc66b3d200b946fd2db27
 
 depends_build   port:intltool port:pkgconfig port:gnome-doc-utils
 depends_lib     port:epiphany
 
-# epiphany is not universal
-universal_variant no
-
-configure.args  --with-distributor-name=MacPorts \
-                --enable-extensions=all \
+configure.args  --with-extensions=all \
+                --disable-maintainer-mode \
                 --enable-opensp=no
 
-configure.python ${prefix}/bin/python2.5
+# epiphany -> nss is not universal
 
+universal_variant no
+
 variant opensp description {Use OpenSP for SGML validation} {
     depends_lib-append port:opensp
     configure.args-replace s/(--enable-opensp=)no/\1yes/
 }
+
+livecheck.type  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/20111201/4c5e170a/attachment.html>


More information about the macports-changes mailing list