[33035] trunk/dports/gnome/libwnck/Portfile

nox at macports.org nox at macports.org
Wed Jan 16 19:07:15 PST 2008


Revision: 33035
          http://trac.macosforge.org/projects/macports/changeset/33035
Author:   nox at macports.org
Date:     2008-01-16 19:07:14 -0800 (Wed, 16 Jan 2008)

Log Message:
-----------
libwnck:
 * Updated to 2.20.3.
 * Added scrollkeeper support.
 * Fixed dependencies.
 * Removed useless mandir configure arg.
 * Added livecheck.
 * Added md5 and sha1 checksums.

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

Modified: trunk/dports/gnome/libwnck/Portfile
===================================================================
--- trunk/dports/gnome/libwnck/Portfile	2008-01-17 03:05:10 UTC (rev 33034)
+++ trunk/dports/gnome/libwnck/Portfile	2008-01-17 03:07:14 UTC (rev 33035)
@@ -3,7 +3,8 @@
 PortSystem      1.0
 
 name            libwnck
-version         2.20.0
+version         2.20.3
+set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     nomaintainer
 categories      gnome
 platforms       darwin 
@@ -15,15 +16,27 @@
     needed for the GNOME 2.0 desktop.
 
 homepage        http://www.gnome.org/
-master_sites    gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/
+master_sites    gnome:sources/${name}/${branch}/
 use_bzip2       yes
 
-checksums       rmd160 49135be4df646eb5593811e1aeb6682f25b7af8e
+checksums       md5 0f0f54764993497ed02f34a44056efb2 \
+                sha1 21a710e5ac221b73ce40616867ac2fba3a105647 \
+                rmd160 d7b198f5194ff442d2840cc05a73d23b3d819df2
 
 depends_build   port:gnome-doc-utils
 
 depends_lib     port:startup-notification \
+                port:gtk2 \
+                port:glib2 \
+                port:gettext \
                 port:libgnomecanvas
 
-configure.args  --mandir=${prefix}/share/man \
-                --disable-scrollkeeper
+configure.args  --disable-scrollkeeper
+
+post-activate {
+    system "scrollkeeper-update"
+}
+
+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/20080116/8e2eb2e4/attachment.html


More information about the macports-changes mailing list