[150145] trunk/dports/news/hellanzb/Portfile

petr at macports.org petr at macports.org
Tue Jul 12 16:10:53 PDT 2016


Revision: 150145
          https://trac.macports.org/changeset/150145
Author:   petr at macports.org
Date:     2016-07-12 16:10:53 -0700 (Tue, 12 Jul 2016)
Log Message:
-----------
hellanzb: non-semantic formating

Modified Paths:
--------------
    trunk/dports/news/hellanzb/Portfile

Modified: trunk/dports/news/hellanzb/Portfile
===================================================================
--- trunk/dports/news/hellanzb/Portfile	2016-07-12 22:41:17 UTC (rev 150144)
+++ trunk/dports/news/hellanzb/Portfile	2016-07-12 23:10:53 UTC (rev 150145)
@@ -4,36 +4,38 @@
 PortSystem 1.0
 PortGroup           python 1.0
 
-name             hellanzb
-version          0.13
-revision         2
-categories       news python
-maintainers      nomaintainer
-description      Nzb downloader and post processor
-long_description hellanzb is an easy to use app designed to retrieve nzb \
-                 files and fully process them. The goal being to make \
-                 getting files from Usenet as hands-free as possible. Once \
-                 fully installed, all that's required is moving an nzb file \
-                 to the queue directory. The rest: downloading, \
-                 par-checking, un-raring, etc. is done automatically by \
-                 hellanzb.
-homepage         http://www.hellanzb.com
-platforms        darwin
+name                hellanzb
+version             0.13
+revision            2
+categories          news python
+platforms           darwin
+maintainers         nomaintainer
 
-master_sites     ${homepage}/distfiles/ http://distfiles.macports.org/python/
-checksums        md5 d3510c6b1b2c7b935332a469fdc8e7e2
+description         Nzb downloader and post processor
+long_description    hellanzb is an easy to use app designed to retrieve nzb \
+                    files and fully process them. The goal being to make \
+                    getting files from Usenet as hands-free as possible. Once \
+                    fully installed, all that's required is moving an nzb file \
+                    to the queue directory. The rest: downloading, \
+                    par-checking, un-raring, etc. is done automatically by \
+                    hellanzb.
 
+homepage            http://www.hellanzb.com
+
+master_sites        ${homepage}/distfiles/ http://distfiles.macports.org/python/
+checksums           md5 d3510c6b1b2c7b935332a469fdc8e7e2
+
 python.default_version  26
 
-depends_run      bin:par2:par2 \
-                 bin:unrar:unrar \
-                 bin:flac:flac \
-                 bin:shorten:shorten \
-                 port:py${python.version}-twisted \
-                 port:py${python.version}-openssl
+depends_run         bin:par2:par2 \
+                    bin:unrar:unrar \
+                    bin:flac:flac \
+                    bin:shorten:shorten \
+                    port:py${python.version}-twisted \
+                    port:py${python.version}-openssl
 
-patchfiles       patch-hellanzb.py.diff \
-                 patch-hellanzb_for_twisted-10.0.0.diff
+patchfiles          patch-hellanzb.py.diff \
+                    patch-hellanzb_for_twisted-10.0.0.diff
 
 variant no_ssl description {Disable ssl support} {
     depends_run-delete  port:py${python.version}-openssl
@@ -49,7 +51,7 @@
 }
 
 post-activate {
-  if { ![file exists ${prefix}/etc/${name}.conf] } {
-    copy ${prefix}/share/doc/hellanzb/${name}.conf.sample ${prefix}/etc/${name}.conf
-  }
+    if { ![file exists ${prefix}/etc/${name}.conf] } {
+        copy ${prefix}/share/doc/hellanzb/${name}.conf.sample ${prefix}/etc/${name}.conf
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160712/900c8ec2/attachment-0001.html>


More information about the macports-changes mailing list