[125418] trunk/dports/devel/libdlna/Portfile

devans at macports.org devans at macports.org
Wed Sep 17 05:25:04 PDT 2014


Revision: 125418
          https://trac.macports.org/changeset/125418
Author:   devans at macports.org
Date:     2014-09-17 05:25:04 -0700 (Wed, 17 Sep 2014)
Log Message:
-----------
libdlna: reformat per mode line.

Modified Paths:
--------------
    trunk/dports/devel/libdlna/Portfile

Modified: trunk/dports/devel/libdlna/Portfile
===================================================================
--- trunk/dports/devel/libdlna/Portfile	2014-09-17 12:16:35 UTC (rev 125417)
+++ trunk/dports/devel/libdlna/Portfile	2014-09-17 12:25:04 UTC (rev 125418)
@@ -1,7 +1,7 @@
 # -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
 name                libdlna
 version             0.2.3
@@ -10,11 +10,10 @@
 platforms           darwin
 maintainers         nomaintainer
 description         An implementation of DLNA standards
-long_description \
-    libdlna aims at being the reference open-source implementation of DLNA \
-    (Digital Living Network Alliance) standards. Its primary goal is to \
-    provide DLNA support to uShare, an embedded DLNA & UPnP A/V Media Server, \
-    but it will be used to build both DLNA servers and players in the long term.
+long_description    libdlna aims at being the reference open-source implementation of DLNA \
+                    (Digital Living Network Alliance) standards. Its primary goal is to \
+                    provide DLNA support to uShare, an embedded DLNA & UPnP A/V Media Server, \
+                    but it will be used to build both DLNA servers and players in the long term.
 
 depends_lib         path:lib/libavcodec.dylib:ffmpeg
 homepage            http://libdlna.geexbox.org/
@@ -37,9 +36,9 @@
 configure.cflags-append -I${prefix}/include
 
 # Not autoconf
-universal_variant  no
-use_parallel_build no
+universal_variant   no
+use_parallel_build  no
 
-livecheck.type     regex
-livecheck.url      ${master_sites}
-livecheck.regex    "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140917/ca288bd4/attachment.html>


More information about the macports-changes mailing list