[108128] trunk/dports/audio/esound/Portfile

devans at macports.org devans at macports.org
Sat Jul 13 09:54:42 PDT 2013


Revision: 108128
          https://trac.macports.org/changeset/108128
Author:   devans at macports.org
Date:     2013-07-13 09:54:42 -0700 (Sat, 13 Jul 2013)
Log Message:
-----------
esound: use gnome livecheck type, whitespace.

Modified Paths:
--------------
    trunk/dports/audio/esound/Portfile

Modified: trunk/dports/audio/esound/Portfile
===================================================================
--- trunk/dports/audio/esound/Portfile	2013-07-13 16:40:58 UTC (rev 108127)
+++ trunk/dports/audio/esound/Portfile	2013-07-13 16:54:42 UTC (rev 108128)
@@ -1,6 +1,7 @@
+# -*- 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
+PortSystem      1.0
 
 name            esound
 version         0.2.41
@@ -12,15 +13,16 @@
 license         LGPL-2
 description     Enlightened Sound Daemon (ESD)
 long_description \
-    EsounD, the Enlightened Sound Daemon, is a server process that mixes \
-    several audio streams for playback by a single audio device.  For example, \
-    if you're listening to music on a CD and you receive a sound-related event \
-    from ICQ, the two applications won't have to jockey for the use of your \
-    sound card.
+                EsounD, the Enlightened Sound Daemon, is a server process that mixes \
+                several audio streams for playback by a single audio device.  For example, \
+                if you're listening to music on a CD and you receive a sound-related event \
+                from ICQ, the two applications won't have to jockey for the use of your \
+                sound card.
 homepage        http://www.tux.org/~ricdude/EsounD.html
 
 master_sites    gnome:sources/esound/${branch}/
 depends_lib     port:audiofile
+
 use_bzip2       yes
 
 checksums       md5 8d9aad3d94d15e0d59ba9dc0ea990c6c \
@@ -49,6 +51,4 @@
     configure.args-append   --disable-local-sound
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130713/99c0b085/attachment.html>


More information about the macports-changes mailing list