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

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 27 11:38:53 PST 2006


Revision: 20772
          http://trac.macosforge.org/projects/macports/changeset/20772
Author:   pmq at macports.org
Date:     2006-11-27 11:38:52 -0800 (Mon, 27 Nov 2006)

Log Message:
-----------
Closes #11060.
Submitted by: mark at stateful.net, pjenvey at groovie.org
Approved by: pjenvey at groovie.org

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

Modified: trunk/dports/news/hellanzb/Portfile
===================================================================
--- trunk/dports/news/hellanzb/Portfile	2006-11-27 19:01:38 UTC (rev 20771)
+++ trunk/dports/news/hellanzb/Portfile	2006-11-27 19:38:52 UTC (rev 20772)
@@ -4,32 +4,33 @@
 PortGroup python24 1.0
 
 name             hellanzb
-version          0.9
-revision         1
+version          0.10
 categories       news python
 maintainers      pjenvey at groovie.org
 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.
+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
 
 master_sites     ${homepage}/distfiles/
-checksums        md5 2564b78b0639c4f4e7b128d00a51dcf4
+checksums        md5 a310878e68e9ceb85e405ac6dc803cee
 
-depends_run  bin:par2:par2 \
-             bin:unrar:unrar \
-             bin:flac:flac \
-             bin:shorten:shorten \
-             port:py-twisted
+depends_run      bin:par2:par2 \
+                 bin:unrar:unrar \
+                 bin:flac:flac \
+                 bin:shorten:shorten \
+                 port:py-twisted
 
 post-activate {
-        # copy over the sample conf file if necessary
-        if { ![file exists ${prefix}/etc/${name}.conf] } {
-             file copy ${prefix}/etc/${name}.conf.sample \
-             ${prefix}/etc/${name}.conf
-        }
+   # copy over the sample conf file if necessary
+   if { ![file exists ${prefix}/etc/${name}.conf] } {
+      file copy ${prefix}/etc/${name}.conf.sample \
+      ${prefix}/etc/${name}.conf
+   }
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061127/12c00736/attachment.html


More information about the macports-changes mailing list