[41694] trunk/dports/gnome/libsoup/Portfile

nox at macports.org nox at macports.org
Sat Nov 8 21:47:48 PST 2008


Revision: 41694
          http://trac.macports.org/changeset/41694
Author:   nox at macports.org
Date:     2008-11-08 21:47:48 -0800 (Sat, 08 Nov 2008)
Log Message:
-----------
libsoup:
 * Whitespace changes.
 * Fixed livecheck.

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

Modified: trunk/dports/gnome/libsoup/Portfile
===================================================================
--- trunk/dports/gnome/libsoup/Portfile	2008-11-09 05:43:11 UTC (rev 41693)
+++ trunk/dports/gnome/libsoup/Portfile	2008-11-09 05:47:48 UTC (rev 41694)
@@ -1,20 +1,24 @@
+# -*- 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
+PortSystem      1.0
 
 name            libsoup
 version         2.24.0.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
-description     Soup is an HTTP library implementation in C.
-long_description Soup provides a queued asynchronous callback-based \
-                mechanism for sending and servicing SOAP requests \
-                and a WSDL (Web Service Definition Language) for C \
-                compilers which generates client stubs and server \
-                skeletons for easily calling and implementing SOAP \
-                methods.
-maintainers     nomaintainer
 categories      gnome
 platforms       darwin
+maintainers     nomaintainer
+description     Soup is an HTTP library implementation in C.
+
+long_description \
+    Soup provides a queued asynchronous callback-based \
+    mechanism for sending and servicing SOAP requests \
+    and a WSDL (Web Service Definition Language) for C \
+    compilers which generates client stubs and server \
+    skeletons for easily calling and implementing SOAP \
+    methods.
+
 homepage        http://www.gnome.org/
 master_sites    gnome:sources/libsoup/${branch}/
 
@@ -29,4 +33,8 @@
 
 use_bzip2       yes
 
-configure.args	--mandir=${prefix}/share/man
+configure.args  --mandir=${prefix}/share/man
+
+livecheck.check regex
+livecheck.url   ftp://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/20081108/c064c334/attachment.html>


More information about the macports-changes mailing list